https://bugzilla.wikimedia.org/show_bug.cgi?id=55286
Web browser: --- Bug ID: 55286 Summary: imagetransfer.py does not work Product: Pywikibot Version: unspecified Hardware: All OS: All Status: NEW Severity: normal Priority: Unprioritized Component: General Assignee: Pywikipedia-bugs@lists.wikimedia.org Reporter: legoktm.wikipedia@gmail.com Classification: Unclassified Mobile Platform: ---
Originally from: http://sourceforge.net/p/pywikipediabot/bugs/1134/ Reported by: paleozavr Created on: 2010-03-07 20:39:31 Subject: imagetransfer.py does not work Original description: This text it writes instead of working
C:\bot3>imagetransfer.py -fromlang:en -tolang:uk C:\bot3\imagetransfer.py:32: DeprecationWarning: the md5 module is deprecated; u se hashlib instead import re, sys, md5, urllib Traceback (most recent call last): File "C:\bot3\imagetransfer.py", line 310, in <module> main() File "C:\bot3\imagetransfer.py", line 306, in main bot.run() File "C:\bot3\imagetransfer.py", line 235, in run imagelist = page.imagelinks(followRedirects = True) File "C:\bot3\wikipedia.py", line 2262, in imagelinks for page in self.linkedPages(withImageLinks = True): File "C:\bot3\wikipedia.py", line 2209, in linkedPages thistxt = removeLanguageLinks(self.get(get_redirect=True), File "C:\bot3\wikipedia.py", line 618, in get self._contents = self._getEditPage(get_redirect = get_redirect, throttle = t hrottle, sysop = sysop) File "C:\bot3\wikipedia.py", line 692, in _getEditPage raise NoPage(self.site(), self.aslink(forceInterwiki = True),"Page does not exist. In rare cases, if you are certain the page does exist, look into overridi ng family.RversionTab" ) pywikibot.exceptions.NoPage: (wikipedia:uk, u'[[uk:-fromlang:en]]', 'Page does n ot exist. In rare cases, if you are certain the page does exist, look into overr iding family.RversionTab')
https://bugzilla.wikimedia.org/show_bug.cgi?id=55286
Kunal Mehta (Legoktm) legoktm.wikipedia@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://sourceforge.net/p/p | |ywikipediabot/bugs/1134
https://bugzilla.wikimedia.org/show_bug.cgi?id=55286
Ricordisamoa ricordisamoa@openmailbox.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |ricordisamoa@openmailbox.or | |g Component|General |Other scripts
pywikipedia-bugs@lists.wikimedia.org