[00:21:56] Change on 12en.wikipedia.org a page Wikipedia:Huggle/Feedback was modified, changed by Patient Zero link https://en.wikipedia.org/w/index.php?diff=1037344496 edit summary: /* Unable to login to wiki: Result returned Aborted NeedToken expected */ re [01:09:15] 10Huggle: Error "Result returned Aborted NeedToken expected" on edit - https://phabricator.wikimedia.org/T288104 (10Chesnaught555) Closing and re-opening the application several times seems to get it to work; however, this is understandably tedious and frustrating. Whether this affect users without BotPasswords,... [11:08:10] 10Huggle: Error "Result returned Aborted NeedToken expected" on edit - https://phabricator.wikimedia.org/T288104 (10Samtar) In true debugging fashion, wiring this up to Visual Studio's debugger to see if I can get //anything useful// has resulted in no instances of the bug at all. 😿 [20:42:43] 10Huggle: Error "Result returned Aborted NeedToken expected" on edit - https://phabricator.wikimedia.org/T288104 (10Petrb) Hello, First of all, regarding the console outputs - these work only in console (--help etc) you won't see any output if you start the application using link from desktop, these switches ar... [20:46:29] 10Huggle: Error "Result returned Aborted NeedToken expected" on edit - https://phabricator.wikimedia.org/T288104 (10Petrb) Now to the bug itself - this is a very old bug that I am trying to fix, which is actually reason why many of debug switches were implemented. I don't really know if it's somewhere in MediaWi... [20:54:26] 10Huggle: Error "Result returned Aborted NeedToken expected" on edit - https://phabricator.wikimedia.org/T288104 (10Petrb) Relogin form itself is triggered by function `Configuration::Logout(WikiSite *site)` which is called on multiple places, mostly when MW returns error code `badtoken` [21:21:49] 10Huggle: Error "Result returned Aborted NeedToken expected" on edit - https://phabricator.wikimedia.org/T288104 (10Petrb) Also I would like to stretch out that Huggle is very specific in its error messages, what you see is product of https://github.com/huggle/huggle3-qt-lx/blob/a57125fca76d1f5daa98896e3a3c00f14...