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
I can't get it to trigger consistently, and it seems to be very rare.
Full stacktrace from daemon
Exception ignored in thread started by: <bound method Playlist.__autonext of <playlist.Playlist object at 0x7f18ac9253c0>>
Traceback (most recent call last):
File "/home/simon/Documents/personal-projects/sonica/daemon/playlist.py", line 37, in __autonext
self.play()
File "/home/simon/Documents/personal-projects/sonica/daemon/playlist.py", line 66, in play
self.playback = play_buffer(
File "/home/simon/Documents/personal-projects/sonica/venv/lib/python3.10/site-packages/simpleaudio/shiny.py", line 60, in play_buffer
play_id = _sa._play_buffer(audio_data, num_channels, bytes_per_sample,
_simpleaudio.SimpleaudioError: Error opening PCM device. -- CODE: -16 -- MSG: Device or resource busy
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
I can't get it to trigger consistently, and it seems to be very rare.
Full stacktrace from daemon
The text was updated successfully, but these errors were encountered: