Opened 2 years ago
Last modified 2 years ago
#23357 closed defect
Download from Overpass API crashed — at Version 2
| 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
Note:
See TracTickets
for help on using tickets.



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.