Failed message - what does it mean

Downloading from mega I got:
(W10 / rclone 1.46 + RcloneBrowser DinCahill-FORK)
(wrote 1.42 but it was a typo)

Failed to copy: failed to open source object: open download file failed: json: cannot unmarshal number -18 into Go struct field DownloadResp.e of type uint32

any hint what this means?

TIA
CT

You should upgrade to the latest version, 1.46 as 1.42 is quite old.

It looks like it couldn’t open a file.

Thanks,
Sorry, my fault, I use 1.46
I update the question info…

What’s the remote you are using the command you are running?

That is a bug - rclone is trying to fit -18 into an unsigned integer.

The -18 means “Resource temporarily not available, please try again later”

The bug is easy enough to fix…

Can you try this

https://beta.rclone.org/branch/v1.46.0-067-g68116298-fix-mega-download-beta/ (uploaded in 15-30 mins)

Hopefully rclone will retry the error correctly if it happens.

Mega.

ballast415chars…

Thanks!
As I moved all remote contents as thar remote was performing erratically I cannot test the patch. This was the same having duplicates not resolved with dedupe …

Resource temporarily not available explains well the erratic behaviour…
CT

1 Like

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