Text to Speech Azure Error

Nish 1 Reputation point
2022-04-01T16:49:31.933+00:00

Hello Team,

Please help to understand, what is causing these error logs while converting Text to Speech. I'm on a standard Tier and not a free tier.

ERROR - 2022-04-01 07:38:39 --> (synthesize) http error code from azure: 400
ERROR - 2022-04-01 07:38:59 --> (synthesize) http error code from azure: 400
ERROR - 2022-04-01 10:21:00 --> {
"message": "5000 characters limit exceeded.",
"code": 3,
"status": "INVALID_ARGUMENT",
"details": []
}
ERROR - 2022-04-01 10:22:07 --> {
"message": "5000 characters limit exceeded.",
"code": 3,
"status": "INVALID_ARGUMENT",
"details": []
}
ERROR - 2022-04-01 10:22:37 --> {
"message": "5000 characters limit exceeded.",
"code": 3,
"status": "INVALID_ARGUMENT",
"details": []
}
ERROR - 2022-04-01 12:46:50 --> {
"message": "Internal error encountered.",
"code": 13,
"status": "INTERNAL",
"details": []
}
ERROR - 2022-04-01 12:49:42 --> {
"message": "Internal error encountered.",
"code": 13,
"status": "INTERNAL",
"details": []
}

Azure Cognitive Services
Azure Cognitive Services
A group of Azure artificial intelligence services and cognitive APIs that help build intelligent apps.
1,141 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. romungi-MSFT 32,686 Reputation points Microsoft Employee
    2022-04-04T07:36:32.04+00:00

    @Nish Are you seeing the same errors for your resource if you are using the speech studio Audio content creation tool?
    I think you should be able to save a file of upto 20k characters for S0 tier and 3k characters for F0 tier from the studio that can be synthesized.

    I have seen cases where the change from one tier to another i.e F0 to S0 takes time or there is a lag when speech resource auto-scales to support scenarios with large data. If this is an error that is consistent you can raise a support case to review your quota and try again.


  2. N Pelton 1 Reputation point
    2022-11-01T07:42:39.54+00:00

    The above error is ongoing issue with Microsoft azure in that they have mentioned the Speech SDK latest impacting the wide variety of TLS-dependent service use started failing. This error only occurs in Windows other API and MacOS has been working properly.

    0 comments No comments