I’ve faced the following warning message in the log:
2015-11-19 19:52:13,127 INFO [2611:StreamBackend-9] urllib3.connectionpool: Starting new HTTP connection (1): Main-High.RauteMusik.FM
2015-11-19 19:52:14,037 WARNING [2611:MainThread] mopidy.audio.gst: Element doesn't implement handling of this stream. Please file a bug.
This could either be due to timeouts when trying to figure out what a playlist points at, actually giving us a file format we can’t handle or a bug. So without a sample URI there is nothing to be done. The message itself comes from GStreamer and not mopidy, so the “please file a bug” part is actually a bit misleading.
I’ve setup mopidy now on another RPi with Raspbian Lite (Version B2 instead of Version B1), but message comes further on. It doesn’t disturb me (as its only in the logs). However, there is the section describing how to start mopidy with debug level on. To be comparable, is this somehow also possible with mopidy running as a service? How to pass on the arguments -vvv to the service?
Edit: Is the right way to edit /etc/init.d/mopidy accordingly?