Keep Getting "No connection could be made because the target machine actively refused it"

Hi all

i am trying to copy a large (Shared with me) team drive to my team drive using autorclone and i keep getting this message:

Failed to rc: connection failed: Post http://localhost:0123/core/stats: dial tcp [::1]:0123: connectex: No connection could be made because the target machine actively refused it.

i checked the source TD using this command:

rclone --config rclone.conf size --disable ListR src001:

but it outputs:
Total objects: 0
Total size: 0 Bytes (0 Bytes)

no idea why

the destination reads correctly with total objects and size correct

any ideas how to fix this would be appriciated
Thank you all

Not sure I know what autorclone is so not sure how to help.

The error message means that you aren't running rclone probably on the source machine.

The command you listed is a fire once and forget thing as it's just a size command.

If you want to copy with clone, you'd just create the remotes and run a rclone copy source: target:

What rclone version are you running?
What happens when you just run a rclone ls against the remote?