Skip to content
New issue

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

Armbian 23.11.1 Cannot read properties of null (reading 'destroy') #15

Open
dzianisv opened this issue Aug 26, 2024 · 0 comments
Open

Comments

@dzianisv
Copy link

dzianisv commented Aug 26, 2024

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?

@dzianisv dzianisv changed the title armbian Armbian 23.11.1 Cannot read properties of null (reading 'destroy') Aug 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant