delete.py keeps asking for the bot's password on every edit:
```
jesus@charmander:~/git/mediawiki/pywikibot/core> python pwb.py scripts/delete.py -family:wikidex -cat:"Sprites de MTs" -titleregex:"MT[0-9][0-9].png" -summary:"Se deben usar los sprites de MT por tipo, no número" -v -debug
WARNING: /home/jesus/git/mediawiki/pywikibot/core/pywikibot/version.py:100: DeprecationWarning: pywikibot.version.getversion_svn is deprecated; use getversion_svn_setuptools instead.
(tag, rev, date, hsh) = vcs_func(_program_dir)
WARNING: /home/jesus/git/mediawiki/pywikibot/core/pywikibot/version.py:248: DeprecationWarning: pywikibot.version.svn_rev_info is deprecated; use getversion_svn_setuptools instead.
tag, rev, date = svn_rev_info(_program_dir)
Pywikibot r343f1bbfdabbbc182e97bea31b2c5d8c6af44b79
Python 2.7.8 (default, Sep 30 2014, 15:34:38) [GCC]
Found 1 wikidex:es processes running, including this one.
Working on u'Archivo:MT48.png'
>>> Archivo:MT48.png <<<
Do you want to delete [[es:Archivo:MT48.png]]? ([y]es, [N]o, [a]ll): y
Password for user PoryBot on wikidex:es (no characters will be shown):
Logging in to wikidex:es as PoryBot
Should be logged in now
WARNING: /home/jesus/git/mediawiki/pywikibot/core/pywikibot/data/api.py:2348: DeprecationWarning: Instead of using kwargs from Request.__init__, parameters for the request to the API should be added via the "parameters" parameter.
kwargs = self.request_class.clean_kwargs(kwargs)
WARNING: /home/jesus/git/mediawiki/pywikibot/core/pywikibot/tools/ip.py:78: DeprecationWarning: ipaddress backport not available.
WARNING: /home/jesus/git/mediawiki/pywikibot/core/pywikibot/tools/ip.py:79: DeprecationWarning: page.ip_regexp is deprecated; use tools.ip.is_IP instead.
if ip_regexp.match(IP) is None:
Working on u'Archivo:MT49.png'
>>> Archivo:MT49.png <<<
Do you want to delete [[es:Archivo:MT49.png]]? ([y]es, [N]o, [a]ll): y
Password for user PoryBot on wikidex:es (no characters will be shown):
User quit DeletionRobot bot run...
1 pages read
0 pages written
Execution time: 19 seconds
Read operation time: 19 seconds
Script terminated by exception:
ERROR: QuitKeyboardInterrupt:
Dropped throttle(s).
Closing network session.
Network session closed.
```
I even tried to just hit "enter" without filling the password, and the bot deleted the page without problems! so it's obviously logged in. I started doing so for a while, but after 5 logins or so the account was throttled and I'm now unable to make further edits. Great.
I haven't updated pywikibot for months, since it was working as I needed, but then I needed to use -cat along with -titleregex, which was added in october, so I updated it to master.
I'm not sure if the problem is only with delete.py, all scripts are broken, or is a problem with my configuration, which I don't discard because I had a hard time installing the "requests" python module that either wasn't required before or I had an older version that already worked