mediagis / nominatim-docker

100% working container for Nominatim
Creative Commons Zero v1.0 Universal
1.07k stars 437 forks source link

curl: (5) getaddrinfo() thread failed to start #455

Closed MALKARAJ closed 10 months ago

MALKARAJ commented 1 year ago

curl: (5) getaddrinfo() thread failed to start

Desktop / Server (please complete the following information):

curl_issue

MALKARAJ commented 1 year ago

getting this error kindly let me know

MALKARAJ commented 1 year ago

Hi @mtmail sorry to ping to directly is this commonly occuring one or rare

leonardehrenfried commented 1 year ago

Sounds like something is wrong with your network stack inside the container.

You could try to debug by doing a curl https://www.google.com inside the container.

MALKARAJ commented 1 year ago

Sounds like something is wrong with your network stack inside the container.

You could try to debug by doing a curl https://www.google.com inside the container.

both docker image is deployed in same machine mediagis/nominatim:4.0 works but mediagis/nominatim:4.2 doesnt work getting curl error

mtmail commented 1 year ago

is this commonly occuring one or rare

Rare, I've only seen it once. Try ping and traceroute against the download.geofabrik.de domain, too. Maybe they block network access from your location or IP address.

MALKARAJ commented 1 year ago

is this commonly occuring one or rare

Rare, I've only seen it once. Try ping and traceroute against the download.geofabrik.de domain, too. Maybe they block network access from your location or IP address.

ping to download.geofabrik.de domain is working outiside the docker container on the same machine, but iniside it is not working

acpguedes commented 1 year ago

I'm falling in to the same problem.

image

The connection are ok, the error is the 403 forbidden

image

Anyway, I tried to do this locally and still getting 403

mtmail commented 1 year ago

@acpguedes Your screenshot doesn't show "curl: (5) getaddrinfo() thread failed to start", so it's a different problem. Set a user agent that identifies you, see https://github.com/mediagis/nominatim-docker/issues/420