-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Description
Not sure if this is on our end (possibly due to rapid account creations) or MediaWiki's, but I just got this error in production (request #346825):
mwoauth-invalid-authorization: The authorization headers in your request are not valid: Nonce already used: [nonce redacted by me]
I don't recall getting this one before, but some query like SELECT * FROM jobqueue WHERE status = 'failed' AND error LIKE 'mwoauth-invalid-authorization%';
should make clear whether this is a one-off or not.
It looks like Pywikibot retries when this happens (https://gerrit.wikimedia.org/r/c/pywikibot/core/+/289582), would doing that in our code be desirable? If so, I can make a PR.
Metadata
Metadata
Assignees
Labels
No labels