[GH-ISSUE #913] Bad request: http error: status code 403 Forbidden #1488

Closed
opened 2026-03-14 15:13:49 +03:00 by kerem · 0 comments
Owner

Originally created by @titu3e on GitHub (Jan 22, 2026).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/913

when i finished logging in with the default client id or different client id of another account cuz new dev apps are not being allowed i get this error when playing songs or anything

2026-01-22T06:19:02.443933Z  INFO librespot_core::session: Country: "IN"
2026-01-22T06:19:02.876733Z  INFO spotify_player::streaming: New streaming connection has been established!
2026-01-22T06:19:02.876795Z  INFO spotify_player::client: Used a new session for Spotify client.
2026-01-22T06:19:03.094344Z  INFO spotify_player: Starting a client socket at 127.0.0.1:8080
2026-01-22T06:19:03.095784Z  INFO spotify_player::media_control: Initializing application's media control event watcher...
2026-01-22T06:19:03.419179Z  INFO librespot_core::spclient: Resolved "gae2-spclient.spotify.com:443" as spclient access point
2026-01-22T06:19:03.419388Z ERROR client_request{request=GetUserSavedTracks}: spotify_player::client::handlers: Failed to handle client request: http error: status code 403 Forbidden
2026-01-22T06:19:03.419591Z ERROR client_request{request=GetUserPlaylists}: spotify_player::client::handlers: Failed to handle client request: failed to send a Spotify API request https://api.spotify.com/v1/me/playlists: Check settings on developer.spotify.com/dashboard, the user may not be registered.
2026-01-22T06:19:03.419388Z ERROR client_request{request=GetUserFollowedArtists}: spotify_player::client::handlers: Failed to handle client request: http error: status code 403 Forbidden
2026-01-22T06:19:03.419954Z ERROR client_request{request=GetUserSavedShows}: spotify_player::client::handlers: Failed to handle client request: http error: status code 403 Forbidden
2026-01-22T06:19:03.420122Z ERROR client_request{request=GetCurrentUser}: spotify_player::client::handlers: Failed to handle client request: http error: status code 403 Forbidden
2026-01-22T06:19:03.420727Z ERROR client_request{request=GetUserSavedAlbums}: spotify_player::client::handlers: Failed to handle client request: http error: status code 403 Forbidden
2026-01-22T06:19:04.365462Z ERROR spotify_player::client: Failed to retrieve current playback: http error: status code 403 Forbidden
2026-01-22T06:19:04.365464Z ERROR spotify_player::client: Failed to retrieve current playback: http error: status code 403 Forbidden
2026-01-22T06:19:04.366292Z  INFO librespot_connect::spirc: active device is <943be0e94f431ce84f45bda13b6e3f4768a4666d> with session <6RdvNhwwCxLWzpalcVbWj1>
Originally created by @titu3e on GitHub (Jan 22, 2026). Original GitHub issue: https://github.com/aome510/spotify-player/issues/913 when i finished logging in with the default client id or different client id of another account cuz new dev apps are not being allowed i get this error when playing songs or anything ``` 2026-01-22T06:19:02.443933Z INFO librespot_core::session: Country: "IN" 2026-01-22T06:19:02.876733Z INFO spotify_player::streaming: New streaming connection has been established! 2026-01-22T06:19:02.876795Z INFO spotify_player::client: Used a new session for Spotify client. 2026-01-22T06:19:03.094344Z INFO spotify_player: Starting a client socket at 127.0.0.1:8080 2026-01-22T06:19:03.095784Z INFO spotify_player::media_control: Initializing application's media control event watcher... 2026-01-22T06:19:03.419179Z INFO librespot_core::spclient: Resolved "gae2-spclient.spotify.com:443" as spclient access point 2026-01-22T06:19:03.419388Z ERROR client_request{request=GetUserSavedTracks}: spotify_player::client::handlers: Failed to handle client request: http error: status code 403 Forbidden 2026-01-22T06:19:03.419591Z ERROR client_request{request=GetUserPlaylists}: spotify_player::client::handlers: Failed to handle client request: failed to send a Spotify API request https://api.spotify.com/v1/me/playlists: Check settings on developer.spotify.com/dashboard, the user may not be registered. 2026-01-22T06:19:03.419388Z ERROR client_request{request=GetUserFollowedArtists}: spotify_player::client::handlers: Failed to handle client request: http error: status code 403 Forbidden 2026-01-22T06:19:03.419954Z ERROR client_request{request=GetUserSavedShows}: spotify_player::client::handlers: Failed to handle client request: http error: status code 403 Forbidden 2026-01-22T06:19:03.420122Z ERROR client_request{request=GetCurrentUser}: spotify_player::client::handlers: Failed to handle client request: http error: status code 403 Forbidden 2026-01-22T06:19:03.420727Z ERROR client_request{request=GetUserSavedAlbums}: spotify_player::client::handlers: Failed to handle client request: http error: status code 403 Forbidden 2026-01-22T06:19:04.365462Z ERROR spotify_player::client: Failed to retrieve current playback: http error: status code 403 Forbidden 2026-01-22T06:19:04.365464Z ERROR spotify_player::client: Failed to retrieve current playback: http error: status code 403 Forbidden 2026-01-22T06:19:04.366292Z INFO librespot_connect::spirc: active device is <943be0e94f431ce84f45bda13b6e3f4768a4666d> with session <6RdvNhwwCxLWzpalcVbWj1> ```
kerem closed this issue 2026-03-14 15:13:55 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/spotify-player#1488
No description provided.