-
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 Sample Project not working #281
Comments
The two errors your posted are thrown when you're using an older version of Node.js that only supports ES2015 features behind a flag. Are you sure your version of Node.js is v7.3.0. Can you post here the output of:
|
Closed due to inactivity. Feel free to reopen if needed. |
yoshi-automation
added
triage me
I really want to be triaged.
🚨
This issue needs some love.
labels
Apr 7, 2020
grayside
pushed a commit
that referenced
this issue
Oct 26, 2022
grayside
pushed a commit
that referenced
this issue
Nov 3, 2022
telpirion
pushed a commit
that referenced
this issue
Nov 9, 2022
🤖 I have created a release \*beep\* \*boop\* --- ## [3.1.0](https://www.github.com/googleapis/nodejs-talent/compare/v3.0.2...v3.1.0) (2021-01-09) ### Features * adds style enumeration ([#281](https://www.github.com/googleapis/nodejs-talent/issues/281)) ([88651c2](https://www.github.com/googleapis/nodejs-talent/commit/88651c2a95638e685235fd8bdf478d4ce71ce941)) --- 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 9, 2022
🤖 I have created a release \*beep\* \*boop\* --- ## [3.1.0](https://www.github.com/googleapis/nodejs-talent/compare/v3.0.2...v3.1.0) (2021-01-09) ### Features * adds style enumeration ([#281](https://www.github.com/googleapis/nodejs-talent/issues/281)) ([88651c2](https://www.github.com/googleapis/nodejs-talent/commit/88651c2a95638e685235fd8bdf478d4ce71ce941)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
ahrarmonsur
pushed a commit
that referenced
this issue
Nov 17, 2022
kweinmeister
pushed a commit
that referenced
this issue
Nov 18, 2022
pattishin
pushed a commit
that referenced
this issue
Nov 18, 2022
🤖 I have created a release *beep* *boop* --- ## [1.19.0](googleapis/nodejs-ai-platform@v1.18.0...v1.19.0) (2022-03-24) ### Features * add data_item_schema_uri, annotation_schema_uri, explanation_specs to ModelEvaluationExplanationSpec in aiplatform v1 model_evaluation.proto ([b769264](googleapis/nodejs-ai-platform@b769264)) * add ImportModelEvaluation in aiplatform v1 model_service.proto ([#280](googleapis/nodejs-ai-platform#280)) ([b769264](googleapis/nodejs-ai-platform@b769264)) * add ImportModelEvaluation in aiplatform v1beta1 model_service.proto ([b769264](googleapis/nodejs-ai-platform@b769264)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
NimJay
pushed a commit
that referenced
this issue
Nov 19, 2022
NimJay
pushed a commit
that referenced
this issue
Nov 19, 2022
pattishin
pushed a commit
that referenced
this issue
Nov 22, 2022
🤖 I have created a release *beep* *boop* --- ## [1.19.0](googleapis/nodejs-ai-platform@v1.18.0...v1.19.0) (2022-03-24) ### Features * add data_item_schema_uri, annotation_schema_uri, explanation_specs to ModelEvaluationExplanationSpec in aiplatform v1 model_evaluation.proto ([b769264](googleapis/nodejs-ai-platform@b769264)) * add ImportModelEvaluation in aiplatform v1 model_service.proto ([#280](googleapis/nodejs-ai-platform#280)) ([b769264](googleapis/nodejs-ai-platform@b769264)) * add ImportModelEvaluation in aiplatform v1beta1 model_service.proto ([b769264](googleapis/nodejs-ai-platform@b769264)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The Speech Sample Project is not working. I cloned the repo, and setup the Speech Recognition Sample following the instructions.
https://github.com/GoogleCloudPlatform/nodejs-docs-samples/tree/master/speech
When I try to run the command:
I get the following error:
I tried passing the harmony flag:
But then, I got another error:
My node version is:
v7.3.0
I would expect the sample code to run without issues. I haven't touched the recognize.js file, apart fro adding my project id.
I'd appreciate the help.
Many thanks
-Anthony
The text was updated successfully, but these errors were encountered: