Nextcloud Cache error?

What is the problem you are having with rclone?

After uploading many files the uploads stops with an error.

What is your rclone version (output from rclone version)

1.56.2

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

Nextcloud

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


rclone copy -P -vv --log-file=mylogfile.txt --transfers=1 /MediaLocal/ crypt:

The rclone config contents with secrets removed.

[nextcloud]
type = webdav
url = URL
vendor = nextcloud
user = USERNAME
pass = XXX


[crypt]
type = crypt
remote = cache:/crypt
filename_encryption = standard
directory_name_encryption = true
password = XXX
password2 = XXX

A log from the command with the -vv flag


Failed to copy: Expected filesize of 2568082145 bytes but read (from Nextcloud client) and wrote (to Nextcloud storage) 1140252672 bytes. Could either be a network problem on the sending side or a problem writing to the storage on the server side.: Sabre\DAV\Exception\BadRequest: 400 Bad Request

Hello,
after uploading ~500 files the upload stops with these error and the files are not reachable.
After running an OCC files:scan —all
all files are gone and I can’t upload them again.
I think something with Nextcloud file cache is wrong.
Can anybody help me?

Your rclone.conf doesn't seem to be complete.
There is no debug log.

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