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
Cannot read properties of null (reading 'destroy')
I tried to run an example from the readme.md in this repo
user@orangepipc:~/wakeword$ node wake.js /home/user/wakeword/node_modules/@mathquis/node-personal-wakeword/src/detector.js:253 this._vad.destroy() ^ TypeError: Cannot read properties of null (reading 'destroy') at WakewordDetector.destroy (/home/user/wakeword/node_modules/@mathquis/node-personal-wakeword/src/detector.js:253:15) at Timeout._onTimeout (/home/user/wakeword/wake.js:125:14) at listOnTimeout (node:internal/timers:569:17) at process.processTimers (node:internal/timers:512:7) Node.js v18.19.0
user@orangepipc:~/wakeword$ cat /etc/issue Armbian 23.11.1 Bookworm \l user@orangepipc:~/wakeword$ uname -an Linux orangepipc 6.1.63-current-sunxi #1 SMP Mon Nov 20 10:52:19 UTC 2023 armv7l GNU/Linux
any ideas?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I tried to run an example from the readme.md in this repo
any ideas?
The text was updated successfully, but these errors were encountered: