Error transcribing audio file

2022-01-18T09:50:53.883+00:00

Hi everybody,

We are using speech to text service, and haven't had any problems until yesterday, without having made any changes to our code. Now, when we try to transcribe a mp3 file hosted in our server, we get this error:

{
successfulTranscriptionsCount: 0,
failedTranscriptionsCount: 1,
details: [
{
source: "https://url/mp3/mp3file.mp3",
status: "Failed",
errorMessage: "Connection to the recording URI could not be reestablished",
errorKind: "DownloadRecordingsUrisUnknownError"
}
]
}

There are no changes in our code, there are no problems with permissions because is possible to access all mp3 files from a browser, and we don't understand what that error means. Any help will be welcome.

Thanks!!

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