Opened 14 years ago
Last modified 8 years ago
#7804 closed defect
Useless(?) OAuth error — at Initial Version
| Reported by: | malenki | Owned by: | team |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | Core | Version: | |
| Keywords: | Cc: |
Description
I keep getting occasionally an error message that OAuth didn't work after my edits were uploaded and the changeset got closed.
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 (1)
by , 14 years ago
| Attachment: | 2012-06-21_180829_scr_josm_auth_error_anon.jpg added |
|---|
Note:
See TracTickets
for help on using tickets.


