I'm unable to keep operating my bot in translatewiki.net since aprox. November, 5 due to repeat "Nonce already used" errors.
I'm using Pywikibot stable (3a5006da82c4) on Toolforge.
Example error while using pwb login -verbose -debug (although I get the same error with pwb version)
Python 3.13.5 (main, Jun 25 2025, 18:55:22) [GCC 14.2.0]
Found 3 i18n:i18n processes running, including this one.
WARNING: API error mwoauth-invalid-authorization: The authorization headers in your request are not valid: Nonce already used: 34771845544456520691763062872
headers=
{'Date': 'Thu, 13 Nov 2025 19:41:13 GMT', 'Content-Type': 'application/json; charset=utf-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Server': 'cloudflare', 'x-content-type-options': 'nosniff', 'mediawiki-api-error': 'mwoauth-invalid-authorization', 'content-security-policy': "default-src 'self'; script-src 'none'; object-src 'none'", 'x-frame-options': 'DENY', 'content-disposition': 'inline; filename=api-result.json', 'Cache-Control': 'private, must-revalidate, max-age=0', 'x-request-id': '0337e3d5b445ed2bcb13da7b', 'strict-transport-security': 'max-age=31536000; includeSubDomains', 'Content-Encoding': 'gzip', 'cf-cache-status': 'DYNAMIC', 'vary': 'accept-encoding', 'CF-RAY': '99e0beccbfc58c41-EWR'}
ERROR: Retrying failed OAuth authentication for i18n:i18n: The authorization headers in your request are not valid: Nonce already used: 34771845544456520691763062872I've created a new OAuth consumer to get new credentials, but it keeps erroring.
Not sure if this is a translatewiki.net issue only, or if this is caused by the OAuth extension or a bug in the Pywikibot code.
Thanks in advance for your assistance.