Nick Steel

Results 1001 comments of Nick Steel

Is there a mopidy_spotify-5.0.0a3 folder in /usr/lib/python3.13/site-packages ? or /usr/local/lib/python3.13/site-packages ?

That is where it's supposed to be for something installed via pip on Fedora. Debian and Fedora work slightly differently w.r.t this and maybe something installed via your package manager...

Do you see the buffering messages mentioned in #2180 ? The GST_DEBUG logs will contain more detailed buffering information.

And the last buffering message there is when it stops playing audio indefinitely? This will be a direct result of a gst change, there might be something in their changelog.

I have not, I don't have the bandwidth for much at the moment. We've seen this thing before and it generally does get fixed somewhere along the line before the...

Sorry for the delay in coming back to this. Disappointing to hear we didn't actually fix this. Do you have a different deadlocked stack trace or do you think this...

And what OS is running in that log? Arch or Debian Trixie?

We do not support environment variables in config files. `$XDG_CACHE_DIR` is not an environment variable. It's expanded as per https://github.com/search?q=repo%3Amopidy%2Fmopidy%20XDG_CACHE_DIR&type=code There's a bit of documentation around all this at https://docs.mopidy.com/stable/api/config/#mopidy.config.types.Path....

We appreciate the effort that went into documenting your findings above. A simple, quick docs addition can be done in the GitHub online editor, or I can do it if...