y-crdt / ypy

Python bindings to y-crdt

Home Page:https://ypy.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting error "decoded variable integer size was outside of expected bounds of 70 bits"

acnebs opened this issue · comments

commented

Hi, as noted I get this error "decoded variable integer size was outside of expected bounds of 70 bits" somewhat frequently when processing updates in ypy, e.g. with Y.encode_state_as_update(my_ydoc, ydoc_update_data). This update data is always created by YJs. Otherwise I don't really have much information – this error occurs in production something like 0.1% of the time when processing updates and I haven't been able to repro consistently / identify the common denominator.

commented

Still having this issue on occasion. Is anyone else seeing anything like this? Do library maintainers have any suggestions as to how I can help pinpoint the source of the error?

Could you try with v0.7.0a1?

commented

Sure, will give it a go and report back. Thanks for the suggestion.