Bugs item #1988198, was opened at 2008-06-08 17:49 Message generated for change (Comment added) made by mstmst You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=603138&aid=1988198...
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: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: masti (mstmst) Assigned to: Nobody/Anonymous (nobody) Summary: replace.py crashes in szl:wiki
Initial Comment: when running replace.py (r5530) with any parameters for example: python replace.py -start:! "Wp/szl/" "" -log it comes to [[Česko godka]] article and crashes with the following error:
No changes were necessary in [[Česko godka]] Retrieving Allpages special page for wikipedia:szl from %E1%BA%8A%21, namespace 0 Couldn't extract allpages special page. Make sure you're using MonoBook skin.
When restarting using -start:"Česko godka" it goes to the end without any problems.
masti
----------------------------------------------------------------------
Comment By: masti (mstmst)
Date: 2008-06-12 19:03
Message: Logged In: YES user_id=1974561 Originator: YES
It looks that the main problem is described here: Retrieving Allpages special page for wikipedia:szl from %E1%BA%8A%21, namespace 0
it crashes trying to retrieve page "Ẋ" from szl wiki.
problem still pending. For example using
python replace.py -start:! "/Wp/szl/" "" -log
the error is (usnig r5562):
Retrieving Allpages special page for wikipedia:szl from %E1%BA%8A%21, namespace 0 Traceback (most recent call last): File "/home/mstelmasik/Downloads/pywikipedia/pagegenerators.py", line 755, in __iter__ for page in self.wrapped_gen: File "/home/mstelmasik/Downloads/pywikipedia/pagegenerators.py", line 688, in DuplicateFilterPageGenerator for page in generator: File "/home/mstelmasik/Downloads/pywikipedia/pagegenerators.py", line 239, in AllpagesPageGenerator for page in site.allpages(start = start, namespace = namespace, includeredirects = includeredirects): File "/home/mstelmasik/Downloads/pywikipedia/wikipedia.py", line 4998, in allpages raise ServerError( ServerError: Couldn't extract allpages special page. Make sure you're using MonoBook skin. Couldn't extract allpages special page. Make sure you're using MonoBook skin.
masti
----------------------------------------------------------------------
You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=603138&aid=1988198...