I tried to switch to a new wake word like hey jarvis.
However when I switch to it via the CLI I get this erro back:
2020-05-02 12:48:20.199 | INFO | 3186 | mycroft.client.speech.listener:create_wake_word_recognizer:323 | Creating wake word engine
2020-05-02 12:48:20.199 | INFO | 3186 | mycroft.client.speech.listener:create_wake_word_recognizer:346 | Using hotword entry for hey jarvis
2020-05-02 12:48:20.199 | WARNING | 3186 | mycroft.client.speech.listener:create_wake_word_recognizer:348 | Phonemes are missing falling back to listeners configuration
2020-05-02 12:48:20.200 | WARNING | 3186 | mycroft.client.speech.listener:create_wake_word_recognizer:352 | Threshold is missing falling back to listeners configuration
2020-05-02 12:48:20.200 | INFO | 3186 | mycroft.client.speech.hotword_factory:load_module:386 | Loading "hey jarvis" wake word via precise
2020-05-02 12:48:22.024 | WARNING | 3186 | mycroft.client.speech.hotword_factory:initialize:401 | Could not found find model for hey jarvis on precise.
2020-05-02 12:48:22.025 | INFO | 3186 | mycroft.client.speech.hotword_factory:load_module:386 | Loading "hey jarvis" wake word via pocketsphinx
2020-05-02 12:48:22.026 | ERROR | 3186 | mycroft.client.speech.hotword_factory:create_config:105 | PocketSphinx model not found at /opt/mycroft/mycroft/client/speech/recognizer/model/de-de/hmm
2020-05-02 12:48:22.030 | ERROR | 3186 | mycroft.client.speech.hotword_factory:initialize:406 | Could not create hotword. Falling back to default.
Traceback (most recent call last):
File "/opt/mycroft/mycroft/client/speech/hotword_factory.py", line 394, in initialize
instance = clazz(hotword, config, lang=lang)
File "/opt/mycroft/mycroft/client/speech/hotword_factory.py", line 91, in __init__
self.decoder = Decoder(config)
File "/opt/mycroft/.venv/lib/python3.6/site-packages/pocketsphinx/pocketsphinx.py", line 277, in __init__
this = _pocketsphinx.new_Decoder(*args)
RuntimeError: new_Decoder returned -1
Here the entry in the config file:
"precise": { "dist_url": "https://github.com/MycroftAI/precise-data/raw/dist/{arch}/latest", "model_url": "https://raw.githubusercontent.com/MycroftAI/precise-data/models-dev/{wake_word}.tar.gz" }, "hotwords": { "hey jarvis": { "module": "precise", "sensitivity": 0.5 } }