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
File "/home/falan/.my_venv/lib/python3.10/site-packages/RealtimeSTT/audio_recorder.py", line 124, in run
File "/usr/lib/python3.10/signal.py", line 56, in signal
system_signal.signal(system_signal.SIGINT, system_signal.SIG_IGN)
File "/usr/lib/python3.10/signal.py", line 56, in signal
handler = _signal.signal(_enum_to_int(signalnum), _enum_to_int(handler))
handler = _signal.signal(_enum_to_int(signalnum), _enum_to_int(handler))
ValueError: signal only works in main thread of the main interpreter
ValueError: signal only works in main thread of the main interpreter
The text was updated successfully, but these errors were encountered:
File "/home/falan/.my_venv/lib/python3.10/site-packages/RealtimeSTT/audio_recorder.py", line 124, in run
File "/usr/lib/python3.10/signal.py", line 56, in signal
system_signal.signal(system_signal.SIGINT, system_signal.SIG_IGN)
File "/usr/lib/python3.10/signal.py", line 56, in signal
handler = _signal.signal(_enum_to_int(signalnum), _enum_to_int(handler))
handler = _signal.signal(_enum_to_int(signalnum), _enum_to_int(handler))
ValueError: signal only works in main thread of the main interpreter
ValueError: signal only works in main thread of the main interpreter
The text was updated successfully, but these errors were encountered: