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 gaben)

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

Change History (2)

comment:1 by gaben, 2 years ago

Owner: changed from team to SiiG
Status: newneedinfo

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:

  • The required parts of the Status Report from your JOSM.
  • Describe what behaviour you expected.
  • Describe what did happen instead.
  • Describe if and how the issue is reproducible.
  • Add any relevant information like error messages or screenshots.

To ensure that all technical relevant information is contained, create new tickets by clicking in JOSMs Main Menu on Helpsource:trunk/resources/images/bug.svg 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.

Last edited 2 years ago by gaben (previous) (diff)

comment:2 by gaben, 2 years ago

Description: modified (diff)

edit formatting

Note: See TracTickets for help on using tickets.