We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not sure exactly what causes this. Seems to try to reconnect and just runs out of max tries and never does.
[2024-03-16 17:53:43,484] CRITICAL [zonis.router._handle_pipe:287] Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/zonis/router.py", line 259, in _handle_pipe result = done.pop().result() ^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/zonis/ws_impls.py", line 55, in receive return await self.ws.recv() ^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/websockets/legacy/protocol.py", line 568, in recv await self.ensure_open() File "/usr/local/lib/python3.11/site-packages/websockets/legacy/protocol.py", line 944, in ensure_open raise self.connection_closed_exc() websockets.exceptions.ConnectionClosedError: received 1011 (unexpected error) keepalive ping timeout; then sent 1011 (unexpected error) keepalive ping timeout [2024-03-16 17:53:43,759] CRITICAL [zonis.router._handle_pipe:287] Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/zonis/router.py", line 259, in _handle_pipe result = done.pop().result() ^^^^^^^^^^^^^^^^^^^ websockets.exceptions.ConnectionClosedError: received 1011 (unexpected error) keepalive ping timeout; then sent 1011 (unexpected error) keepalive ping timeout [2024-03-16 17:53:44,166] CRITICAL [zonis.router._handle_pipe:287] Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/zonis/router.py", line 259, in _handle_pipe result = done.pop().result() ^^^^^^^^^^^^^^^^^^^ websockets.exceptions.ConnectionClosedError: received 1011 (unexpected error) keepalive ping timeout; then sent 1011 (unexpected error) keepalive ping timeout [2024-03-16 17:53:44,570] CRITICAL [zonis.router._handle_pipe:287] Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/zonis/router.py", line 259, in _handle_pipe result = done.pop().result() ^^^^^^^^^^^^^^^^^^^ websockets.exceptions.ConnectionClosedError: received 1011 (unexpected error) keepalive ping timeout; then sent 1011 (unexpected error) keepalive ping timeout [2024-03-16 17:53:44,570] CRITICAL [zonis.router._handle_ws:233] Exceeded maximum websocket reconnections, exiting...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Not sure exactly what causes this. Seems to try to reconnect and just runs out of max tries and never does.
The text was updated successfully, but these errors were encountered: