Unable to Create index on Computer Vision Video Indexing service?
Karan Jhanjee
0
Reputation points
Hi Team,
I have been trying to create a video index using the Computer Vision API using a PUT request from Python on the below endpoint.
{vision_api_endpoint}/computervision/retrieval/indexes/{index_name}/ingestions?api-version=2023-05-01-preview
The Request starts the ingestion from the service and it stays in ingestion for a while but then it errors out after a while with the below error message.
{'state': 'Failed', 'error': {'code': 'FailedToProcessBatch', 'message': 'Failed to process the batch.', 'details': [{'code': 'OutputResultWriteFailed', 'message': 'An unexpected error was encountered.'}
Can someone please help me with what is going wrong with this request, or if someone can help me in diagnosing where the issue is originating from?
Sign in to answer