Failed to sync with 4 errors: last error was: upload response not found

What is the problem you are having with rclone?

when launching sync to 1fichier.com, I get this error "Failed to sync with 4 errors: last error was: upload response not found" like 7hours later and I don't know why.

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

rclone v1.67.0

  • os/version: qts 5.2.0 (64 bit)
  • os/kernel: 5.10.60-qnap (x86_64)
  • os/type: linux
  • os/arch: amd64
  • go/version: go1.22.4
  • go/linking: static
  • go/tags: none

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

1fichier.com

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

sudo ./rclone sync /share/ZFS18_DATA/PMS/ encrypt1fichier:PMS --progress --exclude="/Downloads/**" --exclude="/.*/" --transfers=2 --check-first --ignore-errors --daemon

Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.

[1fichier]
type = fichier
api_key = XXX

[encrypt1fichier]
type = crypt
remote = 1fichier:PMS
password = XXX

[encryptquotaless]
type = crypt
remote = quotaless:/data/personal-files/PMS
password = XXX

[quotaless]
type = s3
provider = Minio
access_key_id = XXX
secret_access_key = XXX
endpoint = https://io.bitcasa.cloud:8000
acl = bucket-owner-full-control

[webdavquotaless]
type = webdav
url = https://io.minhateca.cloud:8000/dav/personal-files/PMS
vendor = other
user = XXX
pass = XXX

A log from the command that you were trying to run with the -vv flag

actually doing it but have to wait 8 hours, rclone been doing it 3 times, I've launched the same command so it's always doing that.

welcome to the forum,

should use a debug log.
--log-level=DEBUG --log-file=/path/to/rclone.log

rclone will retry three times, default is --retries=3

no I mean like I've ran the command 3 times and still the same result

as i mentioned, need to use a debug log.
post the full exact error line, not a snippet.


i would check the debug log, see if the same file fails each time.
if so, then copy just that one file and post the full debug log.


to keep the log small and have rclone exist sooner, use --retries=1

I cannot put all the logs but before that no errors, just checks.
rclone.log (10.2 KB)

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