Skip to content
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

Chat with your own videos: "Failed to process the batch" error when running cell "wait_for_ingestion_completion(AZURE_CV_ENDPOINT, AZURE_CV_KEY, VIDEO_INDEX)" #8

Open
HeZhang33 opened this issue Mar 5, 2024 · 0 comments

Comments

@HeZhang33
Copy link

HeZhang33 commented Mar 5, 2024

Hi,

I am encountering error when running the following cell:

if not wait_for_ingestion_completion(AZURE_CV_ENDPOINT, AZURE_CV_KEY, VIDEO_INDEX):
print("Ingestion did not complete within the expected time.")

The above cell outputs error message as below:

{'value': [{'name': 'vidind-01mar2024-060807-ingestion', 'state': 'Failed', 'error': {'code': 'FailedToProcessBatch', 'message': 'Failed to process the batch.', 'details': [{'code': 'OutputResultWriteFailed', 'message': 'An unexpected error was encountered.'}]}, 'batchName': 'b23c1c22-f078-45ab-8928-530ffadc1b3e', 'createdDateTime': '2024-03-04T14:05:27.3662275Z', 'lastModifiedDateTime': '2024-03-04T14:07:36.4271225Z'}]}
Ingestion failed.
Ingestion did not complete within the expected time.

I am able to see the videos succesfully uploaded into the blob storage / container. But I am not sure why it says "Failed to process the batch...". Please help. Thank you.

Br, He Zhang

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant