googleapis / nodejs-speech

This repository is deprecated. All of its content and history has been moved to googleapis/google-cloud-node.
https://cloud.google.com/speech/
Apache License 2.0
689 stars 291 forks source link

Speech-to-Text export to Cloud Storage : should export transcriptions failed #954

Closed flaky-bot[bot] closed 2 years ago

flaky-bot[bot] commented 2 years ago

Note: #885 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky.


commit: ea654b5bf2e4067bf7682f9729cf8364ca4145a5 buildURL: Build Status, Sponge status: failed

Test output
Command failed: node export-to-storage.v1p1beta1.js gs://cloud-samples-data/speech/commercial_mono.wav gs://speech-023cfbb0-5da7-4f1d-b214-1ff69bf3f511/export-transcript-output LINEAR16 8000 en-US speech-023cfbb0-5da7-4f1d-b214-1ff69bf3f511 export-transcript-output
16 UNAUTHENTICATED: Request had invalid authentication credentials. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.

Error: Command failed: node export-to-storage.v1p1beta1.js gs://cloud-samples-data/speech/commercial_mono.wav gs://speech-023cfbb0-5da7-4f1d-b214-1ff69bf3f511/export-transcript-output LINEAR16 8000 en-US speech-023cfbb0-5da7-4f1d-b214-1ff69bf3f511 export-transcript-output
16 UNAUTHENTICATED: Request had invalid authentication credentials. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.

    at checkExecSyncError (child_process.js:635:11)
    at Object.execSync (child_process.js:671:15)
    at execSync (system-test/export-to-storage.v1p1beta1.test.js:23:28)
    at Context. (system-test/export-to-storage.v1p1beta1.test.js:52:20)
    at processImmediate (internal/timers.js:461:21)