Azure text to speech batch synthesis status "NotStarted"
Hi All.
I am using the this link guide to test the endpoint. The request went through but keep saying following:
- ALPN: curl offers h2,http/1.1
- (304) (OUT), TLS handshake, Client hello (1):
- CAfile: /etc/ssl/cert.pem
- CApath: none
- (304) (IN), TLS handshake, Server hello (2):
- (304) (OUT), TLS handshake, Client hello (1):
- (304) (IN), TLS handshake, Server hello (2):
- (304) (IN), TLS handshake, Unknown (8):
- (304) (IN), TLS handshake, Certificate (11):
- (304) (IN), TLS handshake, CERT verify (15):
- (304) (IN), TLS handshake, Finished (20):
- (304) (OUT), TLS handshake, Finished (20):
- SSL connection using TLSv1.3 / AEAD-AES256-GCM-SHA384
- ALPN: server accepted h2
- Server certificate:
- subject: C=US; ST=WA; L=Redmond; O=Microsoft Corporation; CN=eastus.api.cognitive.microsoft.com
- start date: May 23 18:16:23 2024 GMT
- expire date: May 18 18:16:23 2025 GMT
- subjectAltName: host "eastus.api.cognitive.microsoft.com" matched cert's "eastus.api.cognitive.microsoft.com"
- issuer: C=US; O=Microsoft Corporation; CN=Microsoft Azure RSA TLS Issuing CA 08
- SSL certificate verify ok.
- using HTTP/2
- [HTTP/2] [1] OPENED stream for https://eastus.api.cognitive.microsoft.com/avatar/batchsyntheses/my-job-03?api-version=2024-04-15-preview
- [HTTP/2] [1] [:method: PUT]
- [HTTP/2] [1] [:scheme: https]
- [HTTP/2] [1] [:authority: eastus.api.cognitive.microsoft.com]
- [HTTP/2] [1] [:path: /avatar/batchsyntheses/my-job-03?api-version=2024-04-15-preview]
- [HTTP/2] [1] [user-agent: curl/8.4.0]
- [HTTP/2] [1] [accept: /]
- [HTTP/2] [1] [ocp-apim-subscription-key: xxxxxxx]
- [HTTP/2] [1] [content-type: application/json]
- [HTTP/2] [1] [content-length: 338]
PUT /avatar/batchsyntheses/my-job-03?api-version=2024-04-15-preview HTTP/2
Host: eastus.api.cognitive.microsoft.com
User-Agent: curl/8.4.0
Accept: /
Ocp-Apim-Subscription-Key: xxxx
Content-Type: application/json
Content-Length: 338
< HTTP/2 201
< content-type: application/json; charset=utf-8
< location: https://eastus.api.cognitive.microsoft.com/avatar/batchsyntheses/my-job-03
< operation-id: 326ce576-d48f-4e06-9fcf-26b3c6d72fc2
< operation-location: https://eastus.api.cognitive.microsoft.com/avatar/operations/326ce576-d48f-4e06-9fcf-26b3c6d72fc2?api-version=2024-04-15-preview
< api-supported-versions: 2023-12-01-Preview,2024-04-01-Preview,2024-04-15-Preview
< apim-request-id: 2f2f7195-5531-4859-b26e-47aee7b0149a
< strict-transport-security: max-age=31536000; includeSubDomains; preload
< x-content-type-options: nosniff
< x-ms-region: East US
< date: Thu, 18 Jul 2024 08:37:53 GMT
<
- Connection #0 to host eastus.api.cognitive.microsoft.com left intact
{"id":"my-job-03","status":"NotStarted","createdDateTime":"2024-07-18T08:37:53.7851803Z","lastActionDateTime":"2024-07-18T08:37:53.7851805Z","inputKind":"SSML","customVoices":{},"properties":{"timeToLiveInHours":744},"avatarConfig":{"talkingAvatarCharacter":"lisa","talkingAvatarStyle":"graceful-sitting","videoFormat":"Mp4","videoCodec":"hevc","subtitleType":"soft_embedded","bitrateKbps":2000,"customized":false}}
I tried running multiple times with same result. Please help.