Another "Couldn't Login: Try again" error

Hi all.. I am having so much "Couldn't Login: Try again" errors, that is impossible to automate my backups.

'rclone version' gives me:

rclone v1.61.1
- os/version: darwin 10.15.7 (64 bit)
- os/kernel: 19.6.0 (x86_64)
- os/type: darwin
- os/arch: amd64
- go/version: go1.19.6
- go/linking: dynamic
- go/tags: none

My command, just an "rclone --mega-debug -vv ls mega:dir", gives me:

2023/03/07 09:19:29 DEBUG : rclone: Version "v1.61.1" starting with parameters ["rclone" "--mega-debug" "-vv" "ls" "mega:dir"]
2023/03/07 09:19:29 DEBUG : Creating backend with remote "mega:dir"
2023/03/07 09:19:29 DEBUG : Using config file from "/Users/razer/.config/rclone/rclone.conf"
2023/03/07 09:19:29 DEBUG : mega: detected overridden config - adding "{v6fxV}" suffix to name
2023/03/07 09:24:30 DEBUG : *go-mega*: Retry API request 1/10: Post "https://g.api.mega.co.nz/cs?id=XXX&sid=YYY": net/http: timeout awaiting response headers
2023/03/07 09:24:31 DEBUG : *go-mega*: Retry API request 2/10: Try again
2023/03/07 09:24:32 DEBUG : *go-mega*: Retry API request 3/10: Try again
2023/03/07 09:24:32 DEBUG : *go-mega*: Retry API request 4/10: Try again
2023/03/07 09:24:33 DEBUG : *go-mega*: Retry API request 5/10: Try again
2023/03/07 09:24:33 DEBUG : *go-mega*: Retry API request 6/10: Try again
2023/03/07 09:24:34 DEBUG : *go-mega*: Retry API request 7/10: Try again
2023/03/07 09:24:35 DEBUG : *go-mega*: Retry API request 8/10: Try again
2023/03/07 09:24:37 DEBUG : *go-mega*: Retry API request 9/10: Try again
2023/03/07 09:24:40 DEBUG : *go-mega*: Retry API request 10/10: Try again
2023/03/07 09:24:45 Failed to create file system for "mega:dir": couldn't login: Try again

The "mega" remote exists, as well as, "dir" folder. With another remotes is all working.

I tried to reset, upgrade, reinstall. I follow the instructions to log in with MEGAcmd, and all is OK too.

Any tips?

hello and welcome to the forum,

that is a common problem and nothing rclone can do about it.
the rclone documentation offers some possible workarounds, did none of them help?

another option, megacmd can emulate a webdav server.
have rclone use that.

With MEGAcmd staring a webdav server is all OK! I will try to automate this.

Thank you very much.

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