I tried to login a fandom wiki and edit something, but isLoggedIn() returns false after I tried login, without any stderr.
So I debug at HttpActionClient, and the out value is:
<?xml version="1.0"?><api><warnings><main xml:space="preserve">Subscribe to the mediawiki-api-announce mailing list at <https://lists.wikimedia.org/mailman/listinfo/mediawiki-api-announce> for notice of API deprecations and breaking changes.</main><login xml:space="preserve">Fetching a token via "action=login" is deprecated. Use "action=query&meta=tokens&type=login" instead.</login></warnings><login result="NeedToken" token="balabalabalabalabalabalabalabalabalabala+\" /></api>
I tried to login a fandom wiki and edit something, but
isLoggedIn()
returns false after I tried login, without any stderr. So I debug at HttpActionClient, and theout
value is: