Twilio with Deepgram #1072
Replies: 8 comments
-
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.
-
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.
-
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.
-
@jkroll-deepgram @jpvajda any sort of assistance would be highly appreciated! |
Beta Was this translation helpful? Give feedback.
-
Hi @ketan9712735468, do you have a Deepgram request ID? It sounds like Deepgram is not ultimately receiving the audio you're trying to send. Have you come across our Twilio guides, Transcribing Twilio Voice Calls in Real-Time with Deepgram and Twilio and Deepgram STT? |
Beta Was this translation helpful? Give feedback.
-
twilio media websocket routes
**TranscriptionService
I am using deepgram-sdk version 3.8.0(latest) I am trying to get twilio chunk audio to convert into text using this code
I got this error logs from deepgrame
Open Event Triggered with args: (<deepgram.clients.listen.v1.websocket.client.ListenWebSocketClient object at 0x7f890b5f2d70>, OpenResponse(type=<WebSocketEvents.Open: 'Open'>)) and kwargs: {}
Deepgram WebSocket started successfully
Sending chunk of size:>>>>>>>>>>>>>>>> 160 bytes
ConnectionClosed in AbstractSyncWebSocketClient._listening with code 1011: Deepgram did not receive audio data or a text message within the timeout window. See https://dpgr.am/net0001
Error Event Triggered with args: (<deepgram.clients.listen.v1.websocket.client.ListenWebSocketClient object at 0x7f890b5f2d70>, ErrorResponse(description='ConnectionClosed in AbstractSyncWebSocketClient._listening', message='received 1011 (internal error) Deepgram did not receive audio data or a text message within the timeout window. See https://dpgr.am/net0001; then sent 1011 (internal error) Deepgram did not receive audio data or a text message within the timeout window. See https://dpgr.am/net0001', type='ConnectionClosed', variant=None)) and kwargs: {}
send() failed - ConnectionClosed: received 1011 (internal error) Deepgram did not receive audio data or a text message within the timeout window. See https://dpgr.am/net0001; then sent 1011 (internal error) Deepgram did not receive audio data or a text message within the timeout window. See https://dpgr.am/net0001
Close Event Triggered with args: (<deepgram.clients.listen.v1.websocket.client.ListenWebSocketClient object at 0x7f890b5f2d70>, CloseResponse(type=<WebSocketEvents.Close: 'Close'>)) and kwargs: {}
so can you suggest me how can I do that for twilio chunk audio and get fully finalized text
Beta Was this translation helpful? Give feedback.
All reactions