Failed to copy with 2 errors: last error was: RequestError: send request failed

What is the problem you are having with rclone?

Copy always stopping with "Failed to copy with 2 errors"

What is your rclone version (output from rclone version)

rclone v1.48.0

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

Which OS you are using and how many bits (eg Windows 7, 64 bit)

Debian

Which cloud storage system are you using? (eg Google Drive)

Digitalocean Spaces

The command you were trying to run (eg rclone copy /tmp remote:tmp)

rclone --progress --transfers=100 --timeout=5s --ignore-errors --retries 1 copy remote:$bucket .

A log from the command with the -vv flag (eg output from rclone -vv copy /tmp remote:tmp)

I will add that later.
My Main problem is that the copy process ist aborted instead of ignore the error and continue the copy process. I have no idea how to fix that.

2019-07-23 13:00:40 ERROR : Attempt 1/1 failed with 2 errors and: RequestError: send request failed
caused by: Get https://ams3.digitaloceanspaces.com/$bucket?delimiter=%2F&max-keys=1000&prefix=images%2Fp%2Fo%2F: net/http: timeout awaiting response headers
Transferred: 0 / 0 Bytes, -, 0 Bytes/s, ETA -
Errors: 2 (retrying may help)
Checks: 13594 / 13594, 100%
Transferred: 0 / 0, -
Elapsed time: 19m22.9s
2019/07/23 13:00:40 Failed to copy with 2 errors: last error was: RequestError: send request failed
caused by: Get https://ams3.digitaloceanspaces.com/$bucket?delimiter=%2F&max-keys=1000&prefix=images%2Fp%2Fo%2F: net/http: timeout awaiting response headers

I just came across this issue myself...

Region AMS3 is undergoing maintenance - I had to switch the integration tests away from there as it was causing lots of failure.

Wow now im really sick to my stomach, I try for over a month now to pull a backup. thanks anyway.

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