Streaming stuck on pending state. #1337
Replies: 4 comments 6 replies
-
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 @bhupenchn, this typically occurs when a streaming connection is not closed neatly. It may also happen when you open a connection, do not send any audio, and then the connection later fails. Are you getting any transcription responses from Deepgram for these streams? Can you share any request IDs where this occurred? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We are facing this issue intermittently, and this has increased in the last week.
Programming Language : Python, Deepgram SDK v3.10.1
Request IDs :
This is for the streaming STT endpoint.
The states have now changed to
Unknown
, can you help me understand why do these happen? And the same codebase works in most cases but sometimes these issues emerge.From similar search discussions previously I see
(a), (b) seem unlikely, since it has now changed to Unknown state
(c) This seems unlikely as well, since we see in our logs that we have received and interim result, but there was no final message for one of the requests.
Beta Was this translation helpful? Give feedback.
All reactions