Bugs item #2827630, was opened at 2009-07-27 10:07
Message generated for change (Tracker Item Submitted) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2827630&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: xqt (xqt)
Assigned to: Nobody/Anonymous (nobody)
Summary: hard-coded defaultsort
Initial Comment:
Pywikipedia [http] trunk/pywikipedia (r7097, 2009/07/26, 14:18:13)
Python 2.5.2 (r252:60911, Feb 21 2008, 13:11:45) [MSC v.1310 32 bit (Intel)
I found a hard-codes "DEFAULTSORT" in wikipedia.py but there ar localized tags and maybe it should be fixed to prevent some side effects or bugs.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2827630&group_…
Feature Requests item #2789464, was opened at 2009-05-09 16:49
Message generated for change (Comment added) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=2789464&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
Priority: 5
Private: No
Submitted By: xqt (xqt)
Assigned to: Nobody/Anonymous (nobody)
Summary: wikipedia.replaceCategoryLinks
Initial Comment:
replaceCategoryLinks should not split {{link FA}} or {{link GA}} and interwiki links. Normaly this routine would place categories before iw links. But these two shouldn't as I got some entries on my de: talk page according et- and ru-wiki (see http://de.wikipedia.org/wiki/Benutzer_Diskussion:Xqt#moving_Link_templates_…) for expl.
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2009-07-27 05:46
Message:
Are you shure that the feature of add_text.py works properly? I tried to
adopt but it didn't work.
----------------------------------------------------------------------
Comment By: sigmaoctantis (sigmaoctantis)
Date: 2009-05-12 04:54
Message:
add_text.py has a feature that might solve this (starsListInPage).
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2009-05-09 18:45
Message:
It's a serious problem, causing a lot of trouble and critics by users who
are angry that the bot "destroys" their articles. Obersachse
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=2789464&group_…
Bugs item #2827024, was opened at 2009-07-25 16:16
Message generated for change (Settings changed) made by mauro742
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2827024&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: 8
Private: No
Submitted By: Mauro (mauro742)
Assigned to: Nobody/Anonymous (nobody)
Summary: Bug in solveCaptcha (wikipedia.py)
Initial Comment:
There's a bug in solveCaptcha function (wikipedia.py). Some scripts crash with this errors:
File "mypath/wikipedia.py", line 1439, in put
newPage, self.site().getToken(sysop = sysop), sysop = sysop, botflag=botflag, maxTries=maxTries)
File "mypath/wikipedia.py", line 1683, in _putPage
solve = self.site().solveCaptcha(data)
File "mypath/wikipedia.py", line 4602, in solveCaptcha
if type(data) == dict: # API Mode result
UnboundLocalError: local variable 'type' referenced before assignment
Pywikipedia [http] trunk/pywikipedia (r7093, 2009/07/25, 09:39:25)
Python 2.5.1 (r251:54863, May 18 2007, 16:56:43)
[GCC 3.4.4 (cygming special, gdc 0.12, using dmd 0.125)]
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2827024&group_…
Bugs item #2827024, was opened at 2009-07-25 16:16
Message generated for change (Tracker Item Submitted) made by mauro742
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2827024&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: Mauro (mauro742)
Assigned to: Nobody/Anonymous (nobody)
Summary: Bug in solveCaptcha (wikipedia.py)
Initial Comment:
There's a bug in solveCaptcha function (wikipedia.py). Some scripts crash with this errors:
File "mypath/wikipedia.py", line 1439, in put
newPage, self.site().getToken(sysop = sysop), sysop = sysop, botflag=botflag, maxTries=maxTries)
File "mypath/wikipedia.py", line 1683, in _putPage
solve = self.site().solveCaptcha(data)
File "mypath/wikipedia.py", line 4602, in solveCaptcha
if type(data) == dict: # API Mode result
UnboundLocalError: local variable 'type' referenced before assignment
Pywikipedia [http] trunk/pywikipedia (r7093, 2009/07/25, 09:39:25)
Python 2.5.1 (r251:54863, May 18 2007, 16:56:43)
[GCC 3.4.4 (cygming special, gdc 0.12, using dmd 0.125)]
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2827024&group_…
Bugs item #2826943, was opened at 2009-07-25 09:20
Message generated for change (Tracker Item Submitted) made by purodha
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2826943&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: 7
Private: No
Submitted By: Purodha B Blissenbach (purodha)
Assigned to: Nobody/Anonymous (nobody)
Summary: Archivebot - unsupported locale setting
Initial Comment:
Here is its output:
python archivebot.py -log -p:Something
Traceback (most recent call last):
File "/home/purodha/pywikipedia/archivebot.py", line 599, in <module>
main()
File "/home/purodha/pywikipedia/archivebot.py", line 540, in main
locale.setlocale(locale.LC_TIME,options.locale) #Required for english month names
File "/usr/lib/python2.5/locale.py", line 478, in setlocale
return _setlocale(category, locale)
locale.Error: unsupported locale setting
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2826943&group_…
Bugs item #2693183, was opened at 2009-03-19 01:26
Message generated for change (Comment added) made by purodha
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2693183&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: Works For Me
Priority: 6
Private: No
Submitted By: Purodha B Blissenbach (purodha)
Assigned to: Nobody/Anonymous (nobody)
Summary: pnt Wikipedia data seems incomplete.
Initial Comment:
I seems, I cannot access the newly added pnt Wikipedia.
Here is a sample of several very similar ones:
Thu Mar 19 01:16:46 UTC 2009
python /home/purodha/pywikipedia/interwiki.py -v -putthrottle:1 -initialredirect -hintnobracket -lang:pnt -start:! -ns:0 -number:4
Checked for running processes. 1 processes currently running, including the current process.
Pywikipediabot (r6439 (wikipedia.py), Feb 24 2009, 21:48:26)
Python 2.5.2 (r252:60911, Jan 4 2009, 21:59:32)
[GCC 4.3.2]
Retrieving mediawiki messages from Special:Allmessages
WARNING: No character set found.
NOTE: Number of pages queued is 0, trying to add 60 more.
Dump pnt (wikipedia) saved
Traceback (most recent call last):
File "/home/.../interwiki.py", line 1877, in <module>
bot.run()
File "/home/.../interwiki.py", line 1584, in run
self.queryStep()
File "/home/.../interwiki.py", line 1558, in queryStep
self.oneQuery()
File "/home/.../interwiki.py", line 1526, in oneQuery
site = self.selectQuerySite()
File "/home/.../interwiki.py", line 1500, in selectQuerySite
self.generateMore(globalvar.maxquerysize - mycount)
File "/home/.../interwiki.py", line 1432, in generateMore
page = self.pageGenerator.next()
File "/home/.../pagegenerators.py", line 709, in DuplicateFilterPageGenerator
for page in generator:
File "/home/.../pagegenerators.py", line 248, in AllpagesPageGenerator
for page in site.allpages(start = start, namespace = namespace, includeredirects = includeredirects):
File "/home/.../wikipedia.py", line 5502, in allpages
for p in soup.api.query.allpages:
AttributeError: 'NoneType' object has no attribute 'allpages'
~$
----------------------------------------------------------------------
>Comment By: Purodha B Blissenbach (purodha)
Date: 2009-07-25 09:02
Message:
Cannot be reproduced any more.
----------------------------------------------------------------------
Comment By: Purodha B Blissenbach (purodha)
Date: 2009-03-27 11:28
Message:
Still not working. Same problem.
----------------------------------------------------------------------
Comment By: NicDumZ — Nicolas Dumazet (nicdumz)
Date: 2009-03-24 02:25
Message:
It works for me. Are you still able to reproduce this?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2693183&group_…
Bugs item #2826936, was opened at 2009-07-25 08:59
Message generated for change (Tracker Item Submitted) made by purodha
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2826936&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: Purodha B Blissenbach (purodha)
Assigned to: Nobody/Anonymous (nobody)
Summary: archivebot does not accept -v parameter
Initial Comment:
Archivebot.py in its help display says:
-verbose Have the bot provide additional output that may be useful in
-v debugging.
Here is the output it generates when you use it:
python archivebot.py -v -log -p:talk:Main_page
Usage: archivebot.py [options] [LINKPAGE(s)]
archivebot.py: error: no such option: -v
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2826936&group_…
Patches item #2826784, was opened at 2009-07-24 21:02
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=2826784&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: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Upyloader: updated version
Initial Comment:
Added a progress bar while loading the pictures into the GUI
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=2826784&group_…
Bugs item #2826763, was opened at 2009-07-24 20:15
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2826763&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: iw bots and disambigs
Initial Comment:
Apparently this has been logged incorrectly as a feature request but it's rather a bug report, so I'm reposting it here
iw bots and disambigs - ID: 2824133
Please make sure http://en.wikipedia.org/wiki/MediaWiki:Disambiguationspage
is fully implemented asap, otherwise interwiki bots remove valid links,
namely to given names and surnames. Thanks!
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2826763&group_…
Patches item #2826571, was opened at 2009-07-24 09:37
Message generated for change (Tracker Item Submitted) made by andreasjs
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=2826571&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: AndreasJS (andreasjs)
Assigned to: Nobody/Anonymous (nobody)
Summary: removed obsolete parameter nofollow_redirects
Initial Comment:
The parameter -addcat results in a TypeError:
Traceback (most recent call last):
File "replace.py", line 705, in <module>
main()
File "replace.py", line 701, in main
bot.run()
File "replace.py", line 387, in run
cats = page.categories(nofollow_redirects=True)
TypeError: categories() got an unexpected keyword argument 'nofollow_redirects'
For a patch see diff below
--- replace.py (revision 7083)
+++ replace.py (working copy)
@@ -384,7 +384,7 @@
new_text = newest_text
newest_text = self.doReplacements(new_text)
if hasattr(self, "addedCat"):
- cats = page.categories(nofollow_redirects=True)
+ cats = page.categories()
if self.addedCat not in cats:
cats.append(self.addedCat)
new_text = wikipedia.replaceCategoryLinks(new_text,
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=2826571&group_…