aome510 / spotify-player

A Spotify player in the terminal with full feature parity
MIT License
3.37k stars 146 forks source link

GetBrowseCategories - status code 502 bad gateway #499

Closed japopich closed 2 months ago

japopich commented 2 months ago

Describe the bug When pressing g b to get to the browse page I get an http error: status code 502 Bad Gateway in the log and a subsequent blank page in the application.

To Reproduce Press g b

Expected behaviour Open the spotify browse page

Log and backtrace 2024-07-08T17:14:22.636700Z ERROR client_request{request=GetBrowseCategories}: spotify_player::client::handlers: Failed to handle client request: http error: status code 502 Bad Gateway

Environment

Additional context This was working in the last version 0.18.2

aome510 commented 2 months ago

Still works for me in the latest version.

This 50x error is mainly because of internal errors with Spotify server, which should be resolved after a day or so

japopich commented 2 months ago

I will mark this as resolved, cheers!