mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 16:15:55 +03:00
[GH-ISSUE #762] Keep receiving API error 404 #306
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#306
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 @FranciscoVasconcelos on GitHub (Mar 8, 2021).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/762
I have a premium account and spotifyd is running in the background and everything works just fine. But this message sistematically appears with no aparent reason. I just ESC and go back to the main page and everything else keeps working (I can still control the music and it keeps playing). This is something that's mostly annoying but it doesn't take away any functionality.

@sheepwall commented on GitHub (Mar 8, 2021):
I have the exact same problem.
edit: release version 0.23.0
@badele commented on GitHub (Mar 8, 2021):
Same issue with same version
@Rigellute commented on GitHub (Mar 14, 2021):
Hmm... perhaps the spotify api has changed 🤔
@avijit1258 commented on GitHub (Mar 16, 2021):
Same issue here.
@lanej commented on GitHub (Mar 25, 2021):
Same, but sometimes a 404 and sometimes a 503, and it never seems to effect playback.

Edit: At minimum, it would sufficient for me to dump these errors to some log file rather than plaster the UI with non-actionable information.
@lanej commented on GitHub (Mar 25, 2021):
I'm testing out #772, which is a hack to dump errors to the log instead of consuming the entire ui.
@ericlovesmath commented on GitHub (Mar 25, 2021):
I'm only getting 503 errors, but it only seems to happen in version 0.23.0
@ECon87 commented on GitHub (Apr 1, 2021):
Same error here
@yaflow-droid commented on GitHub (Apr 5, 2021):
I'm getting the same issue, but with a different error message.
It only appears when using spotifyd as a player, and I didn't get the error with the spotify GUI client
@arnarg commented on GitHub (Apr 22, 2021):
At the very least it would be very nice if these error screens weren't stacked and require me to press Esc 50 times to get to the player again.
@dimas-cyriaco commented on GitHub (Aug 5, 2021):
I'm having this issue too when I select a device. On Mac with
spotify-tuiinstalled via homebrew.This happens no matter what device I choose, either
spotifyd, the web client or the desktop client.@iameru commented on GitHub (Sep 25, 2021):
I get the 404 code too, also regardless if webclient or spotifyd same as @dimas-cyriaco
@grfwings commented on GitHub (Oct 23, 2021):
I'm having a similar issue. Spotifyd is installed and running, and when I run spt and press "d" I can see spotifyd in the list, but when I try to select the device, I get Spotify API error code 404. Other than that spt seems to be working as it correctly displays my playlists and such.

@croyleje commented on GitHub (Nov 15, 2022):
Did anyone ever figure this out having the exact same issue.
@feekApp commented on GitHub (Dec 23, 2022):
same here, for me error code 503 (Premium Account, Current Device is active –Spotifyd– and no spaces in name).
@croyleje commented on GitHub (Dec 23, 2022):
I was able to work around this by starting the service or daemon however you’re running it then going to the normal web application and then selecting “listen on SpotifyD” or what ever you named it. After that I never had to do it again. Just launch the terminal app press d and select it and it worked from then on.
@feekApp commented on GitHub (Dec 23, 2022):
Thnx, I'll try!