Rclone create many active connections, mega blocked IP

Hello.

Rclone created many active connections.

After a while, mega blocks the IP server.

What version are you running?
What command are you running?

# rclone -V
rclone v1.50.2
- os/arch: linux/amd64
- go version: go1.13.4

rclone mkdir MyApp:MyApp
rclone purge MyApp:MyApp/hello.tar
rclone copy MyApp/hello.tar MyApp:MyApp/
rclone copy MyApp:MyApp/hello.tar /MyApp/

If you are copying a single file, it's not going to make many connections.

Feel free to run one command, use "-vv" and share the debug log and the full command.

I close all connections.

rclone ls MyApp:
rclone ls MyApp:

And have 2 active connections:

Can you close connections after running a command?

Check out:

https://rclone.org/mega/#failure-to-log-in

The networking connections you are seeing is normal.

1 Like

rclone ls MyApp:
sleep 3
rclone ls MyApp:

It looks like if I make a delay, the problem is solved?

That's what I was reading there as well as I don't use mega.

1 Like

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