Error while using upnpclient.discover()
Hi, when i run "upnpclient.discover()" - i got error : "Error 'HTTPConnectionPool(host='188.244.175.2', port=8080): Read timed out. (read timeout=10)' for http://192.168.1.1:port_hidden/wps_device.xml"
But before it , everything worked well
Same problem are encountered by me.
devices = upnpclient.discover() Error 'HTTPConnectionPool(host='(null)', port=49152): Max retries exceeded with url: /wps_device.xml (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fcb209de828>: Failed to establish a new connection: [Errno -2] Name or service not known',))' for http://(null):49152/wps_device.xml Error 'HTTPConnectionPool(host='(null)', port=49152): Max retries exceeded with url: /wps_device.xml (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fcb209de710>: Failed to establish a new connection: [Errno -2] Name or service not known',))' for http://(null):49152/wps_device.xml Error 'HTTPConnectionPool(host='(null)', port=49152): Max retries exceeded with url: /wps_device.xml (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fcb209de828>: Failed to establish a new connection: [Errno -2] Name or service not known',))' for http://(null):49152/wps_device.xml Error 'HTTPConnectionPool(host='(null)', port=49152): Max retries exceeded with url: /wps_device.xml (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fcb209de710>: Failed to establish a new connection: [Errno -2] Name or service not known',))' for http://(null):49152/wps_device.xml Error 'HTTPConnectionPool(host='(null)', port=49152): Max retries exceeded with url: /wps_device.xml (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fcb209de828>: Failed to establish a new connection: [Errno -2] Name or service not known',))' for http://(null):49152/wps_device.xml
@AlexTechInc Have you resolved the problem?
I'm having a similar problem. Weirdly, it always seems to list an ip address that looks like it should be on my local network but doesn't actually exist when I try to find it.
I was able to track down my issues to an emby server on my network returning a bunch of random ip addresses as its location when it responded to the scan. Changing its settings to use a specific local ip address seems to have solved the problem.