The rclone copy file will be downloaded again without error, and the file cannot be uploaded

What is the problem you are having with rclone?

The rclone copy file will be downloaded again without error, and the file cannot be uploaded when I upload to terabox large files(about>500MB).This error occurs only when uploading to terabox.The terabox I mounted through alist can be successfully copied using the alist copy function, but this error occurs when using rclone, the upload fails and the file is downloaded repeatedly.

Run the command 'rclone version' and share the full output of the command.

rclone v1.61.1

  • os/version: centos 7.9.2009 (64 bit)
  • os/kernel: 4.11.8-1.el7.elrepo.x86_64 (x86_64)
  • os/type: linux
  • os/arch: amd64
  • go/version: go1.19.4
  • go/linking: static
  • go/tags: none

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

terabox onedrive

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

rclone copy -vP "onedrive-pipi:youyou/test2" "terabox-wsy:test"

The rclone config contents with secrets removed.

- type: webdav
- url: http://216.24.254.223:5244/dav/terabox-wsy
- vendor: other
- user: pipiniang
- pass: *** ENCRYPTED ***

A log from the command with the -vv flag

rclone copy -vP "onedrive-pipi:youyou/test2" "terabox-wsy:test"
Transferred:   	  434.988 MiB / 5.859 GiB, 7%, 26.311 MiB/s, ETA 3m31s
Transferred:            0 / 3, 0%
Elapsed time:        16.6s
Transferring:
 *                                 school.7z.001:  9% /1.953Gi, 12.427Mi/s, 2m24s
 *                                 school.7z.002: 11% /1.953Gi, 16.641Mi/s, 1m46s
 *                                 school.7z.003:  0% /1.953Gi, 145.666Ki/s, 3h54m12s

rclone copy -vP "onedrive-pipi:youyou/test2" "terabox-wsy:test"
Transferred:   	    9.137 GiB / 9.766 GiB, 94%, 26.653 MiB/s, ETA 24s
Transferred:            0 / 3, 0%
Elapsed time:      8m34.0s
Transferring:
 *                                 school.7z.001:100% /1.953Gi, 488.798Ki/s, 0s
 *                                 school.7z.002: 67% /1.953Gi, 26.581Mi/s, 24s
 *                                 school.7z.003:100% /1.953Gi, 0/s,

What error message do you get?

The command window does not display an error, but only downloads repeatedly. How can I view the error log?

If you run with -vv and post the log generated - that will help. So change -vP into -vv and post the log.

2023/02/18 06:12:12 DEBUG : pacer: low level retry 1/1 (error Put "http://216.24.254.223:5244/dav/terabox-wsy/test/school.7z.003": net/http: timeout awaiting response headers)
2023/02/18 06:12:12 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2023/02/18 06:12:14 DEBUG : pacer: Reducing sleep to 15ms
2023/02/18 06:12:14 DEBUG : school.7z.003: Received error: Put "http://216.24.254.223:5244/dav/terabox-wsy/test/school.7z.003": net/http: timeout awaiting response headers - low level retry 1/10
2023/02/18 06:12:16 DEBUG : pacer: Reducing sleep to 11.25ms

Try increasing the --timeout and --contimeout values

  --contimeout Duration                Connect timeout (default 1m0s)
  --timeout Duration                   IO idle timeout (default 5m0s)

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