Mega: couldn't login: Object (typically, node or user) not found

What is the problem you are having with rclone?

Mega: couldn't login: Object (typically, node or user) not found

Three days ago everything was ok, but from today, on mounting, like title says:
Mega: couldn't login: Object (typically, node or user) not found

Also I've tried with a new account today, but the same error. I tried everything without success.
So, is it possible that mega somehow ban rclone or something else (possible rclone bug)? Is there some universal solution for this?

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

rclone v1.57.0

  • os/version: pure2 6.5
  • os/kernel: 4.4.35 (armv7l)
  • os/type: linux
  • os/arch: arm
  • go/version: go1.17.2
  • 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 config create my_mega mega user='xxxxxxxxx@gmail.com' pass='*******' -vv

The rclone config contents with secrets removed.

[my_mega]
type = mega
user = xxxxxxxxx@gmail.com
pass = *** ENCRYPTED ***

A log from the command with the -vv flag

root@sf8008:~# rclone config create my_mega mega user='xxxxxxxxx@gmail.com' pass='*******' -vv
2022/01/23 22:24:26 DEBUG : rclone: Version "v1.57.0" starting with parameters ["rclone" "config" "create" "my_mega" "mega" "user=xxxxxxxxx@gmail.com" "pass=*******" "-vv"]
2022/01/23 22:24:26 DEBUG : Using config file from "/home/root/.config/rclone/rclone.conf"
2022/01/23 22:24:26 DEBUG : Saving config "user" in section "my_mega" of the config file
2022/01/23 22:24:26 DEBUG : Keeping previous permissions for config file: -rw-r--r--
2022/01/23 22:24:26 DEBUG : Saving config "pass" in section "my_mega" of the config file
2022/01/23 22:24:26 DEBUG : Keeping previous permissions for config file: -rw-r--r--
2022/01/23 22:24:26 DEBUG : my_mega: config in: state="", result=""
2022/01/23 22:24:26 DEBUG : my_mega: config out: out=<nil>, err=<nil>
2022/01/23 22:24:26 DEBUG : Keeping previous permissions for config file: -rw-r--r--
--------------------
[my_mega]
type = mega
user = xxxxxxxxx@gmail.com
pass = *** ENCRYPTED ***
--------------------
2022/01/23 22:24:26 DEBUG : rclone: Version "v1.57.0" finishing with parameters ["rclone" "config" "create" "my_mega" "mega" "user=xxxxxxxxx@gmail.com" "pass=='*******'" "-vv"]

hi,
--- have you searched the forum, number of post about that error.
--- make sure you can login using meagacmd before using rclone.
--- if megacmd works, then need to see a rclone debug log, post the output of
rclone lsd my_mega: -vv

yes i searched and nothing works for me. But maybe i miss something.
ok, i didnt see your replay abot meagacmd. what is that?

root@sf8008:~# rclone lsd my_mega: -vv
2022/01/23 23:01:21 DEBUG : rclone: Version "v1.57.0" starting with parameters ["rclone" "lsd" "my_mega:" "-vv"]
2022/01/23 23:01:21 DEBUG : Creating backend with remote "my_mega:"
2022/01/23 23:01:21 DEBUG : Using config file from "/home/root/.config/rclone/rclone.conf"
2022/01/23 23:01:22 Failed to create file system for "my_mega:": couldn't login: Object (typically, node or user) not found

uh, uh, uh... my bad... sorry guys.
i am working on python app with subprocess and instead password variable i set username variable... silly me.

Again, i am so sorry for fake response.

megacmd that is the offical command line tool for mega.

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