You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mwbot's usage of the request library does not create a cookie-jar per MWBot instance. This means that the library re-uses a global cookie jar. Due to this attempting to login multiple times in parallel with separate MWBot instances fails as the session cookies get overwritten by eachother.
The text was updated successfully, but these errors were encountered:
Along the way, also fixes issue reported for MWBot gesinn-it-pub/mwbot#9 which prevent multiple bot instances to login to different accounts, and also seems like a security issue (if two bot instances are used for different wikis, the server of one wiki gets the login credentials used to login to the other wiki.)
In addition, the broken image upload functions are removed. See gesinn-it-pub/mwbot#31
mwbot's usage of the request library does not create a cookie-jar per MWBot instance. This means that the library re-uses a global cookie jar. Due to this attempting to login multiple times in parallel with separate MWBot instances fails as the session cookies get overwritten by eachother.
The text was updated successfully, but these errors were encountered: