mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[GH-ISSUE #645] No spotify-player device #374
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#374
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 @MaraSgit on GitHub (Dec 27, 2024).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/645
Describe the bug
I donþt have the spotify-player device showed. I tried installing everything and nothing worked ):
To Reproduce
Just open it :)
Expected behaviour
Should be the spotify-player there
Log and backtrace
Log and backtrace of a run reproducing the bug to help debug the issue, which are usually located in
$HOME/.cache/spotify-player/.Please refer to this URL for more details.
Screenshots

Environment
@m4r1vs commented on GitHub (Jan 9, 2025):
How did you install spotify_player? Maybe the
streamingflag was disabled during build? Try building from source where the flag should be enabled by default:)@bascht commented on GitHub (Jan 17, 2025):
Just noticed the same thing and it's like @m4r1vs mentioned - the AUR
PKGBUILDdoes come with--no-default-features: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=spotify-player#n26Just rebuilt it without that flag and local playback works again. (I'm on EndevourOS as well)