Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

spotify is broken due to auth issues #1

Open
kiwitea opened this issue Oct 6, 2024 · 1 comment
Open

spotify is broken due to auth issues #1

kiwitea opened this issue Oct 6, 2024 · 1 comment

Comments

@kiwitea
Copy link
Owner

kiwitea commented Oct 6, 2024

spotify doesn't support username/password anymore but needs OAuth

fix has been merged into librespot: librespot-org/librespot#1309

now mopidy needs to update. waiting for that.

@kiwitea
Copy link
Owner Author

kiwitea commented Oct 29, 2024

Fixed with alpha versions for now.

  1. Installed alpha-version 0.14.0-alpha.1-1 of gst-plugin-spotify from
wget https://github.com/kingosticks/gst-plugins-rs-build/releases/download/gst-plugin-spotify_0.14.0-alpha.1-1/gst-plugin-spotify_0.14.0.alpha.1-1_armhf.deb
sudo dpkg -i gst-plugin-spotify_0.14.0.alpha.1-1_armhf.deb
  1. Installed alpha version 5.0.0a3 of mopidy-spotify which support auth-token and doesn't requires user/password in config
sudo python3 -m pip install Mopidy-Spotify==5.0.0a3
  1. Remove username and password from /etc/mopidy/mopidy.conf in section [spotify]
  2. Update Client ID and secret for mopidy
  1. Generate access token for spotify

As soon as possible I need to update to lateste stable versions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant