ERROR : <filename>: cache: double close

What is the problem you are having with rclone?

When working with the drive, I see the error "ERROR : : cache: double close" but working with the files seems to be fine. What is this error and why is it happening?

What is your rclone version (output from rclone version)

rclone v1.51.0

  • os/arch: windows/amd64
  • go version: go1.13.7

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

Windows 10 Pro 64 Bit

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

FTP

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

c:\rclone\rclone.exe mount data: h: --volname "data" --vfs-cache-mode writes --allow-root --allow-other

The rclone config contents with secrets removed.

[data]
type = ftp
host = **removed**
user = **removed**
pass = **removed**

Can someone tell me why this is happening? I don't really get the source code: https://github.com/rclone/rclone/blob/master/vfs/vfscache/vfscache.go#L281 -- would really appreciate some insight on this please.

Can you share a debug log and recreate the error?

You also have some Linux stuff in there that can be removed:

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