Hello everyone, I just changed my server and passed all softwares I was runnning on docker including LMS. LMS is running fine, however, I am not able to get UPnPBridge working. The upnpbridge.xml does not get created and UPnP init failed.
I have gone through the posts but have not found anything that seemed to make a difference for me. I do have my network mode set to host as you can see in the docker compose that I use below: Code: -------------------- version: '3' services: lms: image: lmscommunity/logitechmediaserver container_name: lms network_mode: "host" privileged: true environment: - PUID=998 - PGID=100 volumes: - /var/lib/docker/lms:/config:rw - /srv/d************:/music:ro - /srv/d************:/playlists:rw - /etc/localtime:/etc/localtime:ro - /etc/timezone:/etc/timezone:ro ports: - 9000:9000/tcp - 9090:9090/tcp - 3483:3483/tcp - 3483:3483/udp restart: unless-stopped -------------------- This is how my log file currently looks like: Code: -------------------- !!!!!!!!!!!!!!!!!! ERROR LOADING CONFIG FILE !!!!!!!!!!!!!!!!!!!!! [18:12:06.535123] Start:1519 UPnP init failed: -203 cannot bind socket(s) [18:12:27.535409] Stop:1558 stopping squeezelite devices ... [18:12:27.535634] Stop:1562 terminate update thread ... [18:12:27.535663] Stop:1567 terminate main thread ... [18:12:27.535685] Stop:1571 stopping UPnP devices ... [18:12:27.535708] Stop:1574 un-register libupnp callbacks ... [18:12:27.535728] Stop:1576 end libupnp ... [18:12:36.541066] main:1774 Starting squeeze2upnp version: v1.82.1 (Jan 29 2022 @ 00:03:57) [18:12:36.541114] main:1782 -------------------- Thanks for helping out :-) ------------------------------------------------------------------------ daf's Profile: http://forums.slimdevices.com/member.php?userid=72530 View this thread: http://forums.slimdevices.com/showthread.php?t=103728 _______________________________________________ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins