Fix potential error when deleting remote files in sync manager#28
Fix potential error when deleting remote files in sync manager#28kj-9 wants to merge 1 commit intosilvanocerza:mainfrom
Conversation
|
This isn't only with MacOS. Because i also get this when syncing between linux & android. However i hope that this gets accepted. Thank you for thanking your time to fix it (: |
|
+1 hoping this gets merged! Note there's a parallel error about "path" vs "sha" that I believe comes from calling downloadFile on undefined, but we could treat that separately and file a new issue for it if needed. It's not quite as common as the "undefined (setting sha)" one. |
|
@silvanocerza anything I can do to help get this PR merged? thanks |
|
FWIW I've moved to the FIT plugin instead, which is very similar but I found slightly less buggy. It does still have a few bugs like this, but I'm a co-maintainer on FIT now and have some changes nearly finished to finally fix it properly there. |
|
IM NOT THAT TECH SAVY BUT HOW TO SOLVE THIS ISSUE??? |
|
I recommend using FIT instead. |
Summary
Fix sync error when deleting files on Android and syncing with macOS
Issue
Closes #21
When deleting files on Android and then syncing with github repo pushed from macOS, a sync error occurs as described in the linked issue.
Notes
There may be potential to remove the
.sha = nullsetting entirely, but the side effects are unclear for me.