mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 16:15:55 +03:00
[GH-ISSUE #931] Cant select device, 404 not found #403
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#403
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 @stacyharper on GitHub (Jan 1, 2022).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/931
I'm trying to select a spotifyd device on an aarch64 (which seems to compile and works correctly now). I got this message when selecting the device :
No log seems to be output by spotifyd.
Am I missing something ?
edit: I got the exact same issue on an x86_64 voidlinux distro. spotifyd command
spotifyd -b pulseaudio -u myuuser -P "pass Web/accounts.spotify.com/myuser" --no-daemon --verboseedit2: I got the same issue using the Web client on https://client.spotify.com on Firefox. So it probably is a spotify-tui issue ?
@stacyharper commented on GitHub (Jan 2, 2022):
It seems to works today o_O Dunno what happen yersterday. I'll re-open if needed !
@RezhaBlue commented on GitHub (Jan 13, 2022):
Please consider re-opening. I am also on Mac M1 which uses aarch64 and experiencing this behavior. I used brew to install and everything build and runs fine but occasionally this behavior happens.
I will be listening to a song and it'll just randomly stop and spotify-tui will tell me the device cant be found and I can verify spotifyd (as a process or a brew service) is still running when this happens. Sometimes as soon as I start spotifyd, then start spotify-tui I will try to look up a song or play a song and immediately be hit with the 404. Sometimes it takes a few minutes, sometimes a few hours of listening.
When this happens I will try to:
and relaunch both processes. Regardless of method this behavior will reappear randomly (anywhere from right at launch to minutes to hours in).
The only insight I can give that feels pseudo-random is this seems to happen with increased frequency if I use spotify-tui to perform a search and play a song directly from the search results songs section. This could be coincidence I do not have a good way of testing.
If anyone has any idea for what logs or config changes or anything else I can try I'm all ears and can dedicate time to regularly update on this issue. I love both these apps and want to see them succeed and they are part of my daily workflow.