Modify

Opened 3 years ago

Closed 3 years ago

#5410 closed defect (fixed)

No user interaction for failed download

Reported by: stoecker Owned by: team
Priority: critical 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 Changed 3 years ago by stoecker

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.

comment:2 Changed 3 years ago by stoecker

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 Changed 3 years ago by stoecker

  • Resolution set to fixed
  • Status changed from new to closed

(In [3511]) fix #5410 - server error message hidden from user

Add Comment

Modify Ticket

Change Properties
<Author field>
Action
as closed .
as The resolution will be set. Next status will be 'closed'.
The resolution will be deleted. Next status will be 'reopened'.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.