Open rourke opened 4 years ago
I'm running the following command:
python3 rclone_sa_magic.py -sp "/home/user/media/" -d "<drive-id>"
and every once in a while it can't start a new remote because of the following errors:
rclone --config ./rclone.conf copy --drive-stop-on-upload-limit --drive-server-side-across-configs --rc --rc-addr="localhost:5572" -v --ignore-existing --tpslimit 3 --transfers 3 --drive-chunk-size 32M --drive-acknowledge-abuse --log-file=log_rclone.txt "/home/user/media/" "dst010:" & >> Let us go dst010: 19:47:00 2020/06/10 19:47:10 Failed to rc: connection failed: Post "http://localhost:5572/core/pid": dial tcp 127.0.0.1:5572: connect: connection refused 2020/06/10 19:47:10 Failed to rc: connection failed: Post "http://localhost:5572/core/stats": dial tcp 127.0.0.1:5572: connect: connection refused 2020/06/10 19:47:10 Failed to rc: connection failed: Post "http://localhost:5572/core/stats": dial tcp 127.0.0.1:5572: connect: connection refused 2020/06/10 19:47:10 Failed to rc: connection failed: Post "http://localhost:5572/core/stats": dial tcp 127.0.0.1:5572: connect: connection refused No rclone task detected (possibly done for this account). (1/3) rclone --config ./rclone.conf copy --drive-stop-on-upload-limit --drive-server-side-across-configs --rc --rc-addr="localhost:5572" -v --ignore-existing --tpslimit 3 --transfers 3 --drive-chunk-size 32M --drive-acknowledge-abuse --log-file=log_rclone.txt "/home/user/media/" "dst011:" & >> Let us go dst011: 19:47:10 dst011: 510GB Done @ 245.282449MB/s | checks: 2125 files
In this case the downtime is low, but sometimes it takes much longer (I've seen up to an hour). The log_rclone.txt returns the following error:
log_rclone.txt
2020/06/10 19:47:00 Failed to start remote control: start server failed: listen tcp 127.0.0.1:5572: bind: address already in use
I'm running Ubuntu Server 20.04 LTS with the latest rclone:
user@server:~$ rclone --version rclone v1.52.0 - os/arch: linux/amd64 - go version: go1.14.3
I am having this same problem and would love to know if someone is possibly working on a solution.
I'm running the following command:
and every once in a while it can't start a new remote because of the following errors:
In this case the downtime is low, but sometimes it takes much longer (I've seen up to an hour). The
log_rclone.txt
returns the following error:I'm running Ubuntu Server 20.04 LTS with the latest rclone: