Hello there! I'm running your Mopidy Multiroom setup.
First off - thank you for this.
I was running into an issue with Mopidy -> Snapserver streaming local files on the :latest tags of the setup. Specifically:
ERROR 2023-06-30 17:45:11,589 [1:MainThread] mopidy.audio.gst
GStreamer error: Error while sending data to "snapserver:4953".
ERROR 2023-06-30 17:45:13,787 [1:MainThread] mopidy.audio.gst
GStreamer error: Could not open resource for reading.
WARNING 2023-06-30 17:45:13,787 [1:Audio-2] mopidy.audio.actor
Setting GStreamer state to GST_STATE_PAUSED failed
A fair bit of sleuthing later, and I found the culprit. On ivdata/snapserver:latest the /etc/snapserver.conf file is being created automatically with this content:
I didn't dig into why that file's being generated that way. Instead, I opted for the quick and dirty "pass the config file in via docker-compose" as seen here:
good hint! I've had trouble for quite a few weeks, but never dug in. When looking at snapservers, iris kept telling me Spotify, even though I've never configured Spotify. This hack gets me by. cheers!
Hello there! I'm running your Mopidy Multiroom setup.
First off - thank you for this.
I was running into an issue with Mopidy -> Snapserver streaming local files on the :latest tags of the setup. Specifically:
A fair bit of sleuthing later, and I found the culprit. On ivdata/snapserver:latest the /etc/snapserver.conf file is being created automatically with this content:
That's ... not right.
The correct content should be the same as this:
I didn't dig into why that file's being generated that way. Instead, I opted for the quick and dirty "pass the config file in via docker-compose" as seen here: