Error RequestError: send request failed

What is the problem you are having with rclone?

When I transferred from OCI compute to object storage with rclone, I got an "error RequestError: send request failed" error.
Compute and object storage are separate regions.
Please tell me how to resolve.

Run the command 'rclone version' and share the full output of the command.

Intel/AMD-64Bit Linux Version "v1.60.1"

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

OCI ObjectStorage

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

rclone lsd -vv test07:

The rclone config contents with secrets removed.

type = s3
provider = Other
acl = private
region = ***
endopoint = ***
access_key_id = ***
secret_access_key = ***

A log from the command with the -vv flag

Paste  log hereDEBUG : rclone: Version "v1.60.1" starting with parameters ["rclone" "lsd" "-vv" "test06:"]
DEBUG : Creating backend with remote "test06:"
DEBUG : Using config file from "/root/.config/rclone/rclone.conf"
DEBUG : pacer: low level retry 1/2 (error RequestError: send request failed
caused by: Get "https://***.compat.objectstorage.***.oraclecloud.com/": dial tcp ***.***.***.*:***: i/o timeout)
DEBUG : pacer: Rate limited, increasing sleep to 10ms
DEBUG : pacer: low level retry 2/2 (error RequestError: send request failed
caused by: Get "https://***.compat.objectstorage.***.oraclecloud.com/": dial tcp ***.***.***.*:***: i/o timeout)
DEBUG : pacer: Rate limited, increasing sleep to 20ms
ERROR : : error listing: RequestError: send request failed
caused by: Get "https://***.compat.objectstorage.***.oraclecloud.com/": dial tcp ***.***.***.*:***: i/o timeout)
DEBUG : 2 go routines active
Failed to lsd with 2 errors: last error was: RequestError: send request failed
caused by: Get "https://***.compat.objectstorage.***.oraclecloud.com/": dial tcp ***.***.***.*:***: i/o timeout)

Hi tomo,

This indicates missing/unstable network connection between your client and the server.

Are you able to ping the server?

Thank you ole,

can't ping
Do I need to make any settings in the destination region?

I don't know, I have no experience with OCI (Oracle Cloud Infrastructure) and doubt you get an answer in this forum.

I guess you will get better/quicker advice by asking in this forum:
https://community.oracle.com/customerconnect/categories/oci-cloud-infrastructure-general

Seems like the important part of you question is that you are unable to ping/connect to your OCI Storage from another OCI Compute region.

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