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
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
· 1 comment
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: