Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

d not opening device menu #39

Closed
jedahan opened this issue Oct 10, 2019 · 8 comments · Fixed by #43
Closed

d not opening device menu #39

jedahan opened this issue Oct 10, 2019 · 8 comments · Fixed by #43

Comments

@jedahan
Copy link

jedahan commented Oct 10, 2019

I press d, but no device menu. Tried spotify-tui 0.4.0, and git. Running spotifyd --no-daemon

@Rigellute
Copy link
Owner

Have you given your username and password to spotifyd?

Do you see the auth success log when running with --no-daemon?

@jedahan
Copy link
Author

jedahan commented Oct 10, 2019

I put the username and password in spotifyd and it successfully logs in with --no-daemon.

@Rigellute
Copy link
Owner

Hmm... strange as it's working well for me.

Could you check that you pass these requirements from spotifyd?

- Spotifyd will not work without Spotify Premium
- The device name cannot contain spaces

https://github.com/Spotifyd/spotifyd#common-issues

@epwalsh
Copy link

epwalsh commented 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: ramsayleung/rspotify#57.

@Rigellute
Copy link
Owner

Great work @epwalsh!

@tormodatt
Copy link

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
Copy link
Owner

Rigellute commented Oct 11, 2019

Thanks for confirming @tormodatt!

PR here upgrading rspotify #43

Rigellute added a commit that referenced this issue Oct 11, 2019
@epwalsh
Copy link

epwalsh commented Oct 11, 2019

Thanks for the quick work @Rigellute!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants