upnpclient icon indicating copy to clipboard operation
upnpclient copied to clipboard

uPnP client library for Python 3.

Results 17 upnpclient issues
Sort by recently updated
recently updated
newest added

Bumps [lxml](https://github.com/lxml/lxml) from 4.5.1 to 4.9.1. Changelog Sourced from lxml's changelog. 4.9.1 (2022-07-01) Bugs fixed A crash was resolved when using iterwalk() (or canonicalize()) after parsing certain incorrect input. Note...

dependencies

I have a handful of Sonos equipment, which under normal circumstances is discoverable almost immediately. However, every once in a while, a Sonos device will "crash", whereupon it disappears from...

One for the documentation more than anything, but anyone trying a `discover()` and getting something like: ``` ImportError: libxslt.so.1: cannot open shared object file: No such file or directory ```...

This patch will allow connection to SSL device with self-signed certificate, as explained in UPnP-gw-DeviceProtection-V1-Service specifications. Its working but will raise a few warning from sublibrary (because of self-signed warning)....

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

Thanks for your module , it is the only valid DLNA module I've found. But it lacks download proxy support described https://github.com/cherezov/dlnap#proxy So would you mind supporting the feature ?

enhancement

When I try to install, an error comes out: ``` user-home{~}:pip3 install upnpclient Collecting upnpclient Downloading https://files.pythonhosted.org/packages/d9/6d/a0ae6fe6886152e0fd3dee74dfa4f86eb497b88ccb611c410ea9b7065b6f/uPnPClient-0.0.8.tar.gz Collecting requests (from upnpclient) Downloading https://files.pythonhosted.org/packages/45/1e/0c169c6a5381e241ba7404532c16a21d86ab872c9bed8bdcd4c423954103/requests-2.24.0-py2.py3-none-any.whl (61kB) 100% |████████████████████████████████| 71kB 876kB/s Collecting six...

Hello guys and especially @flyte Lately I experimented with UPnP stuff and found this library which already does a lot of stuff I needed. Sadly the project seems a little...

When I run: ``` import upnpclient as upnp devices = upnp.discover() ``` I get these errors regarding my Marantz SR5008: ``` Error 'xmlns:ms: ' urn:microsoft-com:wmc-1-0' is not a valid URI,...

non-compliant device

I just found this library after I had already spent some time building one. It appears as tho there is not a whole lot out there for UPNP for python....