mk-fg / python-pulse-control

Python high-level interface and ctypes-based bindings for PulseAudio (libpulse)
https://pypi.org/project/pulsectl/
MIT License
170 stars 36 forks source link

Assertion 'c' failed at ../pulseaudio/src/pulse/context.c #80

Closed killown closed 8 months ago

killown commented 8 months ago

pulse.sink_list() Assertion 'c' failed at ../pulseaudio/src/pulse/context.c:1238, function pa_context_send_simple_command(). Aborting. [1] 59361 IOT instruction (core dumped) python

mk-fg commented 8 months ago

Can be misusing the context in some way (e.g. using that on a closed one), so need full code example to try to reproduce it here. But no idea what it's about otherwise, feel free to reopen with proper "running this code, expected result, actual result, etc" info.