[Pywikipedia-bugs] [Maniphest] [Commented On] T243794: AttributeError: 'Family' object has no attribute '_userinfo' when using Pywikibot

2020-03-19 Thread gerritbot
gerritbot added a comment. Change 572484 **merged** by jenkins-bot: [pywikibot/core@master] [bugfix] Use site.userinfo getter instead of site._userinfo within api https://gerrit.wikimedia.org/r/572484 TASK DETAIL https://phabricator.wikimedia.org/T243794 EMAIL PREFERENCES https://

[Pywikipedia-bugs] [Maniphest] [Commented On] T243794: AttributeError: 'Family' object has no attribute '_userinfo' when using Pywikibot

2020-02-16 Thread gerritbot
gerritbot added a comment. Change 572484 had a related patch set uploaded (by Xqt; owner: Xqt): [pywikibot/core@master] [bugfix] Use site.userinfo getter instead of site._userinfo within api https://gerrit.wikimedia.org/r/572484 TASK DETAIL https://phabricator.wikimedia.org/T243794

[Pywikipedia-bugs] [Maniphest] [Commented On] T243794: AttributeError: 'Family' object has no attribute '_userinfo' when using Pywikibot

2020-02-08 Thread gerritbot
gerritbot added a comment. Change 571001 **merged** by jenkins-bot: [pywikibot/core@master] [bugfix] always use Site.userinfo in favour of Site._userinfo https://gerrit.wikimedia.org/r/571001 TASK DETAIL https://phabricator.wikimedia.org/T243794 EMAIL PREFERENCES https://phabricat

[Pywikipedia-bugs] [Maniphest] [Commented On] T243794: AttributeError: 'Family' object has no attribute '_userinfo' when using Pywikibot

2020-02-08 Thread gerritbot
gerritbot added a comment. Change 571001 had a related patch set uploaded (by Xqt; owner: Xqt): [pywikibot/core@master] [bugfix] always use Site.userinfo in favour of Site._userinfo https://gerrit.wikimedia.org/r/571001 TASK DETAIL https://phabricator.wikimedia.org/T243794 EMAIL PRE

[Pywikipedia-bugs] [Maniphest] [Commented On] T243794: AttributeError: 'Family' object has no attribute '_userinfo' when using Pywikibot

2020-02-04 Thread Pasleim
Pasleim added a comment. I experience the same problem as Zoranzoki21 since January 23. TASK DETAIL https://phabricator.wikimedia.org/T243794 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Pasleim Cc: Pasleim, Xqt, Huji, Aklapper, Zoranzoki21, py

[Pywikipedia-bugs] [Maniphest] [Commented On] T243794: AttributeError: 'Family' object has no attribute '_userinfo' when using Pywikibot

2020-02-02 Thread Zoranzoki21
Zoranzoki21 added a comment. I still have this problem, this isn't nice. kizule@kizule-laptop:~/Desktop/development/pywikibot-core$ python pwb.py patrol -usercontribs:Orion1964 -ask Processing user: Orion1964 Newpages: Loading Корисник:Zoranzoki21/patrol_whitelist Traceb

[Pywikipedia-bugs] [Maniphest] [Commented On] T243794: AttributeError: 'Family' object has no attribute '_userinfo' when using Pywikibot

2020-01-28 Thread Huji
Huji added a comment. I think `has_right()` should first check that `logged_in()` returns `true` and only then return `right.lower() in self._userinfo['rights']` TASK DETAIL https://phabricator.wikimedia.org/T243794 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/email

[Pywikipedia-bugs] [Maniphest] [Commented On] T243794: AttributeError: 'Family' object has no attribute '_userinfo' when using Pywikibot

2020-01-27 Thread Zoranzoki21
Zoranzoki21 added a comment. In T243794#5835480 , @Xqt wrote: > Probably you aren’t logged in? Try login.py first. > Anyway this is not an appropriate behaviour and must be fixed I think that something is wrong with patrol.py, as d

[Pywikipedia-bugs] [Maniphest] [Commented On] T243794: AttributeError: 'Family' object has no attribute '_userinfo' when using Pywikibot

2020-01-27 Thread Zoranzoki21
Zoranzoki21 added a comment. I tried now updating requirements, but this still happens: kizule@kizule-laptop:~/Desktop/development/pywikibot-core$ pip check launchpadlib 1.10.7 requires testresources, which is not installed. requests-oauthlib 1.3.0 has requirement oauthlib>=3.0.0