You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, on my co-workers computer (mac OS, same aws-sdk version) calling sqs.sendMessage resulted in an error Error: connect EHOSTDOWN 169.254.169.254:80, it looked very similar to this one: aws/aws-sdk-js#2038
I thought maybe aws-sdk tries to do some authentication request to the sqs server but I saw no requests being made to the test sqs http server. I was unable to reproduce on my machine. My co-worker confirmed he was authenticated with a working AWS profile and tried again, but received another EHOSTDOWN error
The text was updated successfully, but these errors were encountered:
Hi again, I was using the server module on my machine (arch linux) and was able to get everything to work OK using the following code (example code)
However, on my co-workers computer (mac OS, same aws-sdk version) calling
sqs.sendMessage
resulted in an errorError: connect EHOSTDOWN 169.254.169.254:80
, it looked very similar to this one: aws/aws-sdk-js#2038I thought maybe aws-sdk tries to do some authentication request to the sqs server but I saw no requests being made to the test sqs http server. I was unable to reproduce on my machine. My co-worker confirmed he was authenticated with a working AWS profile and tried again, but received another EHOSTDOWN error
The text was updated successfully, but these errors were encountered: