Music plays only once

I use mopidy with Iris and I can play one song but no matter what I do it can’t run another one after the first one. I always have to restart the service. I looked through the logs and found this error occuring:

déc. 09 10:59:32 euphonix mopidy[699]: ERROR    [MainThread] mopidy.audio.gst GStreamer error: Could not establish connection to server.
déc. 09 10:59:32 euphonix mopidy[699]: DEBUG    [MainThread] mopidy.audio.gst Got ERROR bus message: error=GLib.Error('Could not establish connection to server.', 'gst-resource-error-quark', 5) debug='../ext/soup/gstsouphttpsrc.c(1378): gst_soup_http_src_parse_status (): /GstPlayBin:playbin0/GstURIDecodeBin:uridecodebin0/GstSoupHTTPSrc:source:\nCould not connect: Connection refused (4), URL: http://localhost:6680/youtube/-Jeusl_Y_PE.webm, Redirect to: (NULL)'
déc. 09 10:59:32 euphonix mopidy[699]: [145B blob data]
déc. 09 10:59:32 euphonix mopidy[699]: DEBUG    [MainThread] mopidy.audio.gst Changing state to GST_STATE_NULL: result=GST_STATE_CHANGE_SUCCESS
déc. 09 10:59:32 euphonix mopidy[699]: [146B blob data]
déc. 09 10:59:32 euphonix mopidy[699]: [55B blob data]
déc. 09 10:59:33 euphonix mopidy[699]: DEBUG    [YouTubeCoreListener-9] mopidy_youtube caching metadata -Jeusl_Y_PE
déc. 09 10:59:33 euphonix mopidy[699]: DEBUG    [HttpServer] mopidy.http.handlers Received WebSocket message from 10.0.2.21: '{"method":"core.tracklist.get_next_tlid","params":{},"jsonrpc":"2.0","id":112}'
déc. 09 10:59:33 euphonix mopidy[699]: DEBUG    [HttpServer] mopidy.http.handlers Sent WebSocket message to 10.0.2.21: '{"jsonrpc": "2.0", "id": 112, "result": 3}'

Do you know what’s going on ?

Does this only happen when listening to YouTube? Looks like Mopidy tries to access a webm images, and then gets redirected to an empty URL. If you’re using the YouTube extension then that might be where the issue is.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.