AbdealiJK added a comment.
On further analysis, it seems as though this is not the tests fault. en.wikisource has changed how it saves the URL we are testing: https://en.wikisource.org/wiki/Index:Popular_Science_Monthly_Volume_1.djvu Whereas fr and de languages show it in a different way : https://de.wikisource.org/wiki/Index:Musen-Almanach_f%C3%BCr_das_Jahr_1799 The en.wikisource link does not use `prp-pagequality` now, because of which `proofreadpage.py` thinks the cached version is corrupt. Even if the username issue was not there, it would have failed with `ValueError('Missing class="qualityN prp-pagequality-N" or class="new" in: <pagename>.')`. This check happens in `proofreadpage.IndexPage._get_page_mappings()` I'm not sure what needs to be done. Has en.wikisource stopped using the ProofreadPage Extension ? (How do we check this ?) If yes, do we just remove the en.wikisource test ? If not, do we mark it to fail and create a new issue to fix the bot ? TASK DETAIL https://phabricator.wikimedia.org/T128986 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: AbdealiJK Cc: AbdealiJK, Aklapper, Mpaa, jayvdb, pywikibot-bugs-list _______________________________________________ pywikibot-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs
