mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 17:35:50 +03:00
[GH-ISSUE #499] GetBrowseCategories - status code 502 bad gateway #1221
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#1221
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 @japopich on GitHub (Jul 8, 2024).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/499
Describe the bug
When pressing
g bto 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 bExpected 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 GatewayEnvironment
Additional context
This was working in the last version 0.18.2
@aome510 commented on GitHub (Jul 8, 2024):
Still works for me in the latest version.
This
50xerror is mainly because of internal errors with Spotify server, which should be resolved after a day or so@japopich commented on GitHub (Jul 8, 2024):
I will mark this as resolved, cheers!