-
Notifications
You must be signed in to change notification settings - Fork 22
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
PanicException('called Option::unwrap()
on a None
value')
#51
Comments
Thanks for reporting @chwzr, yes a reproducible example would help a lot. |
hi @davidbrochart thanks for the quick reply! here is a repo to reproduce the bug: |
Thanks a lot @chwzr, I could reproduce the issue. |
I saw this in the ypy drawing example: so i updated the put_updates function to look like this:
this will fix it for me now, but resolving y-crdt/ypy#94 would feel better, as even the |
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
The text was updated successfully, but these errors were encountered: