Mega error - failed to create filesystem

What is the problem you are having with rclone?

Can't use Mega remote. This was working fine and suddenly stopped. I updated to the latest version from 1.57 just in case, but it's not fixed.

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

$ rclone version
rclone v1.58.0
- os/version: unknown
- os/kernel: 4.4.180+ (x86_64)
- os/type: linux
- os/arch: amd64
- go/version: go1.17.8
- go/linking: static
- go/tags: none

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

Mega

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

rclone lsd Mega:/

The rclone config contents with secrets removed.

[Mega]
type = mega
user = <redacted>
pass = <redacted>

A log from the command with the -vv flag

$ rclone lsd Mega:/ -vv
2022/04/10 12:50:32 DEBUG : rclone: Version "v1.58.0" starting with parameters ["rclone" "lsd" "Mega:/" "-vv"]
2022/04/10 12:50:32 DEBUG : Creating backend with remote "Mega:/"
2022/04/10 12:50:32 DEBUG : Using config file from "/var/services/homes/simplebobster/.config/rclone/rclone.conf"
2022/04/10 12:50:44 Failed to create file system for "Mega:/": couldn't login: Try again

hi,

that is a common problem in the forum, lots of topics you can search for.
Failed to create file system for "mega:": couldn't login: Object not found

to get a deeper look, --dump=headers --retries=1 --low-level-retries=1

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