Opened 17 months ago
Closed 17 months ago
#7147 closed defect (fixed)
Downloading from Overpass API borked
| Reported by: | NE2 | Owned by: | team |
|---|---|---|---|
| Priority: | major | Component: | Core |
| Version: | Keywords: | ||
| Cc: |
Description
I can no longer download from the Overpass API. When I try to download
http://www.overpass-api.de/api/xapi?*[@meta][ref=*][highway=*][bbox=-82.7991486,28.1688752,-82.0520782,28.4819700]
it tells me "Cannot open URL because no suitable download task is available." But if I download the file and open it in JOSM, it works. Has something changed, or is this a bug?
Attachments (0)
Change History (5)
comment:1 follow-up: ↓ 3 Changed 17 months ago by Don-vip
comment:2 Changed 17 months ago by Don-vip
- Resolution set to fixed
- Status changed from new to closed
In [4665/josm]:
comment:3 in reply to: ↑ 1 Changed 17 months ago by NE2
- Resolution fixed deleted
- Status changed from closed to reopened
Replying to Don-vip:
My fault, I was thinking "[@meta]" needed to be in the last position. If you try to download http://www.overpass-api.de/api/xapi?*[ref=*][highway=*][bbox=-82.7991486,28.1688752,-82.0520782,28.4819700][@meta] it should work with your version.
Actually it still doesn't.
comment:4 Changed 17 months ago by Don-vip
Even with r4666 ? I checked again right now, both mentioned URLs (with @meta in the middle, and at the end) are perfectly working.
comment:5 Changed 17 months ago by anonymous
- Resolution set to fixed
- Status changed from reopened to closed
Works in r4666; neither had worked in 4550.



My fault, I was thinking "[@meta]" needed to be in the last position. If you try to download http://www.overpass-api.de/api/xapi?*[ref=*][highway=*][bbox=-82.7991486,28.1688752,-82.0520782,28.4819700][@meta] it should work with your version.