-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error while using upnpclient.discover() #17
Comments
Same problem are encountered by me.
|
@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. |
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
The text was updated successfully, but these errors were encountered: