retkowsky / Azure-OpenAI-demos

Azure OpenAI (demos, documentation, accelerators).
https://azure.microsoft.com/en-us/products/ai-services/openai-service
569 stars 208 forks source link

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 8 months ago

HeZhang33 commented 8 months ago

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