pelias / docker

Run the Pelias geocoder in docker containers, including example projects.
MIT License
315 stars 218 forks source link

pelias download osm/all is failed #293

Closed MALKARAJ closed 1 year ago

MALKARAJ commented 1 year ago

Hi Team

Describe the bug

i am trying to setup the pelias in remote server in the remote server in that pelias download all/osm command is failing

Expected behavior

download osm data source

Pastebin/Screenshots

Screenshot-issue Screenshot-issue

Additional context trying to setup pelias in the remote server kindly help me to solve this error

missinglink commented 1 year ago

Hi @MALKARAJ I wasn't able to reproduce, the command succeeds on my machine:

curl -L -X GET --silent --fail --remote-name https://s3.amazonaws.com/metro-extracts.nextzen.org/portland_oregon.osm.pbf

It could be that it was an intermittent network issue, please try again now.

yamanlakis-scandinaviatech commented 1 year ago

I encountered this error too, @missinglink can you try without the silent option

curl -L -X GET --fail --remote-name https://s3.amazonaws.com/metro-extracts.nextzen.org/portland_oregon.osm.pfb

it outputs on my machine, it's located in Germany

curl: (22) The requested URL returned error: 403 Forbidden
missinglink commented 1 year ago

It seems that the file is no longer available at this URL, it's not a bug with Pelias.

The solution is either to source a new copy of the metro extract (or one someone saved) or to use a larger extract from another domain, such as https://download.geofabrik.de/north-america/us/oregon.html

missinglink commented 1 year ago

resolved via https://github.com/pelias/docker/pull/309, thanks for the report.