Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RuntimeError: can't start new thread #33

Open
caohuongls opened this issue Sep 22, 2024 · 0 comments
Open

RuntimeError: can't start new thread #33

caohuongls opened this issue Sep 22, 2024 · 0 comments

Comments

@caohuongls
Copy link

caohuongls commented Sep 22, 2024

I'm encountering an issue with my Raspberry Pi Zero 2W. The speakers connected via the 2 HAT won’t activate voice until I restart the service. This happens when I haven't used it for a few hours.

``
Sep 22 03:19:56 3dprint run[611]: Traceback (most recent call last):
Sep 22 03:19:56 3dprint run[611]: File "/root/wyoming-openwakeword/.venv/lib/python3.9/site-packages/wyoming/server.py", line 41, in run
Sep 22 03:19:56 3dprint run[611]: if not (await self.handle_event(event)):
Sep 22 03:19:56 3dprint run[611]: File "/root/wyoming-openwakeword/wyoming_openwakeword/handler.py", line 73, in handle_event
Sep 22 03:19:56 3dprint run[611]: ensure_loaded(
Sep 22 03:19:56 3dprint run[611]: File "/root/wyoming-openwakeword/wyoming_openwakeword/handler.py", line 256, in ensure_loaded
Sep 22 03:19:56 3dprint run[611]: state.ww_threads[model_key].start()
Sep 22 03:19:56 3dprint run[611]: File "/usr/lib/python3.9/threading.py", line 874, in start
Sep 22 03:19:56 3dprint run[611]: _start_new_thread(self._bootstrap, ())
Sep 22 03:19:56 3dprint run[611]: RuntimeError: can't start new thread

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant