Does an error accessing minio need attention?

What is the problem you are having with rclone?

After running rclone, there are two errors, but I do n’t know whether this error has any effect and which directory transmission is affected. From the http address accessed, I do n’t know what is the use of this

What is your rclone version (output from rclone version)

1.51.0

Which OS you are using and how many bits (eg Windows 7, 64 bit)

windows server 2012

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

local->minio

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

rclone copy xxxx

The rclone config contents with secrets removed.

A log from the command with the -vv flag

2020/05/22 09:33:33 ERROR : Attempt 1/3 failed with 3956 errors and: march failed with 3505 error(s): first error: RequestError: send request failed
caused by: Get http://155.1.193.146:9000/gnzy?delimiter=%2F&max-keys=1000&prefix=3844%2F201809%2F30100%2F4367249F810A0F97BD0662DDB478932D%2Farchives%2F: dial tcp 155.1.193.146:9000: connectex: A socket operation was attempted to an unreachable host.
2020/05/22 09:33:33 ERROR : : error reading destination directory: RequestError: send request failed
caused by: Get http://155.1.193.146:9000/gnzy?delimiter=%2F&max-keys=1000&prefix=3844%2F: dial tcp 155.1.193.146:9000: connectex: A socket operation was attempted to an unreachable host.
2020/05/22 09:33:33 ERROR : Attempt 2/3 failed with 2 errors and: RequestError: send request failed
caused by: Get http://155.1.193.146:9000/gnzy?delimiter=%2F&max-keys=1000&prefix=3844%2F: dial tcp 155.1.193.146:9000: connectex: A socket operation was attempted to an unreachable host.
2020/05/22 09:33:33 ERROR : : error reading destination directory: RequestError: send request failed
caused by: Get http://155.1.193.146:9000/gnzy?delimiter=%2F&max-keys=1000&prefix=3844%2F: dial tcp 155.1.193.146:9000: connectex: A socket operation was attempted to an unreachable host.
2020/05/22 09:33:33 ERROR : Attempt 3/3 failed with 2 errors and: RequestError: send request failed
caused by: Get http://155.1.193.146:9000/gnzy?delimiter=%2F&max-keys=1000&prefix=3844%2F: dial tcp 155.1.193.146:9000: connectex: A socket operation was attempted to an unreachable host.
2020/05/22 09:33:33 Failed to copy with 2 errors: last error was: RequestError: send request failed
caused by: Get http://155.1.193.146:9000/gnzy?delimiter=%2F&max-keys=1000&prefix=3844%2F: dial tcp 155.1.193.146:9000: connectex: A socket operation was attempted to an unreachable host.

That means you had a network error connecting to the remote server. You can re-run it as it definitely failed to copy that file.

Is this directory 3844%2F201809%2F30100%2F4367249F810A0F97BD0662DDB478932D%2Farchives%2F

I would just re-run the copy and grab a full log.

For large-scale file transfers, this is a time-consuming task,What does this http interface http://155.1.193.146:9000/gnzy?delimiter=%2F&max-keys=1000&prefix=3844%2F get?

It shouldn't recopy existing files on a copy so it would not be time consuming as it would copy what was missed and skip the others.

With that snippet of a log, I'm not sure what file was missed other than you had a networking error.

I added a parameter that ignores existing files, but sometimes copy still reports errors related to connection timeouts, and I do n’t know if I should rerun this task

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