Skip to content
New issue

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

Reconnection issue. #10

Open
jaymart95 opened this issue Mar 17, 2024 · 0 comments
Open

Reconnection issue. #10

jaymart95 opened this issue Mar 17, 2024 · 0 comments

Comments

@jaymart95
Copy link

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...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant