mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 16:15:55 +03:00
[GH-ISSUE #39] d not opening device menu #28
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#28
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 @jedahan on GitHub (Oct 10, 2019).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/39
I press
d, but no device menu. Tried spotify-tui 0.4.0, and git. Runningspotifyd --no-daemon@Rigellute commented on GitHub (Oct 10, 2019):
Have you given your username and password to
spotifyd?Do you see the auth success log when running with
--no-daemon?@jedahan commented on GitHub (Oct 10, 2019):
I put the username and password in spotifyd and it successfully logs in with
--no-daemon.@Rigellute commented on GitHub (Oct 10, 2019):
Hmm... strange as it's working well for me.
Could you check that you pass these requirements from spotifyd?
https://github.com/Spotifyd/spotifyd#common-issues
@epwalsh commented on GitHub (Oct 10, 2019):
I had the same issue. I did some debugging and found out (in my case at least) that it was due to rspotify missing some device types: https://github.com/ramsayleung/rspotify/pull/57.
@Rigellute commented on GitHub (Oct 10, 2019):
Great work @epwalsh!
@tormodatt commented on GitHub (Oct 11, 2019):
can confirm, had the same issue. I built spotify-tui with rspotify 0.7.0 that includes @epwalsh's fix, and the divice-menu works fine
@Rigellute commented on GitHub (Oct 11, 2019):
Thanks for confirming @tormodatt!
PR here upgrading rspotify https://github.com/Rigellute/spotify-tui/pull/43
@epwalsh commented on GitHub (Oct 11, 2019):
Thanks for the quick work @Rigellute!