Modify ↓
Opened 4 years ago
Last modified 3 years ago
#20774 new defect
No recovery when internet connection fails on updating nodes
Reported by: | anonymous | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core | Version: | latest |
Keywords: | Cc: |
Description
When the internet connection fails while JOSM is updating nodes the UI freezes and there is no recovery. The program has to be forcefully terminated.
2021-04-19 09:29:50.433 SEVERE: java.util.concurrent.ExecutionException: org.openstreetmap.josm.io.OsmTransferException: Could not connect to the OSM server. Please check your internet connection.. Cause: org.openstreetmap.josm.io.OsmTransferException: Could not connect to the OSM server. Please check your internet connection.. Cause: java.io.IOException: /192.168.2.1:8080: GOAWAY received. Cause: java.io.IOException: /192.168..2.1:8080: GOAWAY received java.util.concurrent.ExecutionException: org.openstreetmap.josm.io.OsmTransferException: Could not connect to the OSM server. Please check your internet connection. 2021-04-19 09:29:50.437 SEVERE: IO Exception - <html>Failed to upload data to or download data from<br>'https://api.openstreetmap.org/api/0.6/nodes?nodes=2333057551,....
The reason for these internet breakups is (only) my shitty corporate proxy.
Would it be possible to
a) let the UI still react
b) automatically retry 10 seconds later ?
Attachments (0)
Note:
See TracTickets
for help on using tickets.
Might be a duplicate of #20416
I wonder if the real problem here is the "GOAWAY received"?