Encryption issues - Delete Unexpected Items not working?

I shared a folder and forgot to add a password initially, and the recipient device started syncing some files as “Receive Only - Encrypted”

I then set a password on the folder, re-added it and the re-sync found some of the old files in the recipient device and rightfully got “Unexpected Items” with the button to “Delete unexpected Items”

When I press this to remove those unwanted items, nothing happens.

Logs show:

2021-07-04 20:48:11 Established secure connection to ********* at [::]:22000-[****]:22000/quic-server/TLS1.3-TLS_CHACHA20_POLY1305_SHA256
2021-07-04 20:48:11 Device ********* client is "syncthing v1.17.0" named "****" at [::]:22000-[*********]:22000/quic-server/TLS1.3-TLS_CHACHA20_POLY1305_SHA256
2021-07-04 20:48:11 Connection to ********* at [::]:22000-[*********]:22000/quic-server/TLS1.3-TLS_CHACHA20_POLY1305_SHA256 closed: reading length: Application error 0x0: closing
2021-07-04 20:48:12 Established secure connection to ********* at [::]:22000-*.*.*.*:22000/quic-client/TLS1.3-TLS_CHACHA20_POLY1305_SHA256
2021-07-04 20:48:12 Device ********* client is "syncthing v1.17.0" named "****" at [::]:22000-*.*.*.*:22000/quic-client/TLS1.3-TLS_CHACHA20_POLY1305_SHA256
2021-07-04 20:48:12 Connection to ********* at [::]:22000-*.*.*.*:22000/quic-client/TLS1.3-TLS_CHACHA20_POLY1305_SHA256 closed: reading length: Application error 0x0: closing
2021-07-04 20:48:21 Established secure connection to ********* at [****]:22000-[*********]:22000/tcp-server/TLS1.3-TLS_CHACHA20_POLY1305_SHA256
2021-07-04 20:48:21 Device ********* client is "syncthing v1.17.0" named "****" at [fe80::dea6:32ff:fee9:dbde%eth0]:22000-[*********]:22000/tcp-server/TLS1.3-TLS_CHACHA20_POLY1305_SHA256
2021-07-04 20:48:22 Failed to exchange Hello messages with ********* at 192.168.42.1:22000-*.*.*.*:22000/tcp-server/TLS1.3-TLS_CHACHA20_POLY1305_SHA256: EOF
2021-07-04 20:48:22 Failed to exchange Hello messages with ********* at *.*.*.*:22000-*.*.*.*:22000/tcp-server/TLS1.3-TLS_CHACHA20_POLY1305_SHA256: write tcp *.*.*.*:22000->*.*.*.*:22000: write: connection reset by peer
2021-07-04 20:48:24 Device ********* folder "****" (****) has a new index ID (0x4839EE8F0DE*****)
2021-07-04 22:05:44 Reverting unexpected items in folder "****" (****) (receive-encrypted)

You should check what’s happening on the other side, in the logs.

Sorry for my ignorance, but do you any suggestions on which logs to enable?

I don’t think you need to enable any logs, from the logs you posted above, the problem seems to be happening on the other side, so just normal logs from the other side I suspect will explain this.

Do the unexpected items go away after a scan (or pause/resume folder)? Then you’re problem might be Delete Unexpected Items in receive encrypted folder is unable to delete ".stfolder.removed-*" · Issue #7706 · syncthing/syncthing · GitHub which is already fixed in main and will be in the release after v1.18.0.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.