Opened 2 years ago
Closed 2 years ago
#23357 closed defect (worksforme)
Download from Overpass API crashed
| Reported by: | SiiG | Owned by: | SiiG |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Core | Version: | |
| Keywords: | Cc: |
Description (last modified by )
Good morning,
Since this day (Thursday 12/21/2023) I am no longer able to load the data from the following Overpass request:
[out:xml][timeout:25];
{{geocodeArea:Aiguèze, Gard}}->.searchArea;
(
node["highway"](area.searchArea);
node["addr:housenumber"](area.searchArea);
way["highway"](area.searchArea);
relation["type"="associatedStreet"](area.searchArea);
);
(._;>;);
out meta;
Here is the error message:
The overpass-api.de server reported an incorrect request
Error message: line 3: parse error: Unknown type "->"
Are OSM servers under maintenance?
thank you for your reply
Attachments (0)
Change History (5)
comment:1 by , 2 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → needinfo |
comment:4 by , 2 years ago
OK thanks. There must have been a server problem because the query is working again.
You can close this ticket.
comment:5 by , 2 years ago
| Resolution: | → worksforme |
|---|---|
| Status: | needinfo → closed |
May be other software (overpass), but what can I say for sure is that it worksforme.



Thanks for your report, however your ticket is incomplete and therefore not helpful in its current form.
Please add all needed information according to this list:
To ensure that all technical relevant information is contained, create new tickets by clicking in JOSMs Main Menu on Help →
Report Bug.
Remember: This is a generic notice so we don't need to write the same stuff again and again. It may only apply in parts to the specific case!
What is the query string in JOSM? It looks invalid.Edit: never mind, it was just Trac formatting.