philippe44 / LMS-Cast

Chromecast to LMS bridge
64 stars 10 forks source link

error loading config file. #8

Closed justinw78 closed 5 years ago

justinw78 commented 5 years ago

I use LMS in a docker container.

I get the following message

[13:48:37.167144] Start:1016 Binding to 172.17.0.6:49152
[13:50:55.756192] Stop:1043 stopping squeezelite devices ...
[13:50:55.775417] Stop:1053 stopping Cast devices ...
[13:50:55.794291] main:1242 Starting squeeze2cast version: v1.19.1 (May 29 2019 @ 23:11:22)
[13:50:55.794498] main:1250

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

[13:50:55.798213] Start:1016 Binding to 172.17.0.6:49152

the user what runs lms is squeezeboxserver

I hope you got a good idea for me to run youre plugin

greetings justin

philippe44 commented 5 years ago

See 1st post of support thread in LMS forums https://forums.slimdevices.com/showthread.php?104614-Announce-CastBridge-integrate-Chromecast-players-with-LMS-(squeeze2cast). It's not a config file access issue, but the fact that there is no config file created., reason being that you can't run it in docker unless you're using host mode. It's due to NAT translation blocking all sort of necessary discoveries and servers.

justinw78 commented 5 years ago

thnx:)

bcurran3 commented 4 years ago

With docker you must use 'host' mode network

You would not believe how much time I wasted trying to make this work until I saw that statement!

philippe44 commented 4 years ago

Well, glad you get it work, still!