Open Psychokiller1888 opened 5 years ago
That's a lot '-vvvvvvvv' :)
Sure, we have improvement on going related to giving more useful debug information.
It is looking for the hotword subfolder in "/home/pi/ProjectAlice/assistant"
Apparently not, becaues the folder is valid. Somethng else is wrong
Weird,
I'm doing some test, it seems that the first file loaded is config.json
, then the model.pb
in the same subfolder.
e.g. the default hey_snips is shipped with 3 files:
pi@snips-home-base:~ $ ls /usr/share/snips/assistant/custom_hotword/
config.json model.pb thresholds_curve.json
Do you have them all?
Yep, got them all
Tbh, bored not finding a solution since yesterday (been trying almost the entire today), I just flashed a working image. Anyway, close this ticket, but please, make the logs tell us what's missing :)
yeah, I do agree. I need them for debug too :)
@cpoisson
No idea what this one is missing....
Jun 29 20:48:08 ProjectAliceDev snips-asr[1738]: INFO:snips_asr_lib::asr : decoded: [Recognition { decoded_string: "what time is it", likelihood: 0.95658696, tokens: Some([Token { value: "what", confidence: 1.0, time: (0.0, 1.1999999), range: 0..4 }, Token { value: "time", confidence: 1.0, time: (1.1999999, 1.5899999), range: 5..9 }, Token { value: "is", confidence: 1.0, time: (1.5899999, 1.7099999), range: 10..12 }, Token { value: "it", confidence: 0.8373322, time: (1.7099999, 2.52), range: 13..15 }]) }]
Jun 29 20:48:08 ProjectAliceDev snips-asr[1738]: INFO:snips_asr_hermes::handler : Publishing the recognition
Jun 29 20:48:08 ProjectAliceDev snips-asr[1738]: INFO:snips_asr_hermes::handler : Preparing decoder
Jun 29 20:48:08 ProjectAliceDev snips-dialogue[1753]: ERROR:snips_dialogue_hermes::run_handler : Executor: No such file or directory (os error 2)
Jun 29 20:48:13 ProjectAliceDev systemd[1]: snips-dialogue.service: Service hold-off time over, scheduling restart.
Jun 29 20:48:13 ProjectAliceDev systemd[1]: Stopped Snips Dialogue.
Jun 29 20:48:13 ProjectAliceDev systemd[1]: Started Snips Dialogue.
Jun 29 20:48:13 ProjectAliceDev snips-dialogue[1765]: INFO:snips_dialogue_hermes: Loading the configuration file
Jun 29 20:48:13 ProjectAliceDev snips-dialogue[1765]: INFO:snips_dialogue_lib::config: Loading language en
Yes, I'm still on stretch, on a pi 3b+, I have more problems on the pi 4 with buster
The hotword keeps failing with
No such file or directory.... Would be nice to know what it is missing?