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
Traceback (most recent call last):
File ".../lib/python3.11/site-packages/jsonpointer.py", line 281, in walk
return doc[part]
~~~^^^^^^
IndexError: list index out of range
The unmodified document has 6 entries in the array.
Perhaps it's processing the changes in order, so that the first change modifies the array deleting item 0 and then item 5 is not present when it gets to the next change.
The text was updated successfully, but these errors were encountered:
This are the relevant fields from the patch:
The unmodified document has 6 entries in the array.
Perhaps it's processing the changes in order, so that the first change modifies the array deleting item 0 and then item 5 is not present when it gets to the next change.
The text was updated successfully, but these errors were encountered: