Hmm, I haven’t seen that before. rclone (the go runtime) keeps idle http connections for re-use. It looks like that when rclone comes to use it, it gets an error http: server closed idle connection
This seems to be related to this go issue:
What I should probably do is make that error a retriable error then the problem will disappear.
I gave it a go and the error “Failed to open source…” went away. HOWEVER, a
“Failed to copy: failed to open source object: unexpected end of JSON input”
Error appeared about 50 times, which didn’t happen before. Is there something I am doing wrong? Also, what would be the best way to remedy the failed to copy instances? Would sync work well?
The connection dropped during transfer (I am on a server with time limits that I forgot to remove) and a ton of files didn’t go through. In general, would it be better to use copy or sync in this case with regards to completeness and speed?