mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[GH-ISSUE #834] nothing loads/plays #1437
Labels
No labels
bug
documentation
enhancement
good first issue
help wanted
pull-request
question
third-party
third-party
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-player#1437
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @variegatedcat on GitHub (Sep 18, 2025).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/834
nothing loads
start the app
2025-09-18T10:33:25.434602Z INFO librespot_oauth: OAuth server listening on 127.0.0.1:8989
2025-09-18T10:33:35.039304Z INFO spotify_player::streaming: Application's connect configurations: ConnectConfig { name: "ben-jr", device_type: Speaker, is_group: false, initial_volume: Some(55705), has_volume_ctrl: true }
2025-09-18T10:33:35.040276Z INFO librespot_playback::mixer::softmixer: Mixing with softvol and volume control: Log(60.0)
2025-09-18T10:33:35.040623Z INFO spotify_player::streaming: Initializing a new integrated player with device_id=b4223b95-d252-401f-870b-221d758435da
2025-09-18T10:33:35.041049Z INFO spotify_player::streaming: Starting an integrated Spotify player using librespot's spirc protocol
2025-09-18T10:33:35.041133Z INFO librespot_playback::convert: Converting with ditherer: tpdf
2025-09-18T10:33:35.041171Z INFO librespot_playback::audio_backend::pulseaudio: Using PulseAudioSink with format: S16
2025-09-18T10:33:35.324449Z INFO librespot_core::session: Connecting to AP "ap-gue1.spotify.com:4070"
2025-09-18T10:33:35.729418Z INFO librespot_core::session: Authenticated as 'jkddxw4brehe4psvfk3zlam0g' !
2025-09-18T10:33:35.729821Z INFO librespot_core::session: Country: "US"
2025-09-18T10:33:35.736652Z INFO spotify_player::streaming: New streaming connection has been established!
2025-09-18T10:33:35.736706Z INFO spotify_player::client: Used a new session for Spotify client.
2025-09-18T10:33:35.736810Z INFO spotify_player::token: Getting a new authentication token...
2025-09-18T10:33:35.900610Z ERROR 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=b4223b95-d252-401f-870b-221d758435da
2025-09-18T10:33:35.900869Z 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=b4223b95-d252-401f-870b-221d758435da", 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 } }
2025-09-18T10:33:35.901020Z INFO spotify_player: Starting a client socket at 127.0.0.1:8080
2025-09-18T10:33:35.901437Z INFO spotify_player::media_control: Initializing application's media control event watcher...
2025-09-18T10:33:35.908864Z INFO client_request{request=GetUserPlaylists}: spotify_player::token: Getting a new authentication token...
2025-09-18T10:33:35.910101Z ERROR client_request{request=GetUserSavedShows}: spotify_player::client::handlers: Failed to handle client request: Token is not valid
2025-09-18T10:33:35.910122Z ERROR client_request{request=GetUserSavedAlbums}: spotify_player::client::handlers: Failed to handle client request: Token is not valid
2025-09-18T10:33:35.910109Z ERROR client_request{request=GetUserSavedTracks}: spotify_player::client::handlers: Failed to handle client request: Token is not valid
2025-09-18T10:33:35.910159Z ERROR client_request{request=GetCurrentUser}: spotify_player::client::handlers: Failed to handle client request: Token is not valid
2025-09-18T10:33:35.910160Z ERROR client_request{request=GetUserFollowedArtists}: spotify_player::client::handlers: Failed to handle client request: Token is not valid
2025-09-18T10:33:35.951340Z ERROR 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=b4223b95-d252-401f-870b-221d758435da
2025-09-18T10:33:35.951485Z ERROR client_request{request=GetUserPlaylists}: 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=b4223b95-d252-401f-870b-221d758435da", 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 } }
2025-09-18T10:33:35.951514Z ERROR client_request{request=GetUserPlaylists}: spotify_player::client::handlers: Failed to handle client request: get access token: failed to get the authentication token stored inside the client.
2025-09-18T10:33:36.902784Z ERROR spotify_player::client: Failed to retrieve current playback: Token is not valid
2025-09-18T10:33:36.902826Z ERROR spotify_player::client: Failed to retrieve current playback: Token is not valid
2025-09-18T10:33:44.355245Z ERROR 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=b4223b95-d252-401f-870b-221d758435da
2025-09-18T10:33:44.355346Z ERROR client_request{request=GetDevices}: spotify_player::client::handlers: Failed to handle client request: get access 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=b4223b95-d252-401f-870b-221d758435da", 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 } }
@jesusfl15 commented on GitHub (Sep 18, 2025):
Check
spotify_player --version, arch package is out of date because of a bug with the fzf build feature in the last release. That bug is fixed on the main branch but hasn't been released so the official pkgbuild can't be updated. Check #820 #822 for the fzf issue. Yours seems to be an issue with the librespot update, wich was fixed on #809 #819@variegatedcat commented on GitHub (Sep 18, 2025):
spotify_player 0.20.7
@jesusfl15 commented on GitHub (Sep 18, 2025):
That's not the latest version, your issue should be already solved on 0.21, you may wait until the arch package is updated or build it from source.