Created
April 11, 2015 19:04
-
-
Save priyankajayaswal1/173edbc8ba999ffeeddd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
➜ pywikibot-core git:(standardize_notes) ✗ python pwb.py scripts/standardize_notes.py -page:'User:Priyanka Jayaswl' | |
The summary message will default to: Robot: Automated reference processing %s | |
Press Enter to use this default message, or enter a | |
description of the changes your bot will make: | |
Traceback (most recent call last): | |
File "pwb.py", line 215, in <module> | |
run_python_file(filename, argv, argvu, file_package) | |
File "pwb.py", line 84, in run_python_file | |
main_mod.__dict__) | |
File "./scripts/standardize_notes.py", line 1140, in <module> | |
main() | |
File "./scripts/standardize_notes.py", line 1136, in main | |
bot.run() | |
File "./scripts/standardize_notes.py", line 986, in run | |
for pl in self.generator: | |
File "/home/innovator/pywikibot-core/pywikibot/pagegenerators.py", line 1576, in PreloadingGenerator | |
for page in generator: | |
TypeError: 'NoneType' object is not iterable | |
<type 'exceptions.TypeError'> | |
CRITICAL: Waiting for 1 network thread(s) to finish. Press ctrl-c to abort | |
➜ pywikibot-core git:(standardize_notes) ✗ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment