-
Notifications
You must be signed in to change notification settings - Fork 165
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
No Devices Appear in Device popup #605
Comments
Mate, I recommend modifying this issue and remove those logs because the access_token is visible and explicit. |
Afaik, Spotify access tokens are only valid for 1hr. So it should be okay. |
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, |
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? |
Hi, I think you mistook Spotify device with the actual physical device. "Device" here refers to an active Spotify client, which can be 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
|
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?
The text was updated successfully, but these errors were encountered: