i am getting this error "failed to connect to nominatim.openstreetmap.org/2001:630:12:500:ec4:7aff:fe66:96d2 (port 443) after 10000ms" asked 15 Mar '18, 15:43 loki218 aseerel4c26 ♦
showing 5 of 6
show 1 more comments
|
Please make sure you are following the Nominatim Usage Policy: https://operations.osmfoundation.org/policies/nominatim/ Clients that break this policy are likely to be blocked. answered 21 Mar '18, 09:59 Richard ♦ we are following all policies. and not receiving 'blocked' kind of error. Is the use of IPv6 is mandatory?
(26 Mar '18, 09:44)
vrushali123
|
That message suggests that you're actually using IPV6, whether you are intending to or not. You're getting a hard fail after 10 seconds, not a "go away" message. I'd suggest the routing / name resolution settings etc. at your end are the problem. However, as Richard says, it's definitely worth asking yourself whether nominatim.openstreetmap.org is what you should be pointing an app at. Why did you choose that instead of another nominatim provider? answered 26 Mar '18, 11:30 SomeoneElse ♦ so should i ask my server team to make it IPv6? we need latitude and longitude details as per city ,state and country hence we are using nominatim.openstreetmap.org. Please suggest what else I can use.
(27 Mar '18, 06:40)
vrushali123
2
No, you should ask them to find out why it's not working. Start with name resolution, and ask them why is it trying to go ipv6 not ipv4? Then look at routing (off your internal network) and firewalls etc.
(27 Mar '18, 08:54)
SomeoneElse ♦
|
Where exactly did you get this error message?
getting the same error
Using below URL for curl call
http://nominatim.openstreetmap.org/search?format=json&q=
any idea what does it mean?
Works fine here. Please provide more information. Are you using IPv6?
we are using IPv4
Please try to answer my first question. Is this coming from a specific app? Or your browser? A library?
we have an application where we are using OSM APIs with curl call for location details. And getting error with previously mentioned API call