philippe44 / LMS-uPnP

Integrate UPnP players with LogitechMediaServer
108 stars 17 forks source link

Problem after Update on Qnap NAS Intel based #74

Closed IngoK1 closed 1 year ago

IngoK1 commented 1 year ago

Cannot get the plugin to write or read upnpbridge.xml since update of LMS on QLogitechMediaServer and on Community Docker Image: 22:32:56.746505] main:1711 Starting squeeze2upnp version: v2.1.12.11 (Dec 28 2022 @ 06:11:06) [22:32:56.746958] main:1718

!!!!!!!!!!!!!!!!!! ERROR LOADING CONFIG FILE !!!!!!!!!!!!!!!!!!!!!

[22:32:56.799845] Start:1450 Binding to iface [br-6bf584088418]@172.29.4.1:49152 (http:0) [22:32:56.799962] register_alac:541 using alac to decode alc [22:32:56.799968] register_mad:433 using mad to decode mp3 [22:32:56.799972] register_faad:647 using faad to decode aac [22:32:56.799975] register_vorbis:346 using vorbis to decode ogg [22:32:56.799979] register_pcm:339 using pcm [22:32:56.799982] register_flac:313 using flac to decode flc [22:32:56.799986] register_opus:286 using opus to decode ops [22:32:56.799992] register_m4a_thru:308 using mp4 to aac (ADTS) [22:32:56.799997] register_flac_thru:213 using flac [22:32:56.800000] register_thru:107 using thru [22:32:56.800004] register_soxr:391 using soxr for resampling

philippe44 commented 1 year ago

You have put it in a container with NAT. It's written in the doc and in forum that this configuration does not work. You need to assign an IP address of the same network of your players. Check the interface that the program is bound to at least.

IngoK1 commented 1 year ago

Mmh, then something changed on Qnap on the QLogitechMediaServer Setup. It used to be not in the Container environment but the address it shows is the bridge network. Thank you for the hint ... I will check ...

philippe44 commented 1 year ago

The updated version of the bridge let you set the interface name instead of the IP address in the settings

IngoK1 commented 1 year ago

Mmh weird - I can not enter the interface in the field.... I will try again tomorrow. Thank you for now...

IngoK1 commented 1 year ago

I still have the problem, that I can not enter the binding value in the presented field. The field is disabled (see enclosed screenshot). Is there any special condition I need to get the plugin into to set the binding information?

Bildschirmfoto 2023-02-19 um 15 03 10
IngoK1 commented 1 year ago

I was able to get it to work by selecting "Use LMS interface" so it works, but I can still not edit the text field itself. Anyway thank you for the help yesterday - this pointed me to the right direction...

philippe44 commented 1 year ago

The issue with inaccessible field was a bug when no config file exists. I've fixed it.