[Pywikipedia-bugs] [Maniphest] [Commented On] T248471: login() with retry=True might delete correct password if unknown APIError occurs

2020-10-31 Thread Seppl2013
Seppl2013 added a comment. There is a WARNING: API error readapidenied: You need read permission to use this module. warning with no details on what the API called is. When debugging it reveals that a meta=siteinfo is tried and if that fails a login is performed. This doesn't

[Pywikipedia-bugs] [Maniphest] [Commented On] T248471: login() with retry=True might delete correct password if unknown APIError occurs

2020-10-31 Thread Seppl2013
Seppl2013 added a comment. What is the proper procedure to tell pywikibot the password for login via API ? I am using python # needs patch as outlined in https://phabricator.wikimedia.org/T248471 #self.site.login(password=self.getPassword()) lm =

[Pywikipedia-bugs] [Maniphest] [Commented On] T248471: login() with retry=True might delete correct password if unknown APIError occurs

2020-10-31 Thread Seppl2013
Seppl2013 added a comment. With pywikibot 5.0.0 i have to start all over again ... sigh .. TASK DETAIL https://phabricator.wikimedia.org/T248471 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Seppl2013 Cc: Dvorapa, Xqt, Mpaa, Aklapper,

[Pywikipedia-bugs] [Maniphest] [Commented On] T248471: login() with retry=True might delete correct password if unknown APIError occurs

2020-05-22 Thread Seppl2013
Seppl2013 added a comment. I have tried today with pywikibot>=3.0.20200508 and on my local machine the tests run. I am having some trouble in the travis environment of a project I am using things now - I'll create a separate issue for that. TASK DETAIL