Skip to content

Error 404 Client Error #39

@l0rddarkf0rce

Description

@l0rddarkf0rce

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions