mopidy-spotify icon indicating copy to clipboard operation
mopidy-spotify copied to clipboard

RecvError panic during spotifyaudiosrc playback

Open kingosticks opened this issue 1 year ago • 3 comments

Mar 27 15:53:58 raspberrypi mopidy[30917]: thread '<unnamed>' panicked at 'called `Result::unwrap()` on an `Err` value: RecvError', audio/spotify/src/spotifyaudiosrc/imp.rs:341:37
Mar 27 15:53:58 raspberrypi mopidy[30917]: note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Mar 27 15:53:58 raspberrypi mopidy[30917]: ERROR    [MainThread] mopidy.audio.gst GStreamer error: Panicked: called `Result::unwrap()` on an `Err` value: RecvError
Mar 27 15:53:58 raspberrypi mopidy[30917]: DEBUG    [MainThread] mopidy.audio.gst Got ERROR bus message: error=GLib.Error('Panicked: called `Result::unwrap()` on an `Err` value: RecvError', 'gst-library-error-quark', 1) debug=None
Mar 27 15:53:58 raspberrypi mopidy[30917]: DEBUG    [MainThread] mopidy.audio.gst Changing state to GST_STATE_NULL: result=GST_STATE_CHANGE_SUCCESS

It's also not very obvious what version of spotifyaudiosrc is being used. Logging/debug needs improvements.

kingosticks avatar Mar 27 '23 15:03 kingosticks