User Details
User Details
- User Since
- Oct 10 2014, 6:11 PM (451 w, 6 d)
- Availability
- Available
- LDAP User
- Nirvanchik
- MediaWiki User
- Нирваньчик [ Global Accounts ]
Feb 5 2023
Feb 5 2023
Nirvanchik added a comment to T284577: Cannot login to private wiki using BotPassword.
I found a hotfix (workaround) that helped me to log in:
Nirvanchik added a comment to T284577: Cannot login to private wiki using BotPassword.
So it crashes while getting new token:
Nirvanchik added a comment to T284577: Cannot login to private wiki using BotPassword.
In my case it tries to login without token (may be it relies that cookies may be available?) and fails.
Nirvanchik added a comment to T284577: Cannot login to private wiki using BotPassword.
Wow. The problem I was writing about is handled already with using try-except.
Nirvanchik added a comment to T284577: Cannot login to private wiki using BotPassword.
This is where pywikibot is making request.
Nirvanchik added a comment to T284577: Cannot login to private wiki using BotPassword.
user-config.py, user-password.py are configured, wiki family class is generated.
Nirvanchik added a comment to T284577: Cannot login to private wiki using BotPassword.
I also suffer of this problem :(
May 5 2020
May 5 2020
Nirvanchik added a comment to T202949: Compile the frequently used webpage design snippets for Tools authors.
Hi!
As for me, I am newbie here and searching hard for an existing tool (Python/Flask, access to wiki database, html + json REST API) to use it as an ideal example to copy-paste everything.