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
Hi iam testing a little bit and try to bring you to work.
There is a error about creating audio.wav.
Console output:
-----Awaiting wake word...
Traceback (most recent call last):
File "/home/ki/KI_Testumgebung/pi-card/main.py", line 185, in
wake_word_listener.listen_for_wake_word()
File "/home/ki/KI_Testumgebung/pi-card/main.py", line 74, in listen_for_wake_word
with open(f"{self.sounds_path}audio.wav", "wb") as f:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/home/nkasmanoff/Desktop/pi-card/sounds/audio.wav'
Maybe you have an idea whats wrong, as i understand the audio.wav will created automatic, is that a permission issue?
Sorry for my bad english.
Best regards Alex
The text was updated successfully, but these errors were encountered:
Hi iam testing a little bit and try to bring you to work.
There is a error about creating audio.wav.
Console output:
-----Awaiting wake word...
Traceback (most recent call last):
File "/home/ki/KI_Testumgebung/pi-card/main.py", line 185, in
wake_word_listener.listen_for_wake_word()
File "/home/ki/KI_Testumgebung/pi-card/main.py", line 74, in listen_for_wake_word
with open(f"{self.sounds_path}audio.wav", "wb") as f:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/home/nkasmanoff/Desktop/pi-card/sounds/audio.wav'
Maybe you have an idea whats wrong, as i understand the audio.wav will created automatic, is that a permission issue?
Sorry for my bad english.
Best regards Alex
The text was updated successfully, but these errors were encountered: