xyou365 / AutoRclone

AutoRclone: rclone copy/move/sync (automatically) with thousands of service accounts
https://www.gfan.loan/?p=235
1.36k stars 520 forks source link

rclone dest and path go before command #87

Open Fluff663 opened 2 years ago

Fluff663 commented 2 years ago

D:\BetterGDriveTool\rclone_sa_magic.py:26: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives import distutils.spawn rclone is detected: rclone.exe generating rclone config file. rclone config file generated. Start: 09:07:23 start /b rclone --config ./rclone.conf copy --drive-server-side-across-configs --rc --rc-addr="localhost:5572" -vv --ignore-existing --tpslimit 3 --transfers 3 --drive-chunk-size 32M --drive-acknowledge-abuse --log-file=log_rclone.txt "D:\" "dst001:"

Let us go dst001: 09:07:23 Usage: rclone copy source:path dest:path [flags]

Flags: --create-empty-src-dirs Create empty source dirs on destination after copy -h, --help help for copy

Use "rclone [command] --help" for more information about a command. Use "rclone help flags" for to see the global flags. Use "rclone help backends" for a list of supported services. Command copy needs 2 arguments minimum: you provided 1 non flag arguments: ["D:\" dst001:"] 2022/01/26 09:07:37 Failed to rc: connection failed: Post "http://localhost:5572/core/pid": dial tcp [::1]:5572: connectex: No connection could be made because the target machine actively refused it. 2022/01/26 09:07:39 Failed to rc: connection failed: Post "http://localhost:5572/core/stats": dial tcp [::1]:5572: connectex: No connection could be made because the target machine actively refused it. ^C 09:07:40 ERROR: The process with PID 0 could not be terminated. Reason: This is critical system process. Taskkill cannot end this process. Terminate batch job (Y/N)? y PS D:\BetterGDriveTool>

3xploiton3 commented 2 years ago

same happen to me

image