Rclone stuck at 0 for hours

What is the problem you are having with rclone?

Earlier today, everything was working fine. I was copying between AWS S3 and Dropbox. However, the transfer stalled and went to 0 when it reached about 50%. Now, all my transfers get stuck at zero. This is not limited to a specific type of transfer.

I tried s3 > dropbox, local > dropbox, local > s3. Nothing appears to work. I ran the same sync commands with --vv as I've seen that often requested here:

What is your rclone version (output from rclone version)

v1.53.3-DEV

Which cloud storage system are you using? (eg Google Drive)

s3 > dropbox, local > s3, local > dropbox

The command you were trying to run (eg rclone copy /tmp remote:tmp)

rclone sync -i yg-s3:bucket/path yg-db:folder/path --progress --auto-confirm -vv

The rclone config contents with secrets removed.

[yg-s3]
type = s3
provider = AWS
env_auth = false
access_key_id = snip
secret_access_key = snip

[yg-db]
type = dropbox
token = {"access_token":"snip","token_type":"bearer","expiry":"0001-01-01T00:00:00Z"}

A log from the command with the -vv flag

rclone sync -i yg-s3:bucket/path yg-db:folder/path --progress --auto-confirm -vv
2021/10/23 01:29:21 DEBUG : rclone: Version "v1.53.3-DEV" starting with parameters ["rclone" "sync" "-i" "yg-s3:bucket/path" "yg-db:tfolder/path" "--progress" "--auto-confirm" "-vv"]
2021/10/23 01:29:21 DEBUG : Using config file from "/home/snip/.config/rclone/rclone.conf"
2021/10/23 01:29:21 DEBUG : Creating backend with remote "yg-s3:bucket/path"
2021/10/23 01:29:21 DEBUG : Creating backend with remote "yg-db:folder/path"
2021-10-23 01:29:22 DEBUG : Dropbox root 'folder/path': Waiting for checks to finish
2021-10-23 01:29:22 DEBUG : Dropbox root 'folder/path': Waiting for transfers to finish
Transferred:             0 / 2.369 GBytes, 0%, 0 Bytes/s, ETA -
Transferred:            0 / 56, 0%
Elapsed time:         0.8s
Transferring:
 *                       part-462f47dd74.parquet: transferring
 *                       part-462fbba3ea.parquet: transferring
Transferred:             0 / 2.369 GBytes, 0%, 0 Bytes/s, ETA -
Transferred:            0 / 56, 0%
Elapsed time:        55.1s
Transferring:
 *                       part-462f47dd74.parquet: transferring
 *                       part-462fbba3ea.parquet: transferring
 *                       part-463aef250b.parquet: transferring
 *                       part-4647f3f753.parquet: transferring

Hi Brandon,

Your version of rclone is pretty old and furthermore seems to have modifications (-DEV).

I therefore recommend you first update to the latest version (1.56.2), you can find the official downloads here: https://rclone.org/downloads/

hello and welcome to the forum,

  • perhaps --interactive is the issue?
  • can you post a debug log,
    --- remove -vv
    --- add log-level=DEBUG --log-file=/path/to/rclone.log, change the path as needed.
    --- post the debug log.

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