mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-29 09:35:59 +03:00
[GH-ISSUE #220] No devices found when running spotifyd as a service #108
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#108
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 @jp1995 on GitHub (Jan 23, 2020).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/220
Hi. Strange behavior, probably user error but I'd like to sort it out and I'm out of ideas. Maybe you can help.
When I run
spotifyd --no-daemoneverything works perfectly.When I run it as a service, spt finds no devices.
systemctl output
spotifyd.service loaded active running A spotify playing daemonspotifyd.service file
spotifyd configuration file, just in case
@jp1995 commented on GitHub (Jan 23, 2020):
Well, initially my spotifyd.service file was in /etc/systemd/system. I removed the file, disabled and stopped the service. Then I put the file to /etc/systemd/user, enabled and started it with the --user flag and my issue is solved.
I do not know if this is intended behaviour but I'll close the issue since I don't have one anymore :)
All the best.
@lowercasename commented on GitHub (Apr 9, 2020):
@jp1995 thank you, this solved the same issue for me too!