-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Speech API: Error: spawn rec ENOENT with listen option #397
Comments
Do you have sox installed?
I just experienced the same and quickly installed with |
If the issue still persists, please file it here. Thank you. |
yoshi-automation
added
🚨
This issue needs some love.
triage me
I really want to be triaged.
labels
Apr 7, 2020
This was referenced Apr 12, 2022
This was referenced Apr 15, 2022
ace-n
pushed a commit
that referenced
this issue
Nov 14, 2022
🤖 I have created a release \*beep\* \*boop\* --- ### [2.2.6](https://www.github.com/googleapis/nodejs-scheduler/compare/v2.2.5...v2.2.6) (2021-08-17) ### Bug Fixes * **deps:** google-gax v2.24.1 ([#397](https://www.github.com/googleapis/nodejs-scheduler/issues/397)) ([b0ec446](https://www.github.com/googleapis/nodejs-scheduler/commit/b0ec4469e3ef9cfa856620fda2c706a3ee5f1dcd)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
ace-n
pushed a commit
that referenced
this issue
Nov 14, 2022
🤖 I have created a release \*beep\* \*boop\* --- ### [2.2.6](https://www.github.com/googleapis/nodejs-scheduler/compare/v2.2.5...v2.2.6) (2021-08-17) ### Bug Fixes * **deps:** google-gax v2.24.1 ([#397](https://www.github.com/googleapis/nodejs-scheduler/issues/397)) ([b0ec446](https://www.github.com/googleapis/nodejs-scheduler/commit/b0ec4469e3ef9cfa856620fda2c706a3ee5f1dcd)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
ace-n
pushed a commit
that referenced
this issue
Nov 14, 2022
🤖 I have created a release \*beep\* \*boop\* --- ### [2.2.6](https://www.github.com/googleapis/nodejs-scheduler/compare/v2.2.5...v2.2.6) (2021-08-17) ### Bug Fixes * **deps:** google-gax v2.24.1 ([#397](https://www.github.com/googleapis/nodejs-scheduler/issues/397)) ([b0ec446](https://www.github.com/googleapis/nodejs-scheduler/commit/b0ec4469e3ef9cfa856620fda2c706a3ee5f1dcd)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
ace-n
pushed a commit
that referenced
this issue
Nov 15, 2022
🤖 I have created a release \*beep\* \*boop\* --- ### [2.2.6](https://www.github.com/googleapis/nodejs-scheduler/compare/v2.2.5...v2.2.6) (2021-08-17) ### Bug Fixes * **deps:** google-gax v2.24.1 ([#397](https://www.github.com/googleapis/nodejs-scheduler/issues/397)) ([b0ec446](https://www.github.com/googleapis/nodejs-scheduler/commit/b0ec4469e3ef9cfa856620fda2c706a3ee5f1dcd)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
telpirion
pushed a commit
that referenced
this issue
Nov 16, 2022
unforced
pushed a commit
that referenced
this issue
Nov 17, 2022
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
ahrarmonsur
pushed a commit
that referenced
this issue
Nov 18, 2022
* chore(main): release 4.1.1 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am getting below error when listen command executed.
Listening, press Ctrl+C to stop.
events.js:160
throw er; // Unhandled 'error' event
^
Error: spawn rec ENOENT
at exports._errnoException (util.js:1018:11)
at Process.ChildProcess._handle.onexit (internal/child_process.js:193:32)
at onErrorNT (internal/child_process.js:367:16)
at _combinedTickCallback (internal/process/next_tick.js:80:11)
at process._tickCallback (internal/process/next_tick.js:104:9)
at Module.runMain (module.js:606:11)
at run (bootstrap_node.js:390:7)
at startup (bootstrap_node.js:150:9)
at bootstrap_node.js:505:3
The text was updated successfully, but these errors were encountered: