Bugs item #1882680, was opened at 2008-01-30 15:43 Message generated for change (Comment added) made by nicdumz You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=603138&aid=1882680...
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: Closed Resolution: Fixed Priority: 5 Private: No Submitted By: Purodha B Blissenbach (purodha) Assigned to: Nobody/Anonymous (nobody) Summary: namespace treatment error in interwiki.py
Initial Comment: interwiki.py has an error treating page names with colons, see here:
python interwiki.py -putthrottle:60 -lang:ksh -start:Category:Wikipedia:Medmaacher Checked for running processes. 1 processes currently running, including the current process. NOTE: Number of pages queued is 0, trying to add 60 more. Retrieving Allpages special page for wikipedia:ksh from Medmaacher, namespace 14 Getting 60 pages from wikipedia:ksh... [[Saachjrupp:Meer]]: [[ksh:Saachjrupp:Meer]] gives new interwiki [[de:Kategorie:Meere]] ...
The starting page requested was "Category:Wikipedia:Medmaacher", it reports it was starting with "Medmaacher" in namespace 14, that is "Category:Medmaacher", which it acually does start with.
As far as I can tell, parameter handling seems to be correct, so my guess is the problem is likely caused in the page generator.
----------------------------------------------------------------------
Comment By: Nicolas Dumazet (nicdumz) Date: 2008-02-03 13:50
Message: Logged In: YES user_id=1963242 Originator: NO
Which version are you using ?
I get :
python interwiki.py -lang:ksh -start:Category:Wikipedia:Medmaacher
Checked for running processes. 3 processes currently running, including the current process. NOTE: Number of pages queued is 0, trying to add 60 more. Retrieving Allpages special page for wikipedia:ksh from Wikipedia%3AMedmaacher, namespace 14 Getting 60 pages from wikipedia:ksh...
Try updating... !
----------------------------------------------------------------------
Comment By: Rotem Liss (rotemliss) Date: 2008-01-30 17:58
Message: Logged In: YES user_id=1327030 Originator: NO
Fixed in r4951.
----------------------------------------------------------------------
You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=603138&aid=1882680...