Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

bug/ _wait_until_wake_word bad return type #22

Open
JarbasAl opened this issue Feb 10, 2022 · 1 comment
Open

bug/ _wait_until_wake_word bad return type #22

JarbasAl opened this issue Feb 10, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@JarbasAl
Copy link
Member

reported by @j1nx

2022-02-09 19:58:47.774 - OVOS - mycroft.client.speech.listener:run:396 - DEBUG - Config has changed, reloading...
2022-02-09 19:58:47.817 - OVOS - mycroft.client.speech.listener:run:97 - ERROR - Exception in AudioProducer
Traceback (most recent call last):
  File "/usr/lib/python3.8/site-packages/mycroft/client/speech/listener.py", line 72, in run
    audio, lang = self.loop.responsive_recognizer.listen(
  File "/usr/lib/python3.8/site-packages/mycroft/client/speech/mic.py", line 802, in listen
    ww_data, lang = self._wait_until_wake_word(source, sec_per_buffer)
TypeError: cannot unpack non-iterable NoneType object
@j1nx
Copy link
Member

j1nx commented Feb 10, 2022

Additional info, this only happened at first boot. On second boot (reboot) the config has changed, reloading did not happen and the error after that was not logged.

@JarbasAl JarbasAl transferred this issue from OpenVoiceOS/ovos-core Sep 27, 2023
@JarbasAl JarbasAl added the bug Something isn't working label Jun 3, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants