mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 16:15:55 +03:00
[GH-ISSUE #653] macOS + home-manager: no devices found #263
Labels
No labels
bug
enhancement
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-tui#263
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 @rpearce on GitHub (Nov 7, 2020).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/653
Hi, thank you for this project! Amazing.
I'm using macOS with nix+home-manager, and I've got everything running smoothly and have Spotify Premium, but when I try to play a song, it can't figure out what device to use. I'm on a MacBook Pro.
Here's my
client.yml:This happens even if I have the Spotify app running, as seemed to be suggested here: https://github.com/Rigellute/spotify-tui/issues/310. I have not been able to get spotifyd running on macOS with homebrew.
Thanks for your help!
@andersfylling commented on GitHub (Nov 16, 2020):
Exactly the same issue. I'm on arch linux. Though I am not running a the official spotify application on my computer (I assumed spotifyd was a replacement from their README).
@schwittlick commented on GitHub (Nov 18, 2020):
same issue.. it only works when the spotify app is running in parallel :/
@andersfylling commented on GitHub (Nov 18, 2020):
If the spotifyd is running in the background, the music has to be started from an official spotify client via Spotify Connect for me. I had some serious issue getting spotifyd working in the first place.
@Rigellute commented on GitHub (Nov 24, 2020):
Hi! This sounds like an issue with
spotifyd. The device list inspotify-tuiis the result of an API call to Spotify. Sounds likespotifydis not discoverable for some reason?@andersfylling commented on GitHub (Nov 24, 2020):
Yeah I believe so as well, seems like it can't "discover itself", until "triggered" by another device through Spotify Connect. If that makes sense.
Spotifyd is able to see other spotify devices/instances, just not itself.
@codygman commented on GitHub (Dec 18, 2020):
When I get this issue just restaring spotifyd with
systemctl --user restart spotifyd.servicefixes the issue.@codygman commented on GitHub (Dec 18, 2020):
https://github.com/Spotifyd/spotifyd/pull/596
@llagerlof commented on GitHub (Sep 14, 2021):
Same problem here. Running on Windows 8.1 x64.