We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I tried installing the addon, everything seems fine, but when I try to activate it nothing happens and I see the following error
Any clue?
The text was updated successfully, but these errors were encountered: