https://bugzilla.wikimedia.org/show_bug.cgi?id=56827
Web browser: --- Bug ID: 56827 Summary: KeyError 'user' in wikipedia.getLatestUploader 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: info@gno.de Classification: Unclassified Mobile Platform: ---
https://bugzilla.wikimedia.org/show_bug.cgi?id=56827
xqt info@gno.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Priority|Unprioritized |Normal
https://bugzilla.wikimedia.org/show_bug.cgi?id=56827
Ricordisamoa ricordisamoa@live.it changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |ricordisamoa@live.it
--- Comment #1 from Ricordisamoa ricordisamoa@live.it --- Can you please indicate the exact steps to reproduce the error?
https://bugzilla.wikimedia.org/show_bug.cgi?id=56827
--- Comment #2 from xqt info@gno.de --- Sorry, here is the traceback:
Waiting for 60 seconds,
Loading the allowed licenses...
Loading Kategorie:Vorlage:Lizenz für Bilder...
No additional settings found! <<
Skipping the files uploaded less than 60 seconds ago.. 16 Okt 2013 21:53:37 (UTC ) No image in imagepage Execution time: 57819 seconds
Traceback (most recent call last): File "C:\pwb\compat\checkimages.py", line 1952, in <module> main() File "C:\pwb\compat\checkimages.py", line 1921, in main generator = Bot.wait(waitTime, generator, normal, limit) File "C:\pwb\compat\checkimages.py", line 1525, in wait timestamp = image.getLatestUploader()[1] File "C:\pwb\compat\wikipedia.py", line 4952, in getLatestUploader return [self._latestInfo['user'], self._latestInfo['timestamp']] KeyError: 'user'
Seems there is an image description without the image itself
pywikipedia-bugs@lists.wikimedia.org