I am receiving "Internal Server Error" on all batch speech to text requests

Dustin Harmon 0 Reputation points
2024-04-18T04:01:09+00:00

The Azure batch speech to text service has been working for us for some time, but today all of our requests started receiving "internal server error" responses.

 {
  "properties": {     
     ....
     "error": {
      "code": "Internal",
      "message": "Internal server error."
    },
    "diarization": {
      "speakers": {
        "minCount": 1,
        "maxCount": 5
      }     
    }   
  },
  "status": "Failed",
}

After troubleshooting the application I discovered we are even getting this error when using the Azure Speech Studio when uploading various audio files (mp3 or wav)
User's image

User's image

Is it possible to get more details on the cause of the internal server error?

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