mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 17:35:50 +03:00
[GH-ISSUE #299] No playback found. ALSA function 'snd_pcm_sw_params' failed #1094
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#1094
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 @FromWau on GitHub (Nov 26, 2023).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/299
Hi, I am not sure if this a bug at alsa or this repo.
Describe the bug
The player is not able to find a playback device. Using SwitchToDevices (^D) I can see the local player (spotify-player) but after selecting the device. The player is still saying he is unable to find a device.
The player is able to control the client running on my phone when selecting the phone.
To Reproduce
yay -S spotify-playerAlso tried the not-require-playback-for-start-playback Branch via
cargo runsame behavior.Expected behavior
Start hearing music.
Log and backtrace
Log
Backtrace
Screenshots

If applicable, add screenshots to help explain your problem.
Environment
Additional context
First time install. Just found out about this repo.
@FromWau commented on GitHub (Nov 26, 2023):
Just found out I lived the whole time without
pipewire-alsa. Closing.