python-songpal icon indicating copy to clipboard operation
python-songpal copied to clipboard

can't find the device

Open Yumega opened this issue 3 years ago • 1 comments

I'm using sony MT500 but can't find the endpoint

C:\Users\win8.1>songpal discover Discovering for 5 seconds INFO:songpal.discovery:Discovering for 5 seconds

Yumega avatar Aug 23 '22 13:08 Yumega

Maybe your system has multiple interfaces, and the MT500 is not connected to the same network that is used by the default network adapter? The discovery is using the default adapter for discovery, and is not currently configurable: https://github.com/rytilahti/python-songpal/blob/master/songpal/discovery.py#L78

rytilahti avatar Aug 30 '22 20:08 rytilahti

#133 added a way to define the source address for discovery on multihomed setups, so I think this can be closed.

rytilahti avatar Nov 04 '23 00:11 rytilahti