Steps to replicate the issue (include links if applicable):
- created a bot password
- got a login token by querying
- requested for login using that token
- created code cat.js. which is here: https://github.com/MarufHasan24/wikipedia/blob/main/cat.js (I've changed password here)
What happens?:
I've used botPassword before for some repetitive edits, but For a few days I can't login using it. It showing "Your session most likely timed out" like:
Getting CSRF token...
Logging in...
Getting login token...
Login token: 37bf6579bf3072aa3f37b1ece07b5608658a55bf+\
body
{
login: {
result: 'Failed',
reason: 'Unable to continue login. Your session most likely timed out.'
}
}What should have happened instead?:
Where it logged in smoothly before.
Software version (skip for WMF-hosted wikis like Wikipedia): MediaWiki version: ≥ 1.17
Other information (browser name/version, screenshots, etc.): Node v21.2.0, request: ^2.88.2