hi there I did a fresh install of mycroft today and it seams to be broken. after installing it did not recognize “hey mycroft” wake word. so I change to other wake word " hey jarvis’ and it worked . but when i change back to “hey mycroft” it crashes with errors and “hey Mycroft” does not work again
error is
09:29:11.945 | INFO | 2552 | mycroft.client.speech.listener:create_wake_word_recognizer:351 | Using hotword entry for hey mycroft
09:29:11.949 | INFO | 2552 | mycroft.client.speech.hotword_factory:load_module:403 | Loading "hey mycroft" wake word via precise
09:29:14.058 | INFO | 2552 | mycroft.client.speech.listener:create_wakeup_recognizer:365 | creating stand up word engine
09:29:14.061 | INFO | 2552 | mycroft.client.speech.hotword_factory:load_module:403 | Loading "wake up" wake word via pocketsphinx
Exception in thread Thread-18:
Traceback (most recent call last):
File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
self.run()
File "/usr/lib/python3.8/threading.py", line 870, in run
self._target(*self._args, **self._kwargs)
File "/home/stephen/mycroft-core/.venv/lib/python3.8/site-packages/precise_runner/runner.py", line 197, in _handle_predictions
prob = self.engine.get_prediction(chunk)
File "/home/stephen/mycroft-core/.venv/lib/python3.8/site-packages/precise_runner/runner.py", line 64, in get_prediction
self.proc.stdin.flush()
BrokenPipeError: [Errno 32] Broken pipe``