mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[GH-ISSUE #338] Bug: The CLI does not detect a device the TUI is playing from #181
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#181
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 @chrisgrieser on GitHub (Jan 16, 2024).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/338
Describe the bug
Kind of a follow-up to #336: I tried
connectbut get this issue:However, in the interactive player, it clearly is playing from that device:

To Reproduce
Not sure how to reproduce this, tbh.
Expected behavior
The CLI should detect the device, just as the TUI is able to.
Log and backtrace
Environment
macOS 14.1 (arm)
spotify_player 0.16.3
@aome510 commented on GitHub (Jan 16, 2024):
Oh right, I forgot. You will need to setup Spotify Connect as mentioned in https://github.com/aome510/spotify-player#spotify-connect to connect to another device. Otherwise,
get_deviceAPI will return empty.@chrisgrieser commented on GitHub (Jan 16, 2024):
ah, I see! Wasn't aware of that. Thanks again.