Opened 12 years ago
Closed 12 years ago
#8040 closed defect (fixed)
Authorisation fails using reverter plugin for changeset 9544626
Reported by: | Russell E | Owned by: | Upliner |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Plugin reverter | Version: | |
Keywords: | Cc: |
Description (last modified by )
There is something funny about this changeset. It also makes OSM History Viewer break.
I have checked, I am able to edit and upload edits and revert other random changesets I've tried (including ones not done by me) but the above gets some (variable) way through the process before failing with:
Authorisation at the OSM server failed. The server reported the following error: ' '
(PS I have no intention of uploading the revert just yet - I just want a way to visualise the changes.)
Attachments (0)
Change History (3)
comment:1 by , 12 years ago
comment:2 by , 12 years ago
Description: | modified (diff) |
---|
It's just because the reverter plugin has not been updated after the redaction process.
When reverting this changeset, the plugin tries to get this node version:
GET http://api.openstreetmap.org/api/0.6/node/836044817/3
which has been redacted, so the OSM API replies HTTP 403.