Web socket connects but does not send back results sporadically #1056
-
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 1 reply
-
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.
-
Hey there! It looks like you haven't connected your GitHub account to your Deepgram account. You can do this at https://community.deepgram.com - being verified through this process will allow our team to help you in a much more streamlined fashion. |
Beta Was this translation helpful? Give feedback.
-
It looks like we're missing some important information to help debug your issue. Would you mind providing us with the following details in a reply?
|
Beta Was this translation helpful? Give feedback.
-
Hi @bronaugh, thank you for sharing this report with request IDs. For the request In your testing, are you sending new audio each time, or are you streaming the same audio back? Would you be able to share audio that you can reproduce this error with? |
Beta Was this translation helpful? Give feedback.
-
Hi @jkroll-deepgram , Thanks for the input there. What we found is a race between our audio capture code and Deepgram's connection open timing, which caused us to not send the first frame of a webm audio stream. Without this first frame, the stream would appear to be corrupted. We've fixed this issue, so we consider this issue to be resolved. Again, thank you for your timely and informative reply! |
Beta Was this translation helpful? Give feedback.
Hi @bronaugh, thank you for sharing this report with request IDs.
For the request
12500384-30b8-430a-abe0-14169eff060b
that you didn't get any results back from Deepgram, I see a logged error on our side that we received corrupt or unsupported audio data in that stream, causing us to close the stream.In your testing, are you sending new audio each time, or are you streaming the same audio back? Would you be able to share audio that you can reproduce this error with?