The sender log now is somehow truncated - there’s a bunch of empty lines starting 11:01:09 and then a few more lines starting 11:01:44, which clearly aren’t all the logs from that time (just the logs shown indicate there should be more related ones). Please check the logs yourself before sending that on both sides the timeframe where errors occurs is present and unaltered/truncated.
Interesting. It looks like the folder was paused at the time the requests failed – which explains the failure, but of course the requests should not have been sent at all since the receiving side should have known it was paused.
I guess that doesn’t explain yet why it was paused. Resp. if it was paused, means there’s still the interesting question of why a request went out regardless, however then it’s not clear what @w7rus actual problem is: A paused folder wont sync regardless of if it’s receive-only or not, just need to unpause it. However probably there’s some other missing context?
As for sending requests to paused folders - one explanation might be an issue we have an open PR for already: When syncing we don’t check if the remote is paused, only if it’s connected. So if another folder isn’t paused, we still send requests there even though they will never work. Status there is author they’d look into a requested change the next day, which was 3 weeks ago (not criticising, 3 weeks is nothing, I am easily silent for longer every now and then ). I’ll ping just in case it helps. fix(model): check if remote folder state is valid before pulling files (fixes #9686) by hireworksltd · Pull Request #9732 · syncthing/syncthing · GitHub
No need for a video. And frankly if the video is longer than a few seconds I am not inclined to watch it anyway. Based on what @calmh said about the logs:
The question is quite simple: Is that folder paused or not? If it’s paused, unpause it and it should just work. If for some reason you can’t do that or problems come up, please explain why (maybe with screenshots).
I was probably misreading all the paused stuff. But,
This is not something that can be changed on the fly. Either it’s shared in encrypted mode or it isn’t, changing that requires removing the folder on the other side and adding it as receive-encrypted or vice versa in the other direction…
If both sides are Send & Receive, then there no reason to input any password at all. Setting a password is only required if you intend to add the folder on the remote device as Receive Encrypted.
Yeah, the password has no use, however it should still be possible to set it on both sides and have the synchronisation functional. There was an older issue that looks very similar to the problem here (see https://github.com/syncthing/syncthing/issues/8277) but it was supposed to be fixed a long time ago.