mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[GH-ISSUE #566] Device selection not showing any devices #327
Labels
No labels
bug
documentation
enhancement
good first issue
help wanted
pull-request
question
third-party
third-party
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-player#327
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 @Duck-s on GitHub (Sep 23, 2024).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/566
Devices remains blank on the terminal
When pressing D the devices tab opens but there is nothing inside and nothing to select pressing enter does nothing
i can go to the spotify app on my phone and manually change it to spotify_player and that works but i can not change it from within the app
Screenshots

Environment
Apologies in advance im new
Sorry im new to the linux and github world and am unfamiliar with a lot
I will probably need precise instructions if you need anything (file or command output) but i am happy to give anything required though it may need patience as i will probably need help getting it.
@sewnie commented on GitHub (Sep 23, 2024):
I think a warning should be added to indicate this within the tui.
@aome510 commented on GitHub (Sep 23, 2024):
there is a similar warning in the log. Agree that it's helpful to have the message in TUI because I saw people open similar issues before (first-time users don't normally check the log). The difficult part is where to display the message
@Duck-s commented on GitHub (Sep 23, 2024):
I may be confused.
I have done this I pressed D to get the devices box open and enter does nothing. the devices box is empty and no controls work to switch devices.
Its all set up with my client id and such so that I can change the devices from the mobile app or browser to get audio but not from within the app.
@aome510 commented on GitHub (Sep 24, 2024):
Does that mean you already followed what described in https://github.com/aome510/spotify-player?tab=readme-ov-file#spotify-connect? Can you provide a log in
~/.cache/spotify_player/?@Duck-s commented on GitHub (Sep 24, 2024):
I have the cache credentials.json saved and it logs me in perfectly fine it's just devices that won't load anything. I can see what device is currently playing from up by the music at the top but have no ability to change it within the D menu. I'll be a bit before I can give a log I have the pc apart but I'll get that asap sorry.
@aome510 commented on GitHub (Sep 24, 2024):
client_idis not the cached credentials but the config value you set inapp.toml. For example,github.com/aome510/spotify-player@9c47701cd6/examples/app.toml (L2)If you don't set this value, a default value will be used and you will not be able to see any devices
@aome510 commented on GitHub (Oct 4, 2024):
@Duck-s do you still have problems with device selection? Otherwise, I will close this issue