[GH-ISSUE #362] Constant loading... on playlists #194

Closed
opened 2026-03-02 23:45:21 +03:00 by kerem · 1 comment
Owner

Originally created by @Serpentian on GitHub (Feb 6, 2024).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/362

After authentication everything works great. But when I close and reopen the app, playlists cannot be loaded anymore, logs spams forbidden error. The same is for the artsts. Albums works just fine, songs play. Top and liked tracks also load great.

2024-02-06T20:45:42.335759Z  INFO client_request{request=GetContext(Playlist(PlaylistId("4LqfMK3DhRowpEZlcToSNR")))}: spotify_player::client: Get playlist context: spotify:playlist:4LqfMK3DhRowpEZlcToSNR
2024-02-06T20:45:42.519248Z ERROR client_request{request=GetContext(Playlist(PlaylistId("4LqfMK3DhRowpEZlcToSNR")))}: spotify_player::client::handlers: Failed to handle client request: http error: status code 403 Forbidden
2024-02-06T20:45:43.342384Z  INFO client_request{request=GetContext(Playlist(PlaylistId("4LqfMK3DhRowpEZlcToSNR")))}: spotify_player::client: Get playlist context: spotify:playlist:4LqfMK3DhRowpEZlcToSNR
2024-02-06T20:45:43.432332Z ERROR client_request{request=GetContext(Playlist(PlaylistId("4LqfMK3DhRowpEZlcToSNR")))}: spotify_player::client::handlers: Failed to handle client request: http error: status code 403 Forbidden
2024-02-06T20:45:44.347400Z  INFO client_request{request=GetContext(Playlist(PlaylistId("4LqfMK3DhRowpEZlcToSNR")))}: spotify_player::client: Get playlist context: spotify:playlist:4LqfMK3DhRowpEZlcToSNR
2024-02-06T20:45:44.519578Z ERROR client_request{request=GetContext(Playlist(PlaylistId("4LqfMK3DhRowpEZlcToSNR")))}: spotify_player::client::handlers: Failed to handle client request: http error: status code 403 Forbidden

Already tried changing client_id and port to my own, nothing changed(

Environment

  • OS: NixOS
  • Application version: 0.16.3
Originally created by @Serpentian on GitHub (Feb 6, 2024). Original GitHub issue: https://github.com/aome510/spotify-player/issues/362 After authentication everything works great. But when I close and reopen the app, playlists cannot be loaded anymore, logs spams `forbidden` error. The same is for the artsts. Albums works just fine, songs play. Top and liked tracks also load great. ``` 2024-02-06T20:45:42.335759Z INFO client_request{request=GetContext(Playlist(PlaylistId("4LqfMK3DhRowpEZlcToSNR")))}: spotify_player::client: Get playlist context: spotify:playlist:4LqfMK3DhRowpEZlcToSNR 2024-02-06T20:45:42.519248Z ERROR client_request{request=GetContext(Playlist(PlaylistId("4LqfMK3DhRowpEZlcToSNR")))}: spotify_player::client::handlers: Failed to handle client request: http error: status code 403 Forbidden 2024-02-06T20:45:43.342384Z INFO client_request{request=GetContext(Playlist(PlaylistId("4LqfMK3DhRowpEZlcToSNR")))}: spotify_player::client: Get playlist context: spotify:playlist:4LqfMK3DhRowpEZlcToSNR 2024-02-06T20:45:43.432332Z ERROR client_request{request=GetContext(Playlist(PlaylistId("4LqfMK3DhRowpEZlcToSNR")))}: spotify_player::client::handlers: Failed to handle client request: http error: status code 403 Forbidden 2024-02-06T20:45:44.347400Z INFO client_request{request=GetContext(Playlist(PlaylistId("4LqfMK3DhRowpEZlcToSNR")))}: spotify_player::client: Get playlist context: spotify:playlist:4LqfMK3DhRowpEZlcToSNR 2024-02-06T20:45:44.519578Z ERROR client_request{request=GetContext(Playlist(PlaylistId("4LqfMK3DhRowpEZlcToSNR")))}: spotify_player::client::handlers: Failed to handle client request: http error: status code 403 Forbidden ``` Already tried changing client_id and port to my own, nothing changed( **Environment** - OS: NixOS - Application version: 0.16.3
kerem 2026-03-02 23:45:21 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@Serpentian commented on GitHub (Feb 7, 2024):

As spotify is blocked in my country, requests returns 403, using vpn fixes the issue

<!-- gh-comment-id:1931008315 --> @Serpentian commented on GitHub (Feb 7, 2024): As spotify is blocked in my country, requests returns 403, using vpn fixes the issue
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#194
No description provided.