Fabio Manganiello
Fabio Manganiello
Ok, after a few more tests on fresh Arch Linux installations I can confirm that this is a bug, and most likely a duplicate of #2180. Any pointers on how...
@kingosticks thanks for the response! I've uploaded the full logs of an impacted Mopidy session with `GST_DEBUG="*:5"` [here](https://send.fabiomanganiello.com/download/b901aa3a8f300953/#Blfz25Q7HsP0GDxzRGFaXQ). Grepping only the state change/audio event lines: ``` Got STATE_CHANGED bus message:...
Yes, the last buffering message is where playback stops indefinitely. I've [filtered a few lines around the time the pipeline stops](https://paste.manganiello.tech/?70d70cbf39eae2ec#BWPuHTDgBufSicjw35rGoLe6mN9hT1B5GrEDtEBpa4E8) to hopefully give a bit more context. I see...
@kingosticks did you have a chance to look at this? I've managed to replicate the issue also on a Docker Alpine container with the latest version of GStreamer, so it...
Ok, after a couple of days of tests with the latest versions of libsoup and GStreamer I can confirm that the bug is actually still there. Playback pauses regularly (even...
Ok I've [grabbed some log lines](https://gist.manganiello.tech/fabio/c5457043133e4759bd0b652820eab89f) from a virtual environment with the latest versions of all Mopidy packages. And [this](https://gist.manganiello.tech/fabio/c7db4df5f2264eaf8e86f93f80be31cd) is the full backtrace of the error that I pulled...
This was on Arch - I'll give it a try on Trixie too to see if it replicates.
Is the application still responsive when this happens (e.g. you can still browse items etc. but playback is frozen) or does it grind to a halt (e.g. even an `mpc...
Could you use code blocks (\`\`\` ... \`\`\`) for the output so it's a bit more readable? The debugging session doesn't have debug symbols enabled via debuginfod so it's hard...
I have created https://github.com/natumbri/mopidy-youtube/pull/256 with a proposed fix