Opened 14 years ago
Last modified 8 years ago
#7804 closed defect
Useless(?) OAuth error — at Version 2
| Reported by: | malenki | Owned by: | team |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | Core | Version: | |
| Keywords: | Cc: |
Description (last modified by )
I keep getting occasionally an error message that OAuth didn't work after my edits were uploaded and the changeset got closed.
Following edits and uploads work fine, too.
What is the point in this?
The cli output starting with creating the changeset:
PUT http://api.openstreetmap.org/api/0.6/changeset/create... OK POST http://api.openstreetmap.org/api/0.6/changeset/11970277/upload... OK PUT http://api.openstreetmap.org/api/0.6/changeset/11970277/close... Authorization Required Error body: Couldn't authenticate you org.openstreetmap.josm.io.OsmApiException: ResponseCode=401, Error Body=<Couldnt authenticate you> at org.openstreetmap.josm.io.OsmApi.sendRequest(OsmApi.java:661) at org.openstreetmap.josm.io.OsmApi.sendRequest(OsmApi.java:534) at org.openstreetmap.josm.io.OsmApi.closeChangeset(OsmApi.java:448) at org.openstreetmap.josm.gui.io.UploadPrimitivesTask.realRun(UploadPrimitivesTask.java:295) at org.openstreetmap.josm.gui.PleaseWaitRunnable.doRealRun(PleaseWaitRunnable.java:82) at org.openstreetmap.josm.gui.PleaseWaitRunnable.run(PleaseWaitRunnable.java:145) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source)
Change History (3)
by , 14 years ago
| Attachment: | 2012-06-21_180829_scr_josm_auth_error_anon.jpg added |
|---|
comment:1 by , 14 years ago
| Priority: | normal → minor |
|---|
comment:2 by , 14 years ago
| Description: | modified (diff) |
|---|
Note:
See TracTickets
for help on using tickets.


