Skip to content

Instantly share code, notes, and snippets.

@priyankajayaswal1
Created April 11, 2015 19:04
Show Gist options
  • Save priyankajayaswal1/173edbc8ba999ffeeddd to your computer and use it in GitHub Desktop.
Save priyankajayaswal1/173edbc8ba999ffeeddd to your computer and use it in GitHub Desktop.
➜ 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