philippe44 / AirConnect

Use AirPlay to stream to UPnP/Sonos & Chromecast devices
Other
3.6k stars 219 forks source link

UPnP init failed -203 #549

Closed jcoz00 closed 1 month ago

jcoz00 commented 1 month ago

Hello, I have been encountering an error every time I try and run AirConnect on my Ubuntu Docker server (Ubuntu 24.04.1 LTS x86_64). AirCast seems to work fine, but it throws the error below with AirUPnP:

[18:24:42.874] main:1386 Starting airupnp version: v1.8.3 (Feb 1 2024 @ 01:10:35) [18:24:42.874] main:1393 no config file, using defaults [18:24:42.880] Start:1094 Binding to iface 192.168.1.2:0 [enp0s31f6] [18:24:42.880] Start:1098 UPnP init in 192.168.1.2 () failed: -203 [18:24:42.880] main:1425 Cannot start

I have host networking enabled for the container. I have also tried running the executable outside of Docker on the same machine and received the same error, which makes me think it's an issue with the machine itself or the networking setup.

Any ideas?

jcoz00 commented 1 month ago

Nevermind! Found out that Plex port 1900/udp was interferring with it!