WebThingsIO / voice-addon

Voice control add-on for WebThings Gateway
Mozilla Public License 2.0
8 stars 8 forks source link

Unable to start #5

Open Bleznudd opened 2 years ago

Bleznudd commented 2 years ago

Hi, I tried installing the addon, everything seems fine, but when I try to activate it nothing happens and I see the following error

2021-10-30 09:44:09.268 INFO   : voice-addon: Loading model from /home/node/.webthings/data/voice-addon/models
2021-10-30 09:44:09.268 ERROR  : voice-addon: TensorFlow: v2.3.0-6-g23ad988
2021-10-30 09:44:09.268 ERROR  : voice-addon: DeepSpeech: v0.9.0-0-g2d04fbe
2021-10-30 09:44:09.269 INFO   : voice-addon: Enabling scorer on model /home/node/.webthings/data/voice-addon/models
2021-10-30 09:44:09.269 INFO   : voice-addon: Scorer enabled successfully.
2021-10-30 09:44:09.270 INFO   : voice-addon: Setting up microphone
2021-10-30 09:44:09.277 INFO   : voice-addon: Setup intermediate decoding
2021-10-30 09:44:09.278 INFO   : voice-addon: Resuming microphone
2021-10-30 09:44:09.280 ERROR  : voice-addon: events.js:291
2021-10-30 09:44:09.280 ERROR  : voice-addon:       throw er; // Unhandled 'error' event
2021-10-30 09:44:09.280 ERROR  : voice-addon:       ^
2021-10-30 09:44:09.280 ERROR  : voice-addon: 
2021-10-30 09:44:09.280 ERROR  : voice-addon: Error: spawn arecord ENOENT
2021-10-30 09:44:09.281 ERROR  : voice-addon:     at Process.ChildProcess._handle.onexit (internal/child_process.js:268:19)
2021-10-30 09:44:09.281 ERROR  : voice-addon:     at onErrorNT (internal/child_process.js:470:16)
2021-10-30 09:44:09.281 ERROR  : voice-addon:     at processTicksAndRejections (internal/process/task_queues.js:84:21)
2021-10-30 09:44:09.281 ERROR  : voice-addon: Emitted 'error' event on ChildProcess instance at:
2021-10-30 09:44:09.281 ERROR  : voice-addon:     at Process.ChildProcess._handle.onexit (internal/child_process.js:274:12)
2021-10-30 09:44:09.281 ERROR  : voice-addon:     at onErrorNT (internal/child_process.js:470:16)
2021-10-30 09:44:09.281 ERROR  : voice-addon:     at processTicksAndRejections (internal/process/task_queues.js:84:21) {
2021-10-30 09:44:09.282 ERROR  : voice-addon:   errno: 'ENOENT',
2021-10-30 09:44:09.282 ERROR  : voice-addon:   code: 'ENOENT',
2021-10-30 09:44:09.282 ERROR  : voice-addon:   syscall: 'spawn arecord',
2021-10-30 09:44:09.282 ERROR  : voice-addon:   path: 'arecord',
2021-10-30 09:44:09.282 ERROR  : voice-addon:   spawnargs: [
2021-10-30 09:44:09.282 ERROR  : voice-addon:     '-c', 1,
2021-10-30 09:44:09.282 ERROR  : voice-addon:     '-r', 16000,
2021-10-30 09:44:09.282 ERROR  : voice-addon:     '-f', 'S16_LE',
2021-10-30 09:44:09.283 ERROR  : voice-addon:     '-D', 'hw:0,0'
2021-10-30 09:44:09.283 ERROR  : voice-addon:   ]
2021-10-30 09:44:09.283 ERROR  : voice-addon: }
2021-10-30 09:44:09.286 INFO   : Plugin: voice-addon died, code = 1 restarting after 4000

Any clue?