mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-27 00:25:53 +03:00
[GH-ISSUE #799] Error 504/503 #328
Labels
No labels
bug
enhancement
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-tui#328
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 @RaulSeganfreddo on GitHub (Apr 22, 2021).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/799
Hi, when I use spotify-tui it connect and works fine but when I do somethig, like change song or anything else, it loads for some seconds and then it gives me an error 503 (sometimes for like a second is 504 then it instantly change to 503). I have a premium account and everything seems correct in the developer page. Am I missing something? Seems like a problem with API but I don't know what it could be
@samtell21 commented on GitHub (Apr 22, 2021):
I am also experiencing this problem. Music is playing fine, but the playback cli only ever returns the following:
Error: Spotify API reported error code 503I can still interact with the music, toggle, skip song, etc, but it doesn't want to give me the any of the formatted output.
Also the actual tui keeps dropping me into that red error screen. I can just escape out of it, but it is a nuisance.
@adesprez commented on GitHub (Apr 22, 2021):
Same here. Using version 0.23.0.
I noticed that behavior at the beginning of the week. I'm using spotify-tui + spotifyd.
@hisbaan commented on GitHub (Apr 22, 2021):
Exact same thing here, whether using the web player or spotifyd.
I'm on arch linux, using version 0.23.0-1.
@daMelody commented on GitHub (Apr 22, 2021):
According to Spotify Web API, it seems like 503 is a server error:
I couldn't find any documentation on the 504 error on Spotify's developer portal
@RaulSeganfreddo commented on GitHub (Apr 22, 2021):
I know, but I cant't find a fix.
Error 504 should be "Gateway timeout"
@samtell21 commented on GitHub (Apr 22, 2021):
Everything seems back to normal for me now. Anyone else?
Guess it was a problem on spotify's end.
@RaulSeganfreddo commented on GitHub (Apr 22, 2021):
Back to normal for me too
I'm thinking the same thing, I think I can close the issue.
Thanks everyone!