https://bugzilla.wikimedia.org/show_bug.cgi?id=58546
Web browser: --- Bug ID: 58546 Summary: Captcha support broken Product: Pywikibot Version: compat (1.0) Hardware: All OS: All Status: NEW Severity: normal Priority: Unprioritized Component: General Assignee: Pywikipedia-bugs@lists.wikimedia.org Reporter: valhallasw@arctus.nl Classification: Unclassified Mobile Platform: ---
valhallasw@lisilwen:~/src/pwb/pywikibot-compat$ python login.py Password for user valhallasw on wikipedia:nl No characters will be shown: Logging in to wikipedia:nl as valhallasw via API. Login failed. Wrong password or CAPTCHA answer? API login failed, retrying using standard webpage. Logging in to wikipedia:nl as valhallasw What is the answer to the captcha "CAPTCHA: " ?
Instead of showing the captcha URL, the above is shown, which obviously makes solving the captcha hard.
https://bugzilla.wikimedia.org/show_bug.cgi?id=58546
--- Comment #1 from Merlijn van Deen valhallasw@arctus.nl --- This is with the following user-config.py:
mylang = 'nl' family = 'wikipedia' usernames['wikipedia']['nl'] = 'valhallasw' usernames['commons']['commons'] = 'valhallasw'
and
valhallasw@lisilwen:~/src/pwb/pywikibot-compat$ python version.py Pywikibot: [https] r/pywikibot/co (r10583, 87d627f, 2013/12/09, 22:32:42, OUTDATED) Release version: 1.0b1 Python: 2.7.3 (default, Sep 26 2013, 20:03:06) [GCC 4.6.3] config-settings: use_api = True use_api_login = True unicode test: ok
after a few wrong password attempts.
https://bugzilla.wikimedia.org/show_bug.cgi?id=58546
Amir Ladsgroup ladsgroup@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Priority|Unprioritized |Low CC| |ladsgroup@gmail.com
https://bugzilla.wikimedia.org/show_bug.cgi?id=58546
John Mark Vandenberg jayvdb@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Priority|Low |High CC| |jayvdb@gmail.com Severity|normal |major
pywikipedia-bugs@lists.wikimedia.org