Guest User

Untitled

a guest
May 5th, 2024
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.96 KB | None | 0 0
  1. client connection incoming
  2. twilio connection incoming
  3. deepgram_sender started
  4. deepgram_receiver started
  5. twilio_receiver started
  6. client connection incoming
  7. Task exception was never retrieved
  8. 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)>
  9. Traceback (most recent call last):
  10. File "c:\Users\jpfor\OneDrive\Documents\Github\projecto321\src\phone\server.py", line 39, in deepgram_receiver
  11. async for message in deepgram_ws:
  12. File "C:\Users\jpfor\AppData\binary\Python\Lib\site-packages\websockets\legacy\protocol.py", line 498, in __aiter__
  13. yield await self.recv()
  14. ^^^^^^^^^^^^^^^^^
  15. File "C:\Users\jpfor\AppData\binary\Python\Lib\site-packages\websockets\legacy\protocol.py", line 568, in recv
  16. await self.ensure_open()
  17. File "C:\Users\jpfor\AppData\binary\Python\Lib\site-packages\websockets\legacy\protocol.py", line 948, in ensure_open
  18. raise self.connection_closed_exc()
  19. 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
  20. Task exception was never retrieved
  21. 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)>
  22. Traceback (most recent call last):
  23. File "c:\Users\jpfor\OneDrive\Documents\Github\projecto321\src\phone\server.py", line 29, in deepgram_sender
  24. await deepgram_ws.send(chunk)
  25. File "C:\Users\jpfor\AppData\binary\Python\Lib\site-packages\websockets\legacy\protocol.py", line 635, in send
  26. await self.ensure_open()
  27. File "C:\Users\jpfor\AppData\binary\Python\Lib\site-packages\websockets\legacy\protocol.py", line 939, in ensure_open
  28. raise self.connection_closed_exc()
  29. 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