I am suffering from this bug which probably won’t have a fix because it’s quite complicated. I was wondering in this case is it possible to still rely on the API to check for “essentially 100% completion” (ignoring ignored folders which prevent 100% completion from being reported because of the bug).
What would be the recommendation to check for “all other files except ignored folders are synced”? My existing script that runs on system startup and on system shutdown simply waits for 30 seconds and checks for 100% completion, but because it never reaches 100% for the above reason, this condition is never met. Checking arbitrarily for 99% completion is error-prone and not good enough.
@calmh What other troubleshooting is needed besides already submitted issue that was immediately marked as duplicate without request for additional information along with this thread from a year ago?
Yeah it’s not related to the issue it was supposedly a duplicate of. Showing a syncthing cli debug file for each level of the path down to the supposedly out of sync item might shed some light. There is some magic going on with the unignored-sub-path thing because the intermediate directories need to be represented somehow even though they’re supposed to be ignored.