You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think that these errors come from jupyter_collaboration.
Below is the console with a collaborative Notebook opened in the workspace, in an environment without jupyterlab-chat.
[I 2024-12-10 14:54:01.891 ServerApp] Initializing room json:notebook:70d90075-bd0b-45ec-ba9d-4435e8026f4a
[E 2024-12-10 14:54:01.892 ServerApp] Failed to write message
Traceback (most recent call last):
File "/home/brichet/mambaforge/envs/jupyter-collab/lib/python3.12/site-packages/jupyter_server_ydoc/handlers.py", line 268, in send
self.write_message(message, binary=True)
File "/home/brichet/mambaforge/envs/jupyter-collab/lib/python3.12/site-packages/tornado/websocket.py", line 332, in write_message
raise WebSocketClosedError()
tornado.websocket.WebSocketClosedError
[I 2024-12-10 14:54:01.990 ServerApp] Content in room json:notebook:70d90075-bd0b-45ec-ba9d-4435e8026f4a loaded from the ystore SQLiteYStore
[E 2024-12-10 14:54:02.053 ServerApp] Failed to write message
Traceback (most recent call last):
File "/home/brichet/mambaforge/envs/jupyter-collab/lib/python3.12/site-packages/jupyter_server_ydoc/handlers.py", line 268, in send
self.write_message(message, binary=True)
File "/home/brichet/mambaforge/envs/jupyter-collab/lib/python3.12/site-packages/tornado/websocket.py", line 332, in write_message
raise WebSocketClosedError()
tornado.websocket.WebSocketClosedError
[E 2024-12-10 14:54:02.055 ServerApp] Failed to write message
Traceback (most recent call last):
File "/home/brichet/mambaforge/envs/jupyter-collab/lib/python3.12/site-packages/jupyter_server_ydoc/handlers.py", line 268, in send
self.write_message(message, binary=True)
File "/home/brichet/mambaforge/envs/jupyter-collab/lib/python3.12/site-packages/tornado/websocket.py", line 332, in write_message
raise WebSocketClosedError()
tornado.websocket.WebSocketClosedError
Description
When starting the
v3-dev
branch ofjupyterlab/jupyter-ai
, I see several error logs being printed in the terminal every time I start the JupyterLab:The text was updated successfully, but these errors were encountered: