Error: Please try again later 503 #1036
Unanswered
it-dalilk
asked this question in
General help
Replies: 1 comment
-
Thanks for asking your question. Please be sure to reply with as much detail as possible so the community can assist you efficiently. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Which Deepgram product are you using?
Deepgram API
Details
I am having multiple issues.
1- I send the audio file in the body as body: mp3Blob. However, my clients are encountering "Error: Please try again later",
what's the cause of that?
2- some of my clients are getting empty text responses and sometimes they get error 400 or 408 for some of their recordings, which means that the audio file should be fine.
If you are making a request to the Deepgram API, what is the full Deepgram URL you are making a request to?
https://api.deepgram.com/v1/listen?smart_format=true&model=nova-2-conversationalai&language=en-US
If you are making a request to the Deepgram API and have a request ID, please paste it below:
eb5a1d9f-1b86-4db2-a868-2e90f9158fb9
If possible, please attach your code or paste it into the text box.
If possible, please attach an example audio file to reproduce the issue.
I am using the JavaScript MediaRecorder library for recording audio on the client side and then I send it to Deepgram API.
Beta Was this translation helpful? Give feedback.
All reactions