https://bugzilla.wikimedia.org/show_bug.cgi?id=73019
Bug ID: 73019 Summary: welcome using missing functions Product: Pywikibot Version: core (2.0) Hardware: All OS: All Status: NEW Severity: critical Priority: Unprioritized Component: Other scripts Assignee: Pywikipedia-bugs@lists.wikimedia.org Reporter: jayvdb@gmail.com Web browser: --- Mobile Platform: ---
In addition to the errors in bug 73017, welcome has two other serious coding issues
E:722,20: Class 'User' has no 'getall' member (no-member) E:725,25: Instance of 'WelcomeBot' has no '_parseNewUserLogOld' member (no-member)
It is in a branch of code that needs the -quick parameter to be invoked, and looks like it is trying to a) preload the pages, and b) fallback to an implementation which wasnt ported.