Nick Steel

Results 1001 comments of Nick Steel

If you're running Mopidy as a service, /var/lib/mopidy is the default data_dir location. There's no need to set things in mopidy.conf if you just want the default. If you're doing...

Mopidy-Spotify [v5.0.0a3](https://github.com/mopidy/mopidy-spotify/releases/tag/v5.0.0a3) and [gst-plugin-spotify_0.14.0~alpha.1-1](https://github.com/kingosticks/gst-plugins-rs-build/releases/tag/gst-plugin-spotify_0.14.0-alpha.1-1) use access-token login and handle credentials.json for you. Credentials errors should be fixed with these versions. Please run with GStreamer logging enabled (`GST_DEBUG=*spot*:6 mopidy`) if still...

And you removed your credentials.json file from your Mopidy data_dir before updating ?

Depends how you run Mopidy. https://docs.mopidy.com/stable/config/#view-effective-configuration https://docs.mopidy.com/stable/config/#confval-core-data_dir

Have you tried re-authenticating at https://mopidy.com/ext/spotify/ ? I don't know why that'd help but I'm struggling to understand what could be wrong here. Perhaps when they reset your account they...

> The thing that is concerning me is Its fetches all account details (like my personal playlists and everything) perfectly fine but its not playing music I think that pointed...

Just note, if you are running as both a service and user, I think you'll need to ensure the client_id and client_secret in the two corresponding Mopidy config files are...

You're not using gst-plugin-spotify_0.14.0~alpha.1-1 From the readme: Verify the GStreamer spotify plugin is correctly installed: `gst-inspect-1.0 spotifyaudiosrc | grep Version | awk '{print $2}'`

There's a workaround at https://github.com/librespot-org/librespot/issues/972#issuecomment-2320943137

There's a pre-existing related issue at https://github.com/librespot-org/librespot/issues/972#issuecomment-2320943137. We need to close one of these. But I'll repeat it here, the workaround is dead already, you need to use the latest...