-
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 404 Client Error #39
Comments
The error occurs by just running upnpclient.discover() |
Same error here.
|
Ugly workaround: temporarily redirect stderror to /dev/null:
|
I assume the error is from: https://github.com/flyte/upnpclient/blob/develop/upnpclient/ssdp.py#L126 I'm not sure, but maybe you can overwrite that ... ?
EDIT: |
Any feedback on this? Anything better than the workaround below?
|
I have the following simple code
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?
The text was updated successfully, but these errors were encountered: