Batch Synthesis 3.1 Preview API Requests failing intermittently with non-description HTTP 500 error

foo_bar 0 Reputation points
2024-03-05T15:57:43.2433333+00:00

Like the title says, I'm getting random HTTP 500 errors when using the batch synthesis 3.1 preview API. Sometimes it will fail. Other times it will work. Here is the error message below:

{ "code": "InternalServerError", "message": "Could not complete request, because an unhandled exception was thrown at 03/05/2024 15:08:14 +00:00", "innerError": { "code": "UnexpectedError", "message": "Could not complete request, because an unhandled exception was thrown at 03/05/2024 15:08:14 +00:00" } }

How can I find more information on why this is failing?

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,673 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. VasaviLankipalle-MSFT 17,021 Reputation points
    2024-03-05T23:43:31.6+00:00

    Hello @foo_bar , Thanks for using Microsoft Q&A Platform.

    Generally, HTTP 500 Internal Server Error indicates that the request failed. The response body contains the error message.

    Have you tried setting logs?https://learn.microsoft.com/en-us/azure/ai-services/speech-service/how-to-use-logging

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.