Xqt created this task. Xqt added a subscriber: Xqt. Xqt added a project: pywikibot-core. Restricted Application added subscribers: Aklapper, pywikipedia-bugs.
TASK DESCRIPTION ``` Waiting for 60 seconds,
Loading the allowed licenses...
No additional settings found! <<
Skipping the files uploaded less than 60 seconds ago.. 05 Apr 2015 13:23:40 (UTC ) Traceback (most recent call last): File "C:\pwb\core\pwb.py", line 213, in <module> run_python_file(filename, argv, argvu, file_package) File "C:\pwb\core\pwb.py", line 82, in run_python_file main_mod.__dict__) File ".\scripts\checkimages.py", line 1845, in <module> main() File ".\scripts\checkimages.py", line 1832, in main if Bot.checkStep(): File ".\scripts\checkimages.py", line 1608, in checkStep (license_found, hiddenTemplateFound) = self.smartDetection() File ".\scripts\checkimages.py", line 1351, in smartDetection self.templateInList() File ".\scripts\checkimages.py", line 1293, in templateInList template.pageAPInfo() AttributeError: 'Page' object has no attribute 'pageAPInfo' <type 'exceptions.AttributeError'> CRITICAL: Waiting for 1 network thread(s) to finish. Press ctrl-c to abort ```
TASK DETAIL https://phabricator.wikimedia.org/T95306
REPLY HANDLER ACTIONS Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign <username>.
EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/
To: Xqt Cc: pywikipedia-bugs, Xqt, Aklapper, jayvdb
XZise added a subscriber: XZise. XZise added a comment.
It appears that `pageAPInfo` was in there from the beginning of the script in the core repository (https://phabricator.wikimedia.org/rPWBCad8e28c2fefae0d005bc20c87381525876618...) and there seems to be no representation of that compat feature in core.
TASK DETAIL https://phabricator.wikimedia.org/T95306
REPLY HANDLER ACTIONS Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign <username>.
EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/
To: XZise Cc: XZise, Xqt, Aklapper, jayvdb, pywikipedia-bugs
Xqt added a comment.
a second bug with url2link method:
No additional settings found! <<
Skipping the files uploaded less than 60 seconds ago.. 07 Apr 2015 16:22:56 (UTC ) Pfarrhaussuderburg.jpg has only text and not the specific license... @@ -0,0 +1 @@ + {{Dateiüberprüfung}}
Bot: Markiere mit {{[[Wikipedia:Dateiüberprüfung/Anleitung|DÜP]]}}, da keine Liz enzvorlage gefunden - bitte nicht entfernen, Informationen bald auf der Benutzer diskussion des Uploaders. Sleeping for 12.8 seconds, 2015-04-07 18:23:02 Page [[Datei:Pfarrhaussuderburg.jpg]] saved Traceback (most recent call last): File "C:\pwb\core\pwb.py", line 213, in <module> run_python_file(filename, argv, argvu, file_package) File "C:\pwb\core\pwb.py", line 82, in run_python_file main_mod.__dict__) File ".\scripts\checkimages.py", line 1843, in <module> main() File ".\scripts\checkimages.py", line 1830, in main if Bot.checkStep(): File ".\scripts\checkimages.py", line 1643, in checkStep smwl) File ".\scripts\checkimages.py", line 681, in report resPutMex = self.tag_image(unver) File ".\scripts\checkimages.py", line 756, in tag_image luser = pywikibot.url2link(nick, self.site, self.site) File "C:\pwb\core\pywikibot\tools__init__.py", line 1161, in __getattr__ return getattr(self._module, attr) AttributeError: 'module' object has no attribute 'url2link' <type 'exceptions.AttributeError'> CRITICAL: Waiting for 1 network thread(s) to finish. Press ctrl-c to abort
TASK DETAIL https://phabricator.wikimedia.org/T95306
REPLY HANDLER ACTIONS Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign <username>.
EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/
To: Xqt Cc: XZise, Xqt, Aklapper, jayvdb, pywikipedia-bugs
Xqt changed the title from "Wrong Page.APInfo() method in checkimages.py" to "Wrong methods used in checkimages.py". Xqt raised the priority of this task from "Normal" to "High". Xqt set Security to None.
TASK DETAIL https://phabricator.wikimedia.org/T95306
REPLY HANDLER ACTIONS Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign <username>.
EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/
To: Xqt Cc: XZise, Xqt, Aklapper, jayvdb, pywikipedia-bugs
gerritbot added a subscriber: gerritbot. gerritbot added a comment.
Change 202428 had a related patch set uploaded (by XZise): [FIX] BasePage: Implement pageAPInfo from compat
https://gerrit.wikimedia.org/r/202428
TASK DETAIL https://phabricator.wikimedia.org/T95306
REPLY HANDLER ACTIONS Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign <username>.
EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/
To: gerritbot Cc: gerritbot, XZise, Xqt, Aklapper, jayvdb, pywikipedia-bugs
gerritbot added a project: Patch-For-Review.
TASK DETAIL https://phabricator.wikimedia.org/T95306
REPLY HANDLER ACTIONS Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign <username>.
EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/
To: gerritbot Cc: gerritbot, XZise, Xqt, Aklapper, jayvdb, pywikipedia-bugs
gerritbot added a comment.
Change 202428 merged by jenkins-bot: [FIX] BasePage: Implement pageAPInfo from compat
https://gerrit.wikimedia.org/r/202428
TASK DETAIL https://phabricator.wikimedia.org/T95306
REPLY HANDLER ACTIONS Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign <username>.
EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/
To: gerritbot Cc: gerritbot, XZise, Xqt, Aklapper, jayvdb, pywikipedia-bugs
gerritbot added a comment.
Change 202438 had a related patch set uploaded (by XZise): [FEAT] page: Port url2link from compat
https://gerrit.wikimedia.org/r/202438
TASK DETAIL https://phabricator.wikimedia.org/T95306
REPLY HANDLER ACTIONS Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign <username>.
EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/
To: gerritbot Cc: gerritbot, XZise, Xqt, Aklapper, jayvdb, pywikipedia-bugs
jayvdb added a subscriber: jayvdb. jayvdb added a comment.
url2link is https://phabricator.wikimedia.org/T75017
TASK DETAIL https://phabricator.wikimedia.org/T95306
REPLY HANDLER ACTIONS Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign <username>.
EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/
To: jayvdb Cc: jayvdb, gerritbot, XZise, Xqt, Aklapper, pywikipedia-bugs
gerritbot added a comment.
Change 203659 had a related patch set uploaded (by XZise): [IMPROV] Don't use deprecated methods in checkimages
https://gerrit.wikimedia.org/r/203659
TASK DETAIL https://phabricator.wikimedia.org/T95306
REPLY HANDLER ACTIONS Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign <username>.
EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/
To: gerritbot Cc: jayvdb, gerritbot, XZise, Xqt, Aklapper, pywikipedia-bugs
gerritbot added a comment.
Change 203659 merged by jenkins-bot: [IMPROV] Don't use deprecated methods in checkimages
https://gerrit.wikimedia.org/r/203659
TASK DETAIL https://phabricator.wikimedia.org/T95306
REPLY HANDLER ACTIONS Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign <username>.
EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/
To: gerritbot Cc: jayvdb, gerritbot, XZise, Xqt, Aklapper, pywikipedia-bugs
Xqt closed this task as "Resolved". Xqt claimed this task.
TASK DETAIL https://phabricator.wikimedia.org/T95306
REPLY HANDLER ACTIONS Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign <username>.
EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/
To: Xqt Cc: jayvdb, gerritbot, XZise, Xqt, Aklapper, pywikipedia-bugs
pywikipedia-bugs@lists.wikimedia.org