14 out of sync items

Yes there’s indeed a bug. There should be failed items in the UI, with errors containing “no connected devices has…”. However we do track if we do changes during a pull, and consider it a success if there were no changes. However in case of several non-recoverable failure modes we do not track that as a change (to prevent another pull iteration), so we then reset all errors, even though there are legitimate errors that should be displayed to the user. I opened an issue about that: https://github.com/syncthing/syncthing/issues/6139

1 Like