You are not logged in.
- Topics: Active | Unanswered
Announcement
Please create new topics on the new site at community.openstreetmap.org. We expect the migration of data will take a few weeks, you can follow its progress here.***
Pages: 1
#1 2008-07-11 18:54:49
- Tommy
- Member
- Registered: 2008-07-11
- Posts: 7
Osmxapi download fails
Is there a problem with osmxapi or do I input the wrong command, check this:
C:\build\OSM>wget http://osmxapi.hypercube.telascience.org:80/api/0.5/way[bbox=53.42,24,57,16.25] -O test.osm
--21:52:10-- http://osmxapi.hypercube.telascience.or … 7,16.25%5D
=> `test.osm'
Connecting to osmxapi.hypercube.telascience.org:80... connected!
HTTP request sent, awaiting response... 200 OK
Length: unspecified [html/xml]
0K ->
21:52:42 (1.23 B/s) - `test.osm' saved [38]
test.osm:
<?xml version='1.0' standalone='no'?>
So not much being fetched, sometimes I get the full header, but still no data.
Does the same command work for someone else? Same problem with this command:
wget -O uae.osm "http://osmxapi.hypercube.telascience.org:80/api/0.5/*[bbox=53.42,24,57,16.25]"
All using the commandline in windows vista
Last edited by Tommy (2008-07-11 19:40:20)
Offline
#2 2008-07-12 09:15:42
- mote
- Member
- Registered: 2008-07-12
- Posts: 1
Re: Osmxapi download fails
There appears to be a server error. After 26s the server disconnects with a HTTP 501 message. See also my 'curl' trace below. I wonder how to get into contact with server administrator...?
------ 8< ------
curl -v -g http://osmxapi.hypercube.telascience.org/api/0.5/*[bbox=8.6133,49.3826,8.7008,49.4396] -o test.osm
* About to connect() to osmxapi.hypercube.telascience.org port 80 (#0)
* Trying 137.110.119.130... connected
* Connected to osmxapi.hypercube.telascience.org (137.110.119.130) port 80 (#0)
> GET /api/0.5/*[bbox=8.6133,49.3826,8.7008,49.4396] HTTP/1.1
> User-Agent: curl/7.16.3 (powerpc-apple-darwin9.0) libcurl/7.16.3 OpenSSL/0.9.7l zlib/1.2.3
> Host: osmxapi.hypercube.telascience.org
> Accept: */*
>
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- 0:00:26 --:--:-- 0< HTTP/1.1 501 Internal Server Error
< Date: Sat, 12 Jul 2008 08:07:45 GMT
< Server: Apache/2.2.3 (Debian) DAV/2 SVN/1.4.2 mod_python/3.2.10 Python/2.4.4 PHP/5.2.0-8+etch11
< Content-Length: 0
< Connection: close
< Content-Type: text/html; charset=UTF-8
<
0 0 0 0 0 0 0 0 --:--:-- 0:00:26 --:--:-- 0* Closing connection #0
Offline
#3 2008-07-12 12:59:43
- Lambertus
- Inactive

- From: Apeldoorn (NL)
- Registered: 2007-03-17
- Posts: 3,269
- Website
Re: Osmxapi download fails
I believe the server admin is crschmidt and he hangs around in the talk IRC channel most of the times.
Mapping tools: Garmin GPSmap 60CSx, Giant Terrago 2002
Offline
#4 2008-07-18 01:21:06
- Tommy
- Member
- Registered: 2008-07-11
- Posts: 7
Re: Osmxapi download fails
Still doesn't seem to work, very annoying. Ended up making a perl script that fetches over 800 submaps via the OSM api and merges them using osmosis to cover the area I'm interested in. Anyone else having any luck using osmxapi?
Command used is:
wget -O uae.osm http://osmxapi.hypercube.telascience.org:80/api/0.5/*[bbox=53.42,24,57,26.25]
Offline
#5 2008-07-21 21:36:54
- jamjar2906
- Member
- Registered: 2008-07-21
- Posts: 1
Re: Osmxapi download fails
Still not working here, keep getting 501 errors. I've tried reducing the bounding box significantly, but it doesn't seem to make any difference.
Offline
#6 2008-11-22 00:35:46
- Jochen Riehm
- Member
- Registered: 2008-11-21
- Posts: 18
Re: Osmxapi download fails
I am also getting 501 errors after the waiting period, using Composer and different xapi-addresses. api gives me 403 errors after downloading some submaps so this doesn't work either?
Has anybody figured out what the problem is? The last post in this thread is some months old.
Offline
#7 2008-11-22 01:31:08
- emj
- Member
- From: .se (59.3N17.99E) 0735969076
- Registered: 2006-06-18
- Posts: 949
Re: Osmxapi download fails
Basically: shit happens sometimes, it doesn't always work. The garmin tools should use planet.osm instead.
answered in your other thread.
http://forum.openstreetmap.org/viewtopi … 155#p11155
Offline
Pages: 1