You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The device is visible. But once pressed it crashes
see logs
Expected behavior
It doesn't panic
Logs
Click to show logs
ALSA lib pcm_dmix.c:999:(snd_pcm_dmix_open) unable to open slave
The application panicked (crashed).
Message: called `Option::unwrap()` on a `None` value
Location: /host/cargo/registry/src/github.com-1ecc6299db9ec823/librespot-playback-0.2.0/src/audio_backend/alsa.rs:160
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
1: start_thread<unknown>
at ./nptl/./nptl/pthread_create.c:442
2: clone3<unknown>
at ./misc/../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
Run with COLORBT_SHOW_HIDDEN=1 environment variable to disable frame filtering.
The application panicked (crashed).
Message: called `Option::unwrap()` on a `None` value
Location: src/main_loop.rs:194
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
1: main<unknown>
at <unknown source file>:<unknown line>
2: __libc_start_call_main<unknown>
at ./csu/../sysdeps/nptl/libc_start_call_main.h:58
3: __libc_start_main_impl<unknown>
at ./csu/../csu/libc-start.c:381
Run with COLORBT_SHOW_HIDDEN=1 environment variable to disable frame filtering.
Compilation flags
dbus_mpris
dbus_keyring
alsa_backend
portaudio_backend
pulseaudio_backend
rodio_backend
Versions (please complete the following information):
Thank you for the report. This panic certainly shouldn't happen, but I assume that it won't be properly fixable until we get around to upgrading to the newest librespot version.
Anyway, regarding your specific problem, something funky is going wrong with your ALSA setup. You could try specifying values like device (see aplay -L to see possible values). Another option would be to try another audio server like pulseaudio?
Description
Spotifyd panics when I try connecting from spotify-tui:
ALSA lib pcm_dmix.c:999:(snd_pcm_dmix_open) unable to open slave
To Reproduce
spotifyd --no-daemon --config-path "/home/dusk/.config/spotifyd/spotifyd.conf" --verbose 2>&1 >/dev/null &
d
key)Expected behavior
It doesn't panic
Logs
Click to show logs
Compilation flags
Versions (please complete the following information):
Additionai information
spotifyd.conf file
The text was updated successfully, but these errors were encountered: