Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- client connection incoming
- twilio connection incoming
- deepgram_sender started
- deepgram_receiver started
- twilio_receiver started
- client connection incoming
- Task exception was never retrieved
- future: <Task finished name='Task-21' coro=<twilio_handler.<locals>.deepgram_receiver() done, defined at c:\Users\jpfor\OneDrive\Documents\Github\projecto321\src\phone\server.py:31> exception=ConnectionClosedError(Close(code=1011, reason='Deepgram did not receive audio data or a text message within the timeout window. See https://dpgr.am/net0001'), Close(code=1011, reason='Deepgram did not receive audio data or a text message within the timeout window. See https://dpgr.am/net0001'), True)>
- Traceback (most recent call last):
- File "c:\Users\jpfor\OneDrive\Documents\Github\projecto321\src\phone\server.py", line 39, in deepgram_receiver
- async for message in deepgram_ws:
- File "C:\Users\jpfor\AppData\binary\Python\Lib\site-packages\websockets\legacy\protocol.py", line 498, in __aiter__
- yield await self.recv()
- ^^^^^^^^^^^^^^^^^
- File "C:\Users\jpfor\AppData\binary\Python\Lib\site-packages\websockets\legacy\protocol.py", line 568, in recv
- await self.ensure_open()
- File "C:\Users\jpfor\AppData\binary\Python\Lib\site-packages\websockets\legacy\protocol.py", line 948, in ensure_open
- raise self.connection_closed_exc()
- websockets.exceptions.ConnectionClosedError: 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
- Task exception was never retrieved
- future: <Task finished name='Task-20' coro=<twilio_handler.<locals>.deepgram_sender() done, defined at c:\Users\jpfor\OneDrive\Documents\Github\projecto321\src\phone\server.py:25> exception=ConnectionClosedError(Close(code=1011, reason='Deepgram did not receive audio data or a text message within the timeout window. See https://dpgr.am/net0001'), Close(code=1011, reason='Deepgram did not receive audio data or a text message within the timeout window. See https://dpgr.am/net0001'), True)>
- Traceback (most recent call last):
- File "c:\Users\jpfor\OneDrive\Documents\Github\projecto321\src\phone\server.py", line 29, in deepgram_sender
- await deepgram_ws.send(chunk)
- File "C:\Users\jpfor\AppData\binary\Python\Lib\site-packages\websockets\legacy\protocol.py", line 635, in send
- await self.ensure_open()
- File "C:\Users\jpfor\AppData\binary\Python\Lib\site-packages\websockets\legacy\protocol.py", line 939, in ensure_open
- raise self.connection_closed_exc()
- websockets.exceptions.ConnectionClosedError: 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
Advertisement
Add Comment
Please, Sign In to add comment