Got this issue on run the sample
MADRamesh opened this issue · 8 comments
Have you tried your free trial key with Speech-to-text REST API? For example. using cURL as described here.
Or have you hit the usage limit of the trial key?
@zhouwangzw:
i tried with javascript websocket API. just today only i have created the new trail key.
403 Error usually means the user request does not match what service expects. It could be due to an invalid subscription key/authroization token, or the audio format/code is not supported, and etc. Did you try Javascript Websocket API with our sample or with your own application?
@zhouwangzw:
I tried with your sample only. The same key works fine Text-To-Speech (https://github.com/Azure-Samples/Cognitive-Speech-TTS/tree/master/Samples-Http/CSharp) sample.
Also that previously the websocket sample was worked perfectly. Now only am facing this issue.
I'm also experiencing the same issue. Looks like the problem is on the server-side. Will update this thread as soon as there's any progress on this issue.
I've got the same issue where it was working fine at the start when i provided the subscription key. After a few tries I got the same error response as MADRamesh
I'm also certain I haven't exceeded the API limits
Looks like things work again. Closing this issue for now, feel free to reopen if you observe any anomalies.