Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iamy sporadically fail with errors. #75

Open
apetrenko-TA opened this issue Mar 5, 2021 · 3 comments
Open

iamy sporadically fail with errors. #75

apetrenko-TA opened this issue Mar 5, 2021 · 3 comments

Comments

@apetrenko-TA
Copy link

apetrenko-TA commented Mar 5, 2021

Iamy sporadically fail with error:

Error fetching S3 data: Error listing buckets: Error while getting details for S3 bucket bucketname: RequestError: send request failed
caused by: Get https://s3.us-west-2.amazonaws.com/bucketname?location=: dial tcp: lookup s3.us-west-2.amazonaws.com: no such host286 <nil>

It failing all the time with errors on different bucket.
looks like it is throttling from amazon side.

Iamy version v2.3.2

@patrobinson
Copy link
Contributor

@apetrenko-TA this is a DNS resolution error and indicates a low level network error that's not related to iamy.
I suggest checking what DNS server you have configured and trying an alternative (8.8.8.8 or 1.1.1.1)

@sfdc-slumos
Copy link

Running into this too. It seemed to start around the time this issue was opened, but I'm only getting around to digging deeper.

I get this error on every run, always on GetLocation for some S3 bucket that changes each run. It seems to always occur after 500-600 lines of output from --debug.

So far I've tried setting DNS to 1.1.1.1 and 8.8.8.8 and even adding s3.amazonaws.com to /etc/hosts.

@sfdc-slumos
Copy link

Tried on an EC2 instance and it worked on the first try. Maybe macOS issue? @apetrenko-TA?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants