Bugs item #2822460, was opened at 2009-07-16 15:59
Message generated for change (Comment added) made by silvonen
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2822460&group_…
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: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: bot does not -continue
Initial Comment:
interwiki.py -lang:nv -continue
(bot loads first 60 articles )
NOTE: The first unfinished subject is [[nv:Azeedích'íí']]
NOTE: Number of pages queued is 60, trying to add 60 more.
Dump nv (wikipedia) saved
Traceback (most recent call last):
File "C:\Dokumenty\py\interwiki.py", line 2156, in <module>
bot.run()
File "C:\Dokumenty\py\interwiki.py", line 1865, in run
self.queryStep()
File "C:\Dokumenty\py\interwiki.py", line 1838, in queryStep
self.oneQuery()
File "C:\Dokumenty\py\interwiki.py", line 1806, in oneQuery
site = self.selectQuerySite()
File "C:\Dokumenty\py\interwiki.py", line 1780, in selectQuerySite
self.generateMore(globalvar.maxquerysize - mycount)
File "C:\Dokumenty\py\interwiki.py", line 1711, in generateMore
page = self.pageGenerator.next()
File "c:\Dokumenty\py\pagegenerators.py", line 753, in CombinedPageGenerator
for page in generator:
File "c:\Dokumenty\py\pagegenerators.py", line 254, in AllpagesPageGenerator
for page in site.allpages(start = start, namespace = namespace, includeredir
ects = includeredirects):
File "c:\Dokumenty\py\wikipedia.py", line 5644, in allpages
for p in data['query']['allpages']:
KeyError: 'query'
----------------------------------------------------------------------
Comment By: Mikko Silvonen (silvonen)
Date: 2009-07-16 16:59
Message:
This is a duplicate of bug 2821636.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2822460&group_…
Bugs item #2822460, was opened at 2009-07-16 12:59
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2822460&group_…
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: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: bot does not -continue
Initial Comment:
interwiki.py -lang:nv -continue
(bot loads first 60 articles )
NOTE: The first unfinished subject is [[nv:Azeedích'íí']]
NOTE: Number of pages queued is 60, trying to add 60 more.
Dump nv (wikipedia) saved
Traceback (most recent call last):
File "C:\Dokumenty\py\interwiki.py", line 2156, in <module>
bot.run()
File "C:\Dokumenty\py\interwiki.py", line 1865, in run
self.queryStep()
File "C:\Dokumenty\py\interwiki.py", line 1838, in queryStep
self.oneQuery()
File "C:\Dokumenty\py\interwiki.py", line 1806, in oneQuery
site = self.selectQuerySite()
File "C:\Dokumenty\py\interwiki.py", line 1780, in selectQuerySite
self.generateMore(globalvar.maxquerysize - mycount)
File "C:\Dokumenty\py\interwiki.py", line 1711, in generateMore
page = self.pageGenerator.next()
File "c:\Dokumenty\py\pagegenerators.py", line 753, in CombinedPageGenerator
for page in generator:
File "c:\Dokumenty\py\pagegenerators.py", line 254, in AllpagesPageGenerator
for page in site.allpages(start = start, namespace = namespace, includeredir
ects = includeredirects):
File "c:\Dokumenty\py\wikipedia.py", line 5644, in allpages
for p in data['query']['allpages']:
KeyError: 'query'
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2822460&group_…
Bugs item #2822195, was opened at 2009-07-16 00:42
Message generated for change (Tracker Item Submitted) made by malafaya
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2822195&group_…
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: other
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: André Malafaya Baptista (malafaya)
Assigned to: Nobody/Anonymous (nobody)
Summary: replace.py -help throws exception
Initial Comment:
replace.py -help throws following exception after common bot help (the replace.py specific help is not shown):
Traceback (most recent call last):
File "D:\Work\pywikipedia\replace.py", line 705, in <module>
main()
File "D:\Work\pywikipedia\replace.py", line 510, in main
for arg in wikipedia.handleArgs(*args):
File "D:\Work\pywikipedia\wikipedia.py", line 6535, in handleArgs
showHelp(moduleName)
File "D:\Work\pywikipedia\wikipedia.py", line 7005, in showHelp
helpText = helpText.replace(key, value.strip('\n\r'))
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 852: ordinal not in range(128)
Thanks.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2822195&group_…
Bugs item #2821989, was opened at 2009-07-15 12:44
Message generated for change (Comment added) made by russblau
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2821989&group_…
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: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: disambig not recognized
Initial Comment:
In English wikipedia, "America" has a disambig template with pipe symbol within it ({{disambig|}}), and the bot did not recogize the article as disambig and removed all interwiki links. This behaviour should be fixed asap.
----------------------------------------------------------------------
>Comment By: Russell Blau (russblau)
Date: 2009-07-15 14:07
Message:
Fixed in r7066 (the bug was in the templatesWithParameters method)
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2821989&group_…
Bugs item #2821989, was opened at 2009-07-15 16:44
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2821989&group_…
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: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: disambig not recognized
Initial Comment:
In English wikipedia, "America" has a disambig template with pipe symbol within it ({{disambig|}}), and the bot did not recogize the article as disambig and removed all interwiki links. This behaviour should be fixed asap.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2821989&group_…
Bugs item #2821895, was opened at 2009-07-15 14:19
Message generated for change (Tracker Item Submitted) made by purodha
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2821895&group_…
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: other
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Purodha B Blissenbach (purodha)
Assigned to: Nobody/Anonymous (nobody)
Summary: selflink.py chokes - condition unclear
Initial Comment:
python /home/purodha/pywikipedia/selflink.py -start:Hz -v
Pywikipediabot (r7065 (wikipedia.py), 2009/07/14, 19:34:51)
Python 2.5.2 (r252:60911, Jan 4 2009, 21:59:32)
[GCC 4.3.2]
Getting 60 pages from wikipedia:ksh...
>>> HÖ (Watt eßß datt?) <<<
No changes necessary.
>>> Häijmat- un Kooshtallmusejum <<<
No changes necessary.
>>> Hämmche <<<
No changes necessary.
>>> Hängche <<<
No changes necessary.
>>> Hännesje <<<
No changes necessary.
>>> Hännesje Tiater <<<
No changes necessary.
>>> Häpi Änd <<<
No changes necessary.
>>> Hätz <<<
No changes necessary.
>>> Häädejraad (Blëjshteff) <<<
Exception in Page constructor
site=wikipedia:ksh, title=%231, insite=wikipedia:ksh, defaultNamespace=0
Traceback (most recent call last):
File "/home/purodha/pywikipedia/selflink.py", line 249, in <module>
main()
File "/home/purodha/pywikipedia/selflink.py", line 245, in main
bot.run()
File "/home/purodha/pywikipedia/selflink.py", line 189, in run
self.treat(page)
File "/home/purodha/pywikipedia/selflink.py", line 168, in treat
text, jumpToBeginning = self.handleNextLink(page, text, match)
File "/home/purodha/pywikipedia/selflink.py", line 113, in handleNextLink
linkedPage = wikipedia.Page(page.site(), match.group('title'))
File "/home/purodha/pywikipedia/wikipedia.py", line 456, in __init__
raise InvalidTitle(u"Invalid title starting with a #: '%s'" % t)
wikipedia.InvalidTitle: Invalid title starting with a #: '#1'
purodha@nightshade:~/redir$
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2821895&group_…
Bugs item #2821735, was opened at 2009-07-15 10:56
Message generated for change (Tracker Item Submitted) made by jandudik
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2821735&group_…
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: JAn (jandudik)
Assigned to: Nobody/Anonymous (nobody)
Summary: category.py and <includeonly>
Initial Comment:
There is strange bug, see
http://cs.wikipedia.org/w/index.php?title=%C5%A0ablona:Infobox_latinka&diff…
I run bot as
category.py move -from:"Infobox šablony" -to:"šablony infoboxů"
and bot changed category + removed second
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2821735&group_…
Bugs item #2821636, was opened at 2009-07-15 06:07
Message generated for change (Tracker Item Submitted) made by silvonen
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2821636&group_…
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: General
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Mikko Silvonen (silvonen)
Assigned to: Nobody/Anonymous (nobody)
Summary: Interwiki run terminates with KeyError in wikipedia.py
Initial Comment:
> python interwiki.py -autonomous -lang:fi -namespace:0 -start:"Rjazanin alue"
NOTE: Number of pages queued is 0, trying to add 60 more.
Dump fi (wikipedia) saved
Traceback (most recent call last):
File "interwiki.py", line 2156, in <module>
bot.run()
File "interwiki.py", line 1865, in run
self.queryStep()
File "interwiki.py", line 1838, in queryStep
self.oneQuery()
File "interwiki.py", line 1806, in oneQuery
site = self.selectQuerySite()
File "interwiki.py", line 1780, in selectQuerySite
self.generateMore(globalvar.maxquerysize - mycount)
File "interwiki.py", line 1711, in generateMore
page = self.pageGenerator.next()
File "c:\svn\pywikipedia\pagegenerators.py", line 711, in NamespaceFilterPageGenerator
for page in generator:
File "c:\svn\pywikipedia\pagegenerators.py", line 729, in DuplicateFilterPageGenerator
for page in generator:
File "c:\svn\pywikipedia\pagegenerators.py", line 254, in AllpagesPageGenerator
for page in site.allpages(start = start, namespace = namespace, includeredirects = includeredirects):
File "c:\svn\pywikipedia\wikipedia.py", line 5644, in allpages
for p in data['query']['allpages']:
KeyError: 'query'
> python version.py
Pywikipedia [http] trunk/pywikipedia (r7065, 2009/07/14, 19:34:51)
Python 2.5.4 (r254:67916, Jan 29 2009, 12:02:11) [MSC v.1310 32 bit (Intel)]
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2821636&group_…
Bugs item #2821594, was opened at 2009-07-14 23:26
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2821594&group_…
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: other
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: cosmetic_changes.py, messages in 'ia'
Initial Comment:
Please add to 'msg_standalone':
'ia': u'Robot: Cambios cosmetic',
and to 'msg_append':
'ia': u'; cambios cosmetic',
Thanks.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2821594&group_…
Patches item #2820797, was opened at 2009-07-13 23:38
Message generated for change (Tracker Item Submitted) made by mymelo
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=2820797&group_…
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: Translations
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: mymelo (mymelo)
Assigned to: Nobody/Anonymous (nobody)
Summary: jawiki translation lonelypages.py
Initial Comment:
This is new ja translation for lonelypages.py, at jawiki new Orphan template was released.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=2820797&group_…