ivory-google-map icon indicating copy to clipboard operation
ivory-google-map copied to clipboard

cURL error 6: name lookup timed out

Open Eplumecocq opened this issue 7 years ago • 0 comments

Hi, since few days, I face this issue when calling geocode request.

I got a 500 error : cURL error 6: name lookup timed out (see http://curl.haxx.se/libcurl/c/libcurl-errors.html) When I pass the url in my browser, its returning the good json object response.. Do someone knows how to fix this?

thx in advance

Parameters :

  -address: "lyon--france" // same issue for every addresses
  -components: [
    "country" => "fr"
  ]
  -bound: null
  -region: null
  -language: null
}

Eplumecocq avatar Jan 31 '18 16:01 Eplumecocq