mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-27 00:25:53 +03:00
[GH-ISSUE #679] Api response: No device_id selected #274
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#274
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 @taviso on GitHub (Dec 16, 2020).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/679
I'm not having any luck trying to use the 0.22.0 release. The setup worked, and it does display the track I'm currently playing in the web player.
If I press space to pause playback, that works, but if I try to continue it says
Api response: No device_id selected.Is there any way to generate a debugging log?
The full error is:
@VaskillerDev commented on GitHub (Dec 19, 2020):
Same error in win10 with install from cargo
upd: The discussion from here helped me: https://github.com/Rigellute/spotify-tui/issues/310
@pawelmhm commented on GitHub (Jan 31, 2021):
Encountered same thing now, and it seems this is more a documentation issue? If I understand it right, you need to have other Spotify client open at the same time? This is what fixed it for me. Otherwise Spotify web API will respond with no active devices?
I wonder if spotify-tui could register itself as a device? Would that fix this error?
@pablodz commented on GitHub (Feb 19, 2021):
#14
Need to have an client opened, TUI controls that client opened
@xero-lib commented on GitHub (Jul 23, 2021):
Same issue, running spotifyd as client. I have premium.
@quunnb commented on GitHub (Feb 11, 2022):
Same specs, my workaround has been to restart spotifyd
systemctl --user restart spotifydand stick
alias spt="systemctl --user restart spotifyd && spt"into .bash_aliases or such.@amarshall commented on GitHub (Feb 22, 2022):
This occurred for me as a result of https://github.com/Rigellute/spotify-tui/issues/579.
@xgenos commented on GitHub (Jun 23, 2022):
it says that you dont have any spotifyd.service exist
@quunnb commented on GitHub (Jun 27, 2022):
You need to install spotifyd and enable it as systemd-service