No spotify-player device
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
- OS: EndeavourOS
- Application version: 0.20.4
- Application features: Nothing added
How did you install spotify_player? Maybe the streaming flag was disabled during build? Try building from source where the flag should be enabled by default:)
Just noticed the same thing and it's like @m4r1vs mentioned - the AUR PKGBUILD does come with --no-default-features: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=spotify-player#n26
Just rebuilt it without that flag and local playback works again. (I'm on EndevourOS as well)