-
-
Notifications
You must be signed in to change notification settings - Fork 35
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
[BUG] Spotify integration stopped working #92
Comments
Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid. |
This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions. |
I actually discovered that the server during start tries another spotify AP at some point: [2024-12-07 21:06:41] [ LOG] scan: Done processing playlist, added/modified 134 items [2024-12-07 21:06:41] [ LOG] scan: Bulk library scan completed in 12 sec [2024-12-07 21:06:41] [ LOG] lib: Library init scan completed in 12 sec (337 changes) [2024-12-07T20:06:45Z WARN librespot_core::session] Try another access point... [2024-12-07T20:06:45Z INFO librespot_core::session] Connecting to AP "ap-guc3.spotify.com:4070" [2024-12-07T20:06:46Z INFO librespot_core::session] Authenticated as 'REDACTED' ! [2024-12-07T20:06:46Z INFO librespot_core::session] Country: "SE" |
This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions. |
Is there an existing issue for this?
Current Behavior
I noticed the spotify integration stopped working after an update.
I'm currently on latest version 28.10
In the WebUI, under "Settings" -> "Online Services" status is "Access granted for my_username"
I have tried:
The 3rd step generates the following log in the console, see below
The browser displays a "500 could not connect to access point". However, the owntone webui still shows that access has been granted for the user, although, no tracks from spotify are playable.
Expected Behavior
Tracks should be playable after auth
Steps To Reproduce
See above under current behaviour
Environment
CPU architecture
x86-64
Docker creation
--- version: "2.1" services: daapd: image: linuxserver/daapd:latest container_name: daapd network_mode: host environment: - PUID=1000 - PGID=1000 - TZ=Europe/Stockholm volumes: - /mnt/dietpi_userdata/docker-data/volumes/daapdConf/_data:/config - /mnt/dietpi_userdata/docker-data/volumes/nfsMusic_235/_data:/owntone - /mnt/dietpi_userdata/docker-data/volumes/spotifyPipe/_data:/music restart: unless-stopped
Container logs
The text was updated successfully, but these errors were encountered: