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
{{ message }}
This repository was archived by the owner on Apr 19, 2025. It is now read-only.
thread '<unnamed>' panicked at 'called `Option::unwrap()` on a `None` value', /root/.cargo/registry/src/github.qkg1.top-1ecc6299db9ec823/yrs-0.11.1/src/block.rs:1073:54
Traceback (most recent call last):
File "/root/yspine-client/.venv/lib/python3.10/site-packages/ypy_websocket/websocket_provider.py", line 34, in _run
await process_sync_message(message[1:], self._ydoc, self._websocket, self.log)
File "/root/yspine-client/.venv/lib/python3.10/site-packages/ypy_websocket/yutils.py", line 130, in process_sync_message
Y.apply_update(ydoc, update)
pyo3_runtime.PanicException: called `Option::unwrap()` on a `None` value
Other yjs clients on the same server work fine.
Please let me know if you need further details or something to reproduce.
When using a yjs-websocket server (https://github.com/yjs/y-websocket) the ypy-websocket provider does not sync properly:
Other yjs clients on the same server work fine.
Please let me know if you need further details or something to reproduce.
Cheers,
chwzr