-
Notifications
You must be signed in to change notification settings - Fork 129
Closed
Description
When running everest with debugging the following exception is thrown when closing down:
2025-03-20 11:32:17,705 websockets.client DEBUG: = connection is CLOSED
2025-03-20 11:32:17,718 everest.detached DEBUG: Traceback (most recent call last):
File "/private/faar/bleeding/root/lib64/python3.11/site-packages/everest/detached/__init__.py", line 298, in start_monitor
message = websocket.recv(timeout=1.0)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/prog/res/komodo/bleeding-20250320-0207-py311-rhel8/root/lib64/python3.11/site-packages/websockets/sync/connection.py", line 336, in recv
raise self.protocol.close_exc from self.recv_exc
websockets.exceptions.ConnectionClosedError: no close frame received or sent
2025-03-20 11:32:17,718 everest.bin.everest_script DEBUG: Everest experiment finished
Ideally we should close down the socket gracefully
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done