Mega not returning anything

Hi, I posted this to github before realizing there is an rclone forum--a more appropriate place, sorry. This is updated with a few more things I tried. Thank you for your help (and awesome program)!

cloud system:
rclone

problem:
When using rclone in windows with mega, it won't return any directory information. I've tried rclone/mega on a linux computer and it worked fine. rclone with SFTP on windows works fine. It's only mega + windows.

rclone version:

rclone v1.68.1
- os/version: Microsoft Windows 11 Pro 23H2 (64 bit)
- os/kernel: 10.0.22631.4317 (x86_64)
- os/type: windows
- os/arch: amd64
- go/version: go1.23.1
- go/linking: static
- go/tags: cmount

Not sure if this is relevant, but I'm running rclone from my C:\Windows\system32 folder.
Also tested with latest beta (from a user directory, not sys32), same result.

Commands:

rclone ls mega: -vv
rclone lsd mega: -vv
rclone copy .\test.txt mega: -vv

Output:
rclone ls mega: -vv

2024/10/18 14:19:00 DEBUG : rclone: Version "v1.68.1" starting with parameters ["C:\\Windows\\system32\\rclone.exe" "ls" "mega:" "-vv"]
2024/10/18 14:19:00 DEBUG : Creating backend with remote "mega:"
2024/10/18 14:19:00 DEBUG : Using config file from "C:\\Users\\mxt\\AppData\\Roaming\\rclone\\rclone.conf"

rclone lsd mega: -vv

2024/10/18 14:19:22 DEBUG : rclone: Version "v1.68.1" starting with parameters ["C:\\Windows\\system32\\rclone.exe" "lsd" "mega:" "-vv"]
2024/10/18 14:19:22 DEBUG : Creating backend with remote "mega:"
2024/10/18 14:19:22 DEBUG : Using config file from "C:\\Users\\mxt\\AppData\\Roaming\\rclone\\rclone.conf"

rclone copy .\text.txt mega -vv

2024/10/18 14:19:51 DEBUG : rclone: Version "v1.68.1" starting with parameters ["C:\\Windows\\system32\\rclone.exe" "copy" ".\\test.txt" "mega:" "-vv"]
2024/10/18 14:19:51 DEBUG : Creating backend with remote ".\\test.txt"
2024/10/18 14:19:51 DEBUG : Using config file from "C:\\Users\\mxt\\AppData\\Roaming\\rclone\\rclone.conf"
2024/10/18 14:19:51 DEBUG : fs cache: adding new entry for parent of ".\\text.txt", "//?/C:/Users/mxt"
2024/10/18 14:19:51 DEBUG : Creating backend with remote "mega:"

(no file was uploaded)

rclone confid redacted:

[mega]
type = mega
user = XXX
pass = XXX
debug = true
use_https = false

[sftp]
type = sftp
host = XXX
user = XXX
pass = XXX
shell_type = unix
md5sum_command = md5sum
sha1sum_command = sha1sum

[proton]
type = protondrive
username = XXX
password = XXX
client_uid = XXX
client_access_token = XXX
client_refresh_token = XXX
client_salted_key_pass = XXX
### Double check the config for sensitive info before posting publicly

debug log:

2024/10/18 13:45:55 DEBUG : rclone: Version "v1.68.1" starting with parameters ["C:\\Windows\\system32\\rclone.exe" "ls" "mega:" "--log-level" "DEBUG" "--log-file" "megadebug.log"]
2024/10/18 13:45:55 DEBUG : Creating backend with remote "mega:"
2024/10/18 13:45:55 DEBUG : Using config file from "C:\\Users\\mxt\\AppData\\Roaming\\rclone\\rclone.conf"

Diagnostics:

  • Changing password to alphanumeric. Didn't help.
  • Running from rclone beta. Didn't help.
  • Typing in the password rather than copy/paste. Didn't help.
  • MegaCMD: can log in succesfully from the same machine.

welcome to the forum,

those debug logs you posted, are they the full debug logs or just snippets?

  • post the output of rclone config redacted from the linux machine.
  • copy the config file from linux to windows, test on windows and post full debug log.

as a workaround, megacmd supports webdav. rclone supports webdav.
give that try

this is what the remote would like

[mega.webdav]
type = webdav
url = http://127.0.0.1:4443/yB5mhTwQ/Cloud%20Drive
vendor = other
> rclone version
rclone v1.68.1
- os/version: Microsoft Windows 11 Pro 24H2 (64 bit)
- os/kernel: 10.0.26100.2033 (x86_64)
- os/type: windows
- os/arch: amd64
- go/version: go1.23.1
- go/linking: static
- go/tags: cmount

> rclone config redacted mega:
[mega]
type = mega
user = XXX
pass = XXX
### Double check the config for sensitive info before posting publicly

> rclone ls mega:
  3074537 test/test.jpg
        6 test/test.txt

> rclone copy ./test.bat mega:

> rclone ls mega:
      812 test.bat
  3074537 test/test.jpg
        6 test/test.txt

so it is something with your configuration, system...

Try to remove below lines from your config:

EDIT - all works with or without these two lines. So it is something else with your system.

Have you logged into mega web interface? It is required to generate keys. Otherwise API does not work. As per docs:

NOTE: The encryption keys need to have been already generated after a regular login via the browser, otherwise attempting to use the credentials in rclone will fail.

Thanks @asdffdsa & @kapitainsky!

  • the debugs i posted are full
  • rclone config redacted on linux:
    [mega] type = mega user = XXX pass = XXX
  • I replaced the windows rclone.conf with the working linux rclone.conf . Ie, without debug & use_https. Didn't help.
  • I have logged in via the web interface from this computer
  • I ran rclone on WSL2 on my windows computer and it displayed just fine, too.

Is there anything windows runs that is known to interfere? I tried with and without the Megasync app running in the background--same results. Or any settings on mega's end known to interfere? Thank you!

on windows, my mega remote works just fine.
looks the same as your linux remote.

i suggested that your run megacmd in webdav mode and i posted a working rclone webdav remote as an example.
many posts in the forum about that.

1 Like

It might be worth checking if any security software on Windows is interfering with rclone's access to Mega. Also, consider trying MegaCMD in WebDAV mode as a potential workaround.

rclone ls mega: -vv --dump=headers
can you run that and post the full output?

and if possible, run the command again and let it sit there for 90 minutes or until rclone exits.

Thanks everyone, I'll look at webdav.

@asdffdsa : rclone exits immediately after running. Here's the output.

2024/10/19 15:56:10 NOTICE: Automatically setting -vv as --dump is enabled
2024/10/19 15:56:10 DEBUG : rclone: Version "v1.68.1" starting with parameters ["C:\\Windows\\system32\\rclone.exe" "ls" "mega:" "-vv" "--dump=headers"]
2024/10/19 15:56:10 DEBUG : Creating backend with remote "mega:"
2024/10/19 15:56:10 DEBUG : Using config file from "C:\\Users\\mxt\\AppData\\Roaming\\rclone\\rclone.conf"
2024/10/19 15:56:10 DEBUG : You have specified to dump information. Please be noted that the Accept-Encoding as shown may not be correct in the request and the response may not show Content-Encoding if the go standard libraries auto gzip encoding was in effect. In this case the body of the request will be gunzipped before showing it.
2024/10/19 15:56:10 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2024/10/19 15:56:10 DEBUG : HTTP REQUEST (req 0xc00017af00)
2024/10/19 15:56:10 DEBUG : POST /cs?id=1505676317 HTTP/1.1
Host: g.api.mega.co.nz
User-Agent: rclone/v1.68.1
Content-Length: 50
Content-Type: application/json
Accept-Encoding: gzip

2024/10/19 15:56:10 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2024/10/19 15:56:11 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2024/10/19 15:56:11 DEBUG : HTTP RESPONSE (req 0xc00017af00)
2024/10/19 15:56:11 DEBUG : HTTP/1.1 200 OK
Content-Length: 59
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
Cache-Control: no-store
Connection: keep-alive
Content-Type: application/json
Original-Content-Length: 59

2024/10/19 15:56:11 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2024/10/19 15:56:11 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2024/10/19 15:56:11 DEBUG : HTTP REQUEST (req 0xc0000ca140)
2024/10/19 15:56:11 DEBUG : POST /cs?id=1505676318 HTTP/1.1
Host: g.api.mega.co.nz
User-Agent: rclone/v1.68.1
Content-Length: 110
Content-Type: application/json
Accept-Encoding: gzip

2024/10/19 15:56:11 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

not sure about that?
as all the debug logs you posted, so far, seem not to exit to the command line??

can you re-run the command, including the output on the command line, before and after the rclone command exits?

for example,

user01@wslubuntu01:~$ rclone lsd mega: -vv --mega-debug --dump=headers
2024/10/19 16:03:57 NOTICE: Automatically setting -vv as --dump is enabled
2024/10/19 16:03:57 DEBUG : rclone: Version "v1.68.1" starting with parameters ["rclone" "lsd" "mega:" "-vv" "--mega-debug" "--dump=headers"]
2024/10/19 16:03:57 DEBUG : Creating backend with remote "mega:"
2024/10/19 16:03:57 DEBUG : Using config file from "/home/user01/.config/rclone/rclone.conf"
2024/10/19 16:03:57 DEBUG : mega: detected overridden config - adding "{v6fxV}" suffix to name
2024/10/19 16:03:57 DEBUG : You have specified to dump information. Please be noted that the Accept-Encoding as shown may not be correct in the request and the response may not show Content-Encoding if the go standard libraries auto gzip encoding was in effect. In this case the body of the request will be gunzipped before showing it.
2024/10/19 16:03:57 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2024/10/19 16:03:57 DEBUG : HTTP REQUEST (req 0xc00067a280)
2024/10/19 16:03:57 DEBUG : POST /cs?id=1946939561 HTTP/1.1
Host: g.api.mega.co.nz
User-Agent: rclone/v1.68.1
Content-Length: 50
Content-Type: application/json
Accept-Encoding: gzip

2024/10/19 16:03:57 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2024/10/19 16:03:58 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2024/10/19 16:03:58 DEBUG : HTTP RESPONSE (req 0xc00067a280)
2024/10/19 16:03:58 DEBUG : HTTP/1.1 200 OK
Content-Length: 59
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
Cache-Control: no-store
Connection: keep-alive
Content-Type: application/json
Original-Content-Length: 59

2024/10/19 16:03:58 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2024/10/19 16:03:58 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2024/10/19 16:03:58 DEBUG : HTTP REQUEST (req 0xc000c22000)
2024/10/19 16:03:58 DEBUG : POST /cs?id=1946939562 HTTP/1.1
Host: g.api.mega.co.nz
User-Agent: rclone/v1.68.1
Content-Length: 110
Content-Type: application/json
Accept-Encoding: gzip

2024/10/19 16:03:58 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2024/10/19 16:03:58 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2024/10/19 16:03:58 DEBUG : HTTP RESPONSE (req 0xc000c22000)
2024/10/19 16:03:58 DEBUG : HTTP/1.1 200 OK
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
Cache-Control: no-store
Connection: keep-alive
Content-Type: application/json
Original-Content-Length: 1329

2024/10/19 16:03:58 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2024/10/19 16:03:58 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2024/10/19 16:03:58 DEBUG : HTTP REQUEST (req 0xc000b61540)
2024/10/19 16:03:58 DEBUG : POST /cs?id=1946939563&sid=5_qMJrJasH6wY4Ldx8ibrE96WmhoN095X3pzWLv-8AhrcDQvTgbbalJtZw HTTP/1.1
Host: g.api.mega.co.nz
User-Agent: rclone/v1.68.1
Content-Length: 17
Content-Type: application/json
Accept-Encoding: gzip

2024/10/19 16:03:58 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2024/10/19 16:03:58 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2024/10/19 16:03:58 DEBUG : HTTP RESPONSE (req 0xc000b61540)
2024/10/19 16:03:58 DEBUG : HTTP/1.1 200 OK
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
Cache-Control: no-store
Connection: keep-alive
Content-Type: application/json
Original-Content-Length: 4485

2024/10/19 16:03:58 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2024/10/19 16:03:58 DEBUG : *go-mega*: Waiting for events to be finished for 5s
2024/10/19 16:03:58 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2024/10/19 16:03:58 DEBUG : HTTP REQUEST (req 0xc000c223c0)
2024/10/19 16:03:58 DEBUG : POST /sc?sn=8l74z9q8NcQ&sid=5_qMJrJasH6wY4Ldx8ibrE96WmhoN095X3pzWLv-8AhrcDQvTgbbalJtZw HTTP/1.1
Host: g.api.mega.co.nz
User-Agent: rclone/v1.68.1
Content-Length: 0
Content-Type: application/xml
Accept-Encoding: gzip

2024/10/19 16:03:58 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2024/10/19 16:03:58 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2024/10/19 16:03:58 DEBUG : HTTP RESPONSE (req 0xc000c223c0)
2024/10/19 16:03:58 DEBUG : HTTP/1.1 200 OK
Content-Length: 106
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
Cache-Control: no-store
Connection: keep-alive
Content-Type: application/json
Original-Content-Length: 106

2024/10/19 16:03:58 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2024/10/19 16:03:58 DEBUG : *go-mega*: pollEvents: Parsing event "ua": {"a":"ua","st":"f@uBt8","u":"OzZhh7Oy_zs","ua":["^!stbmp"],"v":["WAcV2-kiGpo"]}
2024/10/19 16:03:58 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2024/10/19 16:03:58 DEBUG : HTTP REQUEST (req 0xc0009543c0)
2024/10/19 16:03:58 DEBUG : POST /sc?sn=WAcV2-kiGpo&sid=5_qMJrJasH6wY4Ldx8ibrE96WmhoN095X3pzWLv-8AhrcDQvTgbbalJtZw HTTP/1.1
Host: g.api.mega.co.nz
User-Agent: rclone/v1.68.1
Content-Length: 0
Content-Type: application/xml
Accept-Encoding: gzip

2024/10/19 16:03:58 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2024/10/19 16:03:58 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2024/10/19 16:03:58 DEBUG : HTTP RESPONSE (req 0xc0009543c0)
2024/10/19 16:03:58 DEBUG : HTTP/1.1 200 OK
Content-Length: 59
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
Cache-Control: no-store
Connection: keep-alive
Content-Type: application/json
Original-Content-Length: 59

2024/10/19 16:03:58 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2024/10/19 16:03:58 DEBUG : *go-mega*: Signalling events received
2024/10/19 16:03:58 DEBUG : *go-mega*: Events received
2024/10/19 16:03:58 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2024/10/19 16:03:58 DEBUG : HTTP REQUEST (req 0xc000c22780)
2024/10/19 16:03:58 DEBUG : fs cache: renaming cache item "mega:" to be canonical "mega{v6fxV}:"
2024/10/19 16:03:58 DEBUG : GET /UtaaDQkMp0fWpW9ojJjDX7ASOmM HTTP/1.1
Host: w.api.mega.co.nz
User-Agent: rclone/v1.68.1
Accept-Encoding: gzip

          -1 2024-05-21 15:49:45        -1 zork
2024/10/19 16:03:58 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2024/10/19 16:03:58 DEBUG : 7 go routines active
user01@wslubuntu01:~$
PS C:\Users\mxt> rclone ls mega: -vv --dump=headers
2024/10/19 16:24:21 NOTICE: Automatically setting -vv as --dump is enabled
2024/10/19 16:24:21 DEBUG : rclone: Version "v1.68.1" starting with parameters ["C:\\Windows\\system32\\rclone.exe" "ls" "mega:" "-vv" "--dump=headers"]
2024/10/19 16:24:21 DEBUG : Creating backend with remote "mega:"
2024/10/19 16:24:21 DEBUG : Using config file from "C:\\Users\\mxt\\AppData\\Roaming\\rclone\\rclone.conf"
2024/10/19 16:24:21 DEBUG : You have specified to dump information. Please be noted that the Accept-Encoding as shown may not be correct in the request and the response may not show Content-Encoding if the go standard libraries auto gzip encoding was in effect. In this case the body of the request will be gunzipped before showing it.
2024/10/19 16:24:21 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2024/10/19 16:24:21 DEBUG : HTTP REQUEST (req 0xc0000cca00)
2024/10/19 16:24:21 DEBUG : POST /cs?id=3834711961 HTTP/1.1
Host: g.api.mega.co.nz
User-Agent: rclone/v1.68.1
Content-Length: 50
Content-Type: application/json
Accept-Encoding: gzip

2024/10/19 16:24:21 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2024/10/19 16:24:21 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2024/10/19 16:24:21 DEBUG : HTTP RESPONSE (req 0xc0000cca00)
2024/10/19 16:24:21 DEBUG : HTTP/1.1 200 OK
Content-Length: 59
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
Cache-Control: no-store
Connection: keep-alive
Content-Type: application/json
Original-Content-Length: 59

2024/10/19 16:24:21 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2024/10/19 16:24:21 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2024/10/19 16:24:21 DEBUG : HTTP REQUEST (req 0xc00078e640)
2024/10/19 16:24:21 DEBUG : POST /cs?id=3834711962 HTTP/1.1
Host: g.api.mega.co.nz
User-Agent: rclone/v1.68.1
Content-Length: 110
Content-Type: application/json
Accept-Encoding: gzip

2024/10/19 16:24:21 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2024/10/19 16:24:21 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2024/10/19 16:24:21 DEBUG : HTTP RESPONSE (req 0xc00078e640)
2024/10/19 16:24:21 DEBUG : HTTP/1.1 200 OK
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
Cache-Control: no-store
Connection: keep-alive
Content-Type: application/json
Original-Content-Length: 1329

2024/10/19 16:24:21 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2024/10/19 16:24:21 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2024/10/19 16:24:21 DEBUG : HTTP REQUEST (req 0xc00078ec80)
2024/10/19 16:24:21 DEBUG : POST /cs?id=3834711963&sid=wjT89_NPDypOZR70JeJ9zy04NWR0aFJLSGJJsUodp0r6bm-_44ZAkP3EYQ HTTP/1.1
Host: g.api.mega.co.nz
User-Agent: rclone/v1.68.1
Content-Length: 17
Content-Type: application/json
Accept-Encoding: gzip

2024/10/19 16:24:21 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
PS C:\Users\mxt>

before it looked like your rclone command got stuck, never returned to the command line.
but your last command looks ok to me

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