You are not logged in.
Pages: 1
I am trying to use spotify-player.
On the first start successfully credentials.json is created.
But in the log file there is a error mesage:
librespot_core::mercury: error 403 for uri hm://keymaster/token/authenticated?scope=user-read-recently-played,user-top-read,user-read-playback-position,user-read-playback-state,user-modify-playback-state,user-read-currently-playing,streaming,playlist-read-private,playlist-modify-private,playlist-modify-public,playlist-read-collaborative,user-follow-read,user-follow-modify,user-library-read,user-library-modify&client_id=65b708073fc0480ea92a077233ca87bd&device_id=abcd181f-e77f-49fb-a9a8-94d46e36acf4
2025-08-21T13:16:25.758954Z ERROR spotify_player::client::spotify: Failed to get a new token: failed to get the token: Service unavailable { error handling Mercury response: MercuryResponse { uri: "hm://keymaster/token/authenticated?scope=user-read-recently-played,user-top-read,user-read-playback-position,user-read-playback-state,user-modify-playback-state,user-read-currently-playing,streaming,playlist-read-private,playlist-modify-private,playlist-modify-public,playlist-read-collaborative,user-follow-read,user-follow-modify,user-library-read,user-library-modify&client_id=65b708073fc0480ea92a077233ca87bd&device_id=abcd181f-e77f-49fb-a9a8-94d46e36acf4", status_code: 403, payload: [[123, 34, 99, 111, 100, 101, 34, 58, 52, 44, 34, 101, 114, 114, 111, 114, 68, 101, 115, 99, 114, 105, 112, 116, 105, 111, 110, 34, 58, 34, 73, 110, 118, 97, 108, 105, 100, 32, 114, 101, 113, 117, 101, 115, 116, 34, 125]] } }How can I resolve this error message?
Offline
https://en.wikipedia.org/wiki/HTTP_403 - according to reddit™ spotify tells you to get lost if they think you're using a VPN.
Do you only see some stray error message or does it also "not work™"?
Offline
https://en.wikipedia.org/wiki/HTTP_403 - according to reddit™ spotify tells you to get lost if they think you're using a VPN.
I am not using VPN.
Do you only see some stray error message or does it also "not work™"?
It also not work.
There are also other error messages here is the full log: https://0x0.st/KzRe.txt
Offline
2025-08-21T13:16:25.759346Z ERROR client_request{request=GetCurrentUser}: spotify_player::client::handlers: Failed to handle client request: Token is not validhttps://wiki.archlinux.org/title/Spotif … ty_clients (see the blue note, apparently spotify altered the API)
https://github.com/aome510/spotify-player/issues/801
https://github.com/aome510/spotify-player/issues/802
Offline
Pages: 1