You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Without elevated permissions, the testing workflow fails during upload of test data. I first hit the below error using our team's subscription and resources (which I have 'contributor' permissions for). Creating my own resources in a new subscription, where I have admin rights to everything, the workflow succeeds as expected.
Need to determine exactly where/why the failure state is occurring and, if possible, surface those details in an error message.
Workflow error message follows:
Upload audio and human transcript testing data
Run unzip testing/audio-and-trans.zip -d build-speech-test
Archive: testing/audio-and-trans.zip
inflating: build-speech-test/audio.wav
inflating: build-speech-test/trans.txt
adding: build-speech-test/ (stored 0%)
adding: build-speech-test/audio.wav (deflated 16%)
Run 'config set' and add your Speech key or select proper configuration set by calling 'config select '.
API call ended with error: Authentication is required to access the resource.
##[error]Failed to upload audio and human-labeled transcript testing data. Check that the correct paths are defined in environment variables or re-run all jobs.
##[error]Process completed with exit code 1.
The text was updated successfully, but these errors were encountered:
Needs more investigation
Without elevated permissions, the testing workflow fails during upload of test data. I first hit the below error using our team's subscription and resources (which I have 'contributor' permissions for). Creating my own resources in a new subscription, where I have admin rights to everything, the workflow succeeds as expected.
Need to determine exactly where/why the failure state is occurring and, if possible, surface those details in an error message.
Workflow error message follows:
Upload audio and human transcript testing data
Run unzip testing/audio-and-trans.zip -d build-speech-test
Archive: testing/audio-and-trans.zip
inflating: build-speech-test/audio.wav
inflating: build-speech-test/trans.txt
adding: build-speech-test/ (stored 0%)
adding: build-speech-test/audio.wav (deflated 16%)
Run 'config set' and add your Speech key or select proper configuration set by calling 'config select '.
API call ended with error: Authentication is required to access the resource.
##[error]Failed to upload audio and human-labeled transcript testing data. Check that the correct paths are defined in environment variables or re-run all jobs.
##[error]Process completed with exit code 1.
The text was updated successfully, but these errors were encountered: