Skip to content

Doesn't work with Airfoil #4

@lapeter

Description

@lapeter

Hi,
I tried to play music with Airfoil for windows but it didn't connect.

It seems like line 229 in airplayserver.py is the problem:
if (host.split(".")) == 4: # ipv4

If I change it like this, it works:
if len(host.split(".")) == 4: # ipv4

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions