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

Failed to initialize pv_recorder #8

Open
t0mer opened this issue May 17, 2023 · 1 comment
Open

Failed to initialize pv_recorder #8

t0mer opened this issue May 17, 2023 · 1 comment

Comments

@t0mer
Copy link

t0mer commented May 17, 2023

Hi,
I am running on Rpi 4 with 4G memory, 128GB sd card, and 64bit os.
The Wakeup word is working, but second after the response, I'm getting the following error:

  File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner
    self.run()
  File "/opt/webplant/app.py", line 281, in run
    recorder = PvRecorder(device_index=-1, frame_length=1024)
  File "/usr/local/lib/python3.9/dist-packages/pvrecorder/pvrecorder.py", line 81, in __init__
    raise self._PVRECORDER_STATUS_TO_EXCEPTION[status]("Failed to initialize pv_recorder.")
RuntimeError: Failed to initialize pv_recorder.

Thanks

@jimbo0378
Copy link

Did you find a solution? I'm running into the same issue

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

2 participants