-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Description
I have the following simple code
import upnpclient
def findWiiM():
WiiMServer = None
devices = upnpclient.discover()
for dev in devices:
if dev.friendly_name == 'WiiM Mini':
WiiMServer = dev.location
return WiiMServer
print(findWiiM())
and when I run it I get the following error?
Error '404 Client Error: Not Found for url: http[:]//192.168.1.220:8060/dial/ecp_SCPD.xml' for <upnpclient.ssdp.Entry object at 0x000001F68CB1E310>
Any ideas on how to ignore and/or fix it?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels