-
Notifications
You must be signed in to change notification settings - Fork 242
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 tracks not playable - but are populated and browsable #1842
Comments
For some reason the access point wasn't connectable, but it's working fine for me just now. OwnTone should try another access point in that case, but I can't see from the log if it did that. Some of the logging you included is from librespot, not from OwnTone, so that's not so relevant ("[2024-12-07T20:06:45Z INFO librespot_core::session] Connecting to AP "ap-guc3.spotify.com:4070""). |
I just tried again. First I logged out of my account - this generated nothing in the logs. I then restarted the container and my username was gone. I then tried reauthenticating - after a long wait I was presented with I reloaded the page and the webUI shows that my username is authenticated. I can browse around spotify, so I did some browsing and tried to play a song - here is the logs from the point where I try to authorize access to the point I try and play the song
|
The core error is the same "Could not connect to 'spotify' at ap-gew4.spotify.com (port 4070)". I also now had the same error. It was after playing a few songs, so maybe the access point is unstable right now. From the logs, it looks like the mechanism to select another access point isn't kicking in, but I'm working on a new Spotify implementation, so I'm not going to dive into that. As a temporary workaround, maybe you can add ap-gew4.spotify.com to your hosts file and give it the ip address of ap-guc3.spotify.com (if that works). |
Thanks, good to hear a new implementation is coming, looking forward to that. I'll try and see if I can get the workaround working, thanks |
Thanks for the pointer, I set up a DNS forwarding rule and also found that '/etc/hosts' file already contained an ip... can't remember I added this, but my memory can't be trusted. It's working again, thanks |
Please try to provide the following:
Steps to reproduce:
I noticed the spotify integration got partially broken after an update - not sure exactly what update though.
I'm currently on latest version 28.10
In the WebUI, under "Settings" -> "Online Services" status for spotify is "Access granted for my_username"
I have tried:
When trying to play a track through the browser I get:
The logs show:
I have tried reauthenticating with spotify but that always results in a long loading time followed by the browser displaying 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 BUT I can browse through spotify albums, all my tracks and playlists are loaded, just not playable.
Relevant section of logs
Later I discovered that owntone tried other access points aswell, but tracks are still not playable
The text was updated successfully, but these errors were encountered: