-
Notifications
You must be signed in to change notification settings - Fork 4k
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
nodejs package deepspeech crashes (using node v16.0.0) #3642
Comments
@solyarisoftware There is no support for NodeJS v16 on the uploaded packages. Current packages on master have it but:
If you are willing to try and help, you are more than welcome. A good first item would be #3606 in your case. Try and see if you can get |
@solyarisoftware The move to GitHub Actions was to make it easier for contributor to actually contribute, please read https://mozilla.github.io/deepspeech-playbook/CONTINUOUS_INTEGRATION.html |
Hi @lissyx |
My program: deepSpeechTranscriptNative.js, part of a simple project DeepSpeechJs I made to use/test DeepSpeech nodejs bindings APIs, crashes when using latest nodejs version.
Below all details.
My configuration:
CRASH HAPPENS WHEN USING NODEJS V.16
NO PROBLEMS WHEN USING NODEJS V.14.16.1
Notes:
it seems to me that the issue is related to NodeJs version 16.0 and previouses?).
I see that some updates has been done recently in the DeepSpeech project: https://github.com/mozilla/DeepSpeech/tree/master/native_client/javascript
I have the same issue if I install deepspech package 0.10.0-alpha.3 instead of 0.9.3
Maybe is the problem related to the deepspeech npm package (last update is 5 months ago) that has to be republished to include updates?
Thanks
Giorgio
The text was updated successfully, but these errors were encountered: