This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

XAPI : ERROR 503: Service Unavailable.

1

I try to download a part of map with this command wget -O OrryAmiens.osm http://xapi.openstreetmap.org/api/0.6/map?bbox=1.90,49.09,3.12,50.00 and i always have the response : 2011-03-28 11:39:40 ERROR 503: Service Unavailable. Is there something wrong in my query .

asked 28 Mar '11, 10:45

michel60's gravatar image

michel60
46334
accept rate: 0%


2 Answers:

1

Since some time there are problems with the availability of the XAPIs. To see the current status (there is 3 different servers), have a look here: https://wiki.openstreetmap.org/wiki/Platform_Status

answered 28 Mar '11, 11:41

dieterdreist's gravatar image

dieterdreist
3.7k113567
accept rate: 3%

Thanks for your answer Michel

(28 Mar '11, 12:10) michel60

you're welcome. If your question is answered, please mark it answered (click on the check mark so it becomes green).

(28 Mar '11, 12:56) dieterdreist

0

It was a problem on the server because the request is running now with wget 1.11.4b windows wget -O OrryAmiens.osm http://xapi.openstreetmap.org/api/0.6/map?bbox=1.90,49.09,3.12,50.00 and also with curl 721_4 on windows curl -v --retry 3 -g -o OrryParis.osm http://xapi.openstreetmap.org/api/0.6/map?bbox=2.10,48.90,2.70,49.36

Regards

Michel

answered 29 Mar '11, 06:04

michel60's gravatar image

michel60
46334
accept rate: 0%

Source code available on GitHub .