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

Location Service error: could not resolve host #823

Open
gavinrozzi opened this issue Aug 22, 2024 · 1 comment
Open

Location Service error: could not resolve host #823

gavinrozzi opened this issue Aug 22, 2024 · 1 comment

Comments

@gavinrozzi
Copy link

I am trying to use the Location Service using paws. I specified the region us-east-1 in my environment variables. When I try to use anything from the service I get the error:

Error in curl::curl_fetch_memory(url, handle = handle) : Could not resolve host:

The following R code generates this error:

location <- paws::locationservice()

location$search_place_index_for_text(
  IndexName = "HereIndex",
  Text = "[Address Redacted]",
  MaxResults = 1
)

Running the above results in:

Error in curl::curl_fetch_memory(url, handle = handle) : Could not resolve host: geo.us-east-1.amazonaws.com

@DyfanJones
Copy link
Member

@gavinrozzi can you include paws.common version please :)

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

2 participants