[Solved] MEGA: couldn't login: The upload target URL you are trying to access has expired

Hey rclone works fine with my google drive setup, but after setting up mega it throws this error:

$ rclone ls mega: -vv --dump bodies

2019/02/06 23:33:30 DEBUG : rclone: Version "v1.45" starting with parameters ["rclone" "ls" "mega:" "-vv" "--dump" "bodies"]                          
2019/02/06 23:33:30 DEBUG : Using config file from "/home/jneidel/.config/rclone/rclone.conf"                                                         
2019/02/06 23:33:30 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>                                                              
2019/02/06 23:33:30 DEBUG : HTTP REQUEST (req 0xc0003e6d00)
2019/02/06 23:33:30 DEBUG : POST /cs?id=2578422958 HTTP/1.1
Host: g.api.mega.co.nz
User-Agent: rclone/v1.45
Content-Length: 57
Content-Type: application/json
Accept-Encoding: gzip

[{"a":"us","user":"<my-mega-email>","<11-characters>"}]
2019/02/06 23:33:30 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>                                                              
2019/02/06 23:33:31 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<                                                              
2019/02/06 23:33:31 DEBUG : HTTP RESPONSE (req 0xc0003e6d00)
2019/02/06 23:33:31 DEBUG : HTTP/1.1 200 OK
Content-Length: 4
Access-Control-Allow-Headers: Content-Type, MEGA-Chrome-Antileak
Access-Control-Allow-Origin: *
Access-Control-Expose-Headers: Original-Content-Length
Access-Control-Max-Age: 86400
Connection: keep-alive
Content-Type: application/json
Original-Content-Length: 4

[-8]
2019/02/06 23:33:31 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<                                                              
2019/02/06 23:33:31 Failed to create file system for "mega:": couldn't login: The upload target URL you are trying to access has expired. Please request a fresh one

Here it say in [{"a":"us","user":"<my-mega-email>","<11-characters>"}] the value of uh should be my password, which in my case it isn’t.
Maybe it has something to do with rclone encrypting my 124 character long password (in my config)?

This particular error is caused by a v2 account. If you have a go with the latest beta you should find it is fixed.