https://bugzilla.wikimedia.org/show_bug.cgi?id=71095
JAn Dudík <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #4 from JAn Dudík <[email protected]> --- With patch (161222) it works, but there is also one more bug: When page is created and after moved to new name without leaving redirect, bot crashes. pbb.py -newitem -namespace:0 -lang:cs ... >>> Viktorin Pohl (rozcestník) <<< ERROR: Page [[cs:Viktorin Pohl (rozcestník)]] doesn't exist. Traceback (most recent call last): File "I:\py\rewrite\pywikibot\bot.py", line 1006, in run self.treat(page, item) File "I:\py\rewrite\scripts\newitem.py", line 76, in treat if page.editTime() > self.lastEditBefore: File "I:\py\rewrite\pywikibot\page.py", line 533, in editTime rev = self.latestRevision() File "I:\py\rewrite\pywikibot\page.py", line 396, in latestRevision self.site.loadrevisions(self) File "I:\py\rewrite\pywikibot\site.py", line 2860, in loadrevisions raise NoPage(page) NoPage: Page [[cs:Viktorin Pohl (rozcestnĂk)]] doesn't exist. I:\py\rewrite> -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
