Skip to content

Reconnection issue. #10

@jaymaart

Description

@jaymaart

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...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions