Seemingly random invalid path error on syncing #11
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: wynd/recipe-kt#11
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
The buffer somehow gets corrupted (either when sending or reading the data) resulting in it trying to read from a following image resulting in the path not being created and therefore the syncing failing.
Issue happens randomly when syncing however the place where it happens is semi constant (only 2 places)
Stacktrace:
Reduced the happenings by only sending the needed images instead of all images on the sync side https://git.pixelatedw.xyz/wynd/recipe-sync-server-rs/commit/35755dd0eae697479aa507d0529dcda189ca3a01 but it still happens and likely will happen as the set increases.