Failed to copy: context canceled

What is the problem you are having with rclone?

I'm using rclone with Cryptomator and yandexdrive.
After I copied the files i get this error

ERROR: CLOUD/Syncing/YandexDisk/.sync/XXXX/tmp2/~xxxxxxxxx: Failed to copy: Put “http:/cloud-api.yandex.com/v1/disk/resources?path%2FCLOUD%2FSyncing%2FYandexDisk%2F.sync%2FXXXX%2Ftmp2”: context canceled

or

ERROR: CLOUD/Syncing/YandexDisk/.sync/XXXX/~state2: Failed to copy: Get “http:/cloud-api.yandex.com/v1/disk/resources/upload?overwrite=true&path=disk%3A%2FCLOUD%2FSyncing%2FYandexDisk%2F.sync%2FXXXX%2F~state2”: context canceled

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

  • os/version: Microsoft Windows 10 Home 22H2 (64 bit)
  • os/kernel: 10.0.19045.4780 (x86_64)
  • os/type: windows
  • os/arch: amd64
  • go/version: go1.23.1
  • go/linking: static
  • go/tags: cmount

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

Yandex Drive

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

rclone mount Yandex: y: --vfs-cache-mode full

After I mounted the drive i copy the file using cryptomator and explorer.
I don't use command line

welcome to the forum,

please post the following

  • rclone config redacted
  • add -vv to the mount command and post the top thirty lines.

[Yandex]
type = yandex
token = XXX

Double check the config for sensitive info before posting publicly

Where should i add -vv? Here?

rclone mount Yandex: y: --vfs-cache-mode full

It start to write info very fast, I couldn't get the first thirty lines

can use a log file, just change c:/path/to/some/folder/rclone.log to whatever real path on your system.
--log-level=DEBUG --log-file=c:/path/to/some/folder/rclone.log

also, not sure it applies but should read

Rclone 1.54 beta Lot of context canceled

Cryptomator container in rclone Gdrive mount

sorry... too much complicated for me.
It's the first time i use a command line program...

Now sometimes it give me error also when i mount the drive, but it seems to work...

What it can be? :frowning:

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