-
When you run the example server (and then client) server replies with [object Object] on LOCATION field instead the right location of device-desc.xml file:
Example:
```
advertise-alive { HOST: '2…
-
Hi, I installed upnpy, and ran the script from you example:
>```python
> import upnpy
>
> upnp = upnpy.UPnP()
>
> # Discover UPnP devices on the network
> # Returns a list of devices e.g.: …
-
I'm facing such warnings:
18:24:58 container,info,debug time=2024-01-14T17:24:58Z level=warning msg=Got a packet that is not a SSDP query, response or advertisement:
18:24:58 container,info,debug…
-
While developing and constantly running/stopping the project, sometimes there would be a bind error and thus SSDP discovery can't be started. This happens seemingly randomly. The branch used is swift-…
zbrox updated
6 years ago
-
```
Jan 25 19:31:06 open-haus.lan node[45422]: [2024.01.25 - 19:31.06.984][warn][forwarder] Worker exited with error, respawn
Jan 25 19:31:21 open-haus.lan node[45422]: [2024.01.25 - 19:31.21.986][v…
-
My audio device is in a different L2 network from my homebridge instance, but it's reachable L3. SSDP doesn't seem to work in this case. Is there any way to add a device manually by IP?
**L…
-
Hi @lganzzzo,
I came to another issue for which I would like to know your opinion.
According to the [specification](http://www.upnp.org/specs/arch/UPnP-arch-DeviceArchitecture-v1.0-20080424.pdf)…
-
If the tube cast Kodi host is using a VPN, SSDP doesn't work anymore, and the manual pairing says connected but can't play videos. Is it possible to add a toggle where i can choose the interface?
-
You loop through your queue here:
https://github.com/indutny/node-nat-upnp/blob/master/lib/nat-upnp/ssdp.js#L109
And then you loop through the sockets inside of that loop before popping one off, here…
-
Hi, I'm trying for the first time the code and of course I'm not lucky! :-(
I checked other open issues but find no help. :-(
I'm not expert with the UPnP protocol so it's even hard for me to unders…