Bugs item #1809035, was opened at 2007-10-07 18:52 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=603138&aid=1809035...
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: interwiki Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: siebrand (siebrand) Assigned to: Nobody/Anonymous (nobody) Summary: Exception in Page constructor
Initial Comment: Command: interwiki.py -autonomous -start:Project:! -lang:be-x-old -family:wikipedia
Result: crash with below error
Target link 'm:herupu:??no?ki?' has different family 'm' Exception in Page constructor Dump be-x-old (wikipedia) saved Traceback (most recent call last): File "D:\py\interwiki3\interwiki.py", line 1566, in <module> bot.run() File "D:\py\interwiki3\interwiki.py", line 1347, in run self.queryStep() File "D:\py\interwiki3\interwiki.py", line 1321, in queryStep self.oneQuery() File "D:\py\interwiki3\interwiki.py", line 1317, in oneQuery subject.workDone(self) File "D:\py\interwiki3\interwiki.py", line 643, in workDone iw = page.interwiki() File "D:\py\interwiki3\wikipedia.py", line 1332, in interwiki pageLink=self.aslink()) File "D:\py\interwiki3\wikipedia.py", line 2792, in getLanguageLinks result[site] = Page(site, pagetitle, insite = insite) File "D:\py\interwiki3\wikipedia.py", line 374, in __init__ % (site, title, insite, defaultNamespace) File "C:\Python25\lib\encodings\cp850.py", line 12, in encode return codecs.charmap_encode(input,errors,encoding_map) UnicodeEncodeError: 'charmap' codec can't encode characters in position 27-29: character maps to <undefined>
----------------------------------------------------------------------
You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=603138&aid=1809035...