https://bugzilla.wikimedia.org/show_bug.cgi?id=65311
Maarten Dammers <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Maarten Dammers <[email protected]> --- >pwb.py newitem.py -lang:nl -newpages Page age is set to 21 days so only pages created before 2014-10-01T18:33:46 will be considered. Last edit is set to 7 days so only pages last edited before 2014-10-15T18:33:49 will be considered. Retrieving 50 pages from wikipedia:nl. >>> Aanvangsstabiliteit <<< Traceback (most recent call last): File "C:\pywikibot\coredev\pwb.py", line 164, in <module> run_python_file(fn, argv, argvu) File "C:\pywikibot\coredev\pwb.py", line 69, in run_python_file exec(compile(source, filename, "exec"), main_mod.__dict__) File "C:\pywikibot\coredev\scripts\newitem.py", line 141, in <module> main() File "C:\pywikibot\coredev\scripts\newitem.py", line 138, in main bot.run() File "C:\pywikibot\coredev\scripts\newitem.py", line 68, in run item = pywikibot.ItemPage.fromPage(page) File "C:\pywikibot\coredev\pywikibot\page.py", line 3156, in fromPage raise pywikibot.NoPage(i) pywikibot.exceptions.NoPage: Page [[wikidata:-1]] doesn't exist. <class 'pywikibot.exceptions.NoPage'> CRITICAL: Waiting for 1 network thread(s) to finish. Press ctrl-c to abort Nice, -newpages works, but looks like the bot is completely broken -- 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
