mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[GH-ISSUE #605] No Devices Appear in Device popup #354
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#354
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 @OneBiteAidan on GitHub (Nov 14, 2024).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/605
Describe the bug
No devices (i.e bluetooth headphones, laptop speakers) show up in the devices menu after pressing D.
To Reproduce
Expected behaviour
2 Devices should appear. My laptop's integrated speakers and my bluetooth headphones called 'Ground Control'.
Log and backtrace
log
Backtrace has no contents.
Environment
Additional context
Should I be worried about my access_token being shared in the logs provided above?
@hotln commented on GitHub (Nov 15, 2024):
Mate, I recommend modifying this issue and remove those logs because the access_token is visible and explicit.
@OneBiteAidan commented on GitHub (Nov 15, 2024):
Afaik, Spotify access tokens are only valid for 1hr. So it should be okay.
@hotln commented on GitHub (Nov 16, 2024):
Oh yeah, you are alright. I forgot about it. I'm still to deal with your bug but no luck so far. Let me know if you have any updates on it,
@OneBiteAidan commented on GitHub (Nov 16, 2024):
Will do! I haven't touched it in a few days but I'll try some stuff out. Anything else I can do to assist you with this?
@aome510 commented on GitHub (Nov 18, 2024):
Hi, I think you mistook Spotify device with the actual physical device. "Device" here refers to an active Spotify client, which can be
spotify_player's integrated client, Spotify Desktop app, or Spotify mobile app on your phone.One thing I realized from your log is that there is no integrated client initialized on startup. Are you sure you run the application with the right set of features? Based on the log, I'm pretty sure that the
streamingfeature is not enabled. There should be lines as follows in the log at the beginning, which you can compare to yours to see the differences: