Opened 15 years ago
Closed 15 years ago
#5410 closed defect (fixed)
No user interaction for failed download
Reported by: | stoecker | Owned by: | team |
---|---|---|---|
Priority: | critical | Milestone: | |
Component: | Core | Version: | |
Keywords: | Cc: |
Description
When I try downloading GET http://api.openstreetmap.org/api/0.6/map?bbox=13.7080573,51.0109433,14.055859799999999,51.1604348
I get no data and also no response from josm at all.
Wireshark says that servers says "Error: You requested too many nodes (limit is 50000). Either request a smaller area, or use planet.osm", but this message is no longer displayed.
Attachments (0)
Change History (3)
comment:1 by , 15 years ago
comment:2 by , 15 years ago
Probable reason: The error seems to be sent as gzip-encoded and the error body is not correctly decoded. At least everything works when I replace errorBody by "".
comment:3 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
When I call josm with the URL in commandline I get a very strange error message in tr() which is probably due to trying to translate some binary text.