send() failed - ConnectionClosed: received 1011 (internal error) Deepgram did not receive audio data or a text message within the timeout window. #968
-
Hello colleagues, I've tried to reconnect in I'm using Python deepgram-sdk==3.7.4 Here is my code:
Please let me know if you know how to fix this problem or have any ideas what to look at (because I run out of) |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 3 replies
-
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.
-
It is important to mention that I'm using not German but Switzerland German (de-CH) |
Beta Was this translation helpful? Give feedback.
-
Friendly reminder. |
Beta Was this translation helpful? Give feedback.
-
I'm sorry to hear that you're experiencing issues with the Deepgram SDK. From the error message, it seems like Deepgram is not receiving audio data or a text message within the timeout window. This could be due to a variety of reasons such as network issues, incorrect configuration, or issues with the audio source. Here are a few things you could try:
If none of these suggestions work, could you provide more details about your setup? For example, what kind of audio source are you using? How are you sending the audio data to Deepgram? This could help us better understand the issue and provide more targeted suggestions.
|
Beta Was this translation helpful? Give feedback.
I'm sorry to hear that you're experiencing issues with the Deepgram SDK. From the error message, it seems like Deepgram is not receiving audio data or a text message within the timeout window. This could be due to a variety of reasons such as network issues, incorrect configuration, or issues with the audio source.
Here are a few things you could try:
Check your network: Ensure that your server has a stable connection and is able to send data to Deepgram's servers.
Check your audio source: Make sure that the audio source is working correctly and is able to send audio data continuously.
Check your configuration: From your code, it seems like you're using the "keepalive" option. This …