ERROR: Failed to copy .... File Already Closed

Hello,
This is the version of rclone:
rclone v1.49.2

  • os/arch: linux/amd64
  • go version: go1.12.9

I am trying to transfer a data from a digitalocean space to another digitalocean space.
When I type rclone sync from_space:from_file to_space:to_file I get the:
ERROR : folder/file : Failed to copy: Put ....(some credentials)... : file already closed error.
This the outpur of the rclone sync code with -vv( output of single file transferring process):

2019/09/15 15:13:07 DEBUG : pacer: low level retry 1/1 (error Put SOME CREDENTIALS ABOUT SPACE: net/http: HTTP/1.x transport connection broken: http: ContentLength=201749 with Body length 3069735)
2019/09/15 15:13:07 DEBUG : pacer: Rate limited, increasing sleep to 10ms
2019/09/15 15:13:07 DEBUG : FOLDER/FILE: Received error: Put SOME CREDENTIALS ABOUT SPACE: net/http: HTTP/1.x transport connection broken: http: ContentLength=201749 with Body length 3069735 - low level retry 1/10
2019/09/15 15:13:09 DEBUG : pacer: low level retry 1/1 (error Put SOME CREDENTIALS ABOUT SPACE: net/http: HTTP/1.x transport connection broken: http: ContentLength=179203 with Body length 2996172)
2019/09/15 15:13:09 DEBUG : pacer: Rate limited, increasing sleep to 20ms

How can I solve this?

If you hit search and put in that error message, you'll find your answer.

This is fixed in v1.49.3 which I just released :slight_smile: