Support Requests item #2823916, was opened at 2009-07-19 12:40
Message generated for change (Comment added) made by russblau
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603139&aid=2823916&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: 7
Private: No
Submitted By: Alex S.H. Lin (lin4h)
Assigned to: Nobody/Anonymous (nobody)
Summary: Edit Pages through API
Initial Comment:
I had completed to make wikipedia.py.page()._putPage() can put pages through API,(in the patch file) but It's too big. I need someone to help debug it.
Some error code cannot handle like server database lag... etc
----------------------------------------------------------------------
>Comment By: Russell Blau (russblau)
Date: 2009-07-21 14:41
Message:
Yes, that is the plan. The major obstacle at this point is that the API
does not yet support querying most special pages (like
Special:DoubleRedirects) so that bots that rely on these pages cannot be
ported to the rewrite framework.
----------------------------------------------------------------------
Comment By: Philip Tzou (cngxzl)
Date: 2009-07-21 07:59
Message:
@russblau: Does the new rewrite branch will replace current trunk in the
future?
----------------------------------------------------------------------
Comment By: Russell Blau (russblau)
Date: 2009-07-19 17:04
Message:
Alex: Are you reading pywikipedia-l? I will not review this patch, because
you are wasting your time by adding API capabilities to the trunk instead
of working on the rewrite branch that already uses the API.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603139&aid=2823916&group_…
Bugs item #2824848, was opened at 2009-07-21 17:57
Message generated for change (Tracker Item Submitted) made by silvonen
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2824848&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: category
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Mikko Silvonen (silvonen)
Assigned to: Nobody/Anonymous (nobody)
Summary: category.py does not show authors in edit summary
Initial Comment:
When I move categories with "category.py move", the authors of the old category are not always shown in the edit summary of the new category. This used to happen only every now and then, but now it is happening all the time. Some examples:
http://fi.wikipedia.org/w/index.php?title=Toiminnot%3AUudet_sivut&namespace…
There should be a list of authors after the text "Muokkaajat:". Is this some sort of truncation problem or a bug?
> python version.py
Pywikipedia [http] trunk/pywikipedia (r7082, 2009/07/20, 18:48:08)
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=2824848&group_…
Support Requests item #2823916, was opened at 2009-07-20 00:40
Message generated for change (Comment added) made by cngxzl
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603139&aid=2823916&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: 7
Private: No
Submitted By: Alex S.H. Lin (lin4h)
Assigned to: Nobody/Anonymous (nobody)
Summary: Edit Pages through API
Initial Comment:
I had completed to make wikipedia.py.page()._putPage() can put pages through API,(in the patch file) but It's too big. I need someone to help debug it.
Some error code cannot handle like server database lag... etc
----------------------------------------------------------------------
Comment By: Philip Tzou (cngxzl)
Date: 2009-07-21 19:59
Message:
@russblau: Does the new rewrite branch will replace current trunk in the
future?
----------------------------------------------------------------------
Comment By: Russell Blau (russblau)
Date: 2009-07-20 05:04
Message:
Alex: Are you reading pywikipedia-l? I will not review this patch, because
you are wasting your time by adding API capabilities to the trunk instead
of working on the rewrite branch that already uses the API.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603139&aid=2823916&group_…
Bugs item #2821636, was opened at 2009-07-15 05:07
Message generated for change (Comment added) made by jandudik
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: Closed
Resolution: Works For Me
Priority: 7
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)]
----------------------------------------------------------------------
Comment By: JAn (jandudik)
Date: 2009-07-21 10:44
Message:
interwiki.py -force -whenneeded -start:Waa -lang:nv
does not work for me with r7083
bot doesn't crash, but never load a list of pages
----------------------------------------------------------------------
Comment By: Mikko Silvonen (silvonen)
Date: 2009-07-21 05:29
Message:
Did somebody fix this? I updated to r7083 today, and my interwiki bot no
longer has this problem.
----------------------------------------------------------------------
Comment By: Mikko Silvonen (silvonen)
Date: 2009-07-17 18:53
Message:
PS. Line 5644 of wikipedia.py was added in r7063 on Tuesday:
http://svn.wikimedia.org/viewvc/pywikipedia?view=rev&revision=7063
----------------------------------------------------------------------
Comment By: Mikko Silvonen (silvonen)
Date: 2009-07-17 05:43
Message:
Giving this a bit more priority, as this makes interwiki.py unusable.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2821636&group_…
Bugs item #2821636, was opened at 2009-07-15 06:07
Message generated for change (Comment added) 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: Closed
>Resolution: Works For Me
Priority: 7
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)]
----------------------------------------------------------------------
>Comment By: Mikko Silvonen (silvonen)
Date: 2009-07-21 06:29
Message:
Did somebody fix this? I updated to r7083 today, and my interwiki bot no
longer has this problem.
----------------------------------------------------------------------
Comment By: Mikko Silvonen (silvonen)
Date: 2009-07-17 19:53
Message:
PS. Line 5644 of wikipedia.py was added in r7063 on Tuesday:
http://svn.wikimedia.org/viewvc/pywikipedia?view=rev&revision=7063
----------------------------------------------------------------------
Comment By: Mikko Silvonen (silvonen)
Date: 2009-07-17 06:43
Message:
Giving this a bit more priority, as this makes interwiki.py unusable.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2821636&group_…
Bugs item #2822705, was opened at 2009-07-16 21:57
Message generated for change (Comment added) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2822705&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: xqt (xqt)
Assigned to: Nobody/Anonymous (nobody)
Summary: ar-wiki crossing namespace
Initial Comment:
Pywikipedia [http] trunk/pywikipedia (r7067, 2009/07/15, 19:25:32)
Python 2.5.2 (r252:60911, Feb 21 2008, 13:11:45) [MSC v.1310 32 bit (Intel)]
Please give the ability for crossing namespace to ar-wiki. The reason is on
ar-wiki all pages of years are seated in the namespace 104 whereas on all
other projects they didn't.
See http://ar.wikipedia.org/wiki/%D9%85%D9%84%D8%AD%D9%82:1347 for example.
----------------------------------------------------------------------
>Comment By: xqt (xqt)
Date: 2009-07-20 15:16
Message:
I found a lot of malfunctions and edit wars of bots. This should be fixed
asap. Thx.
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2009-07-19 19:01
Message:
Raising the priority due to malfunction of the bots., see
http://de.wikipedia.org/w/index.php?title=2009&action=history
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2822705&group_…
Feature Requests item #2824133, was opened at 2009-07-20 08:26
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=2824133&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
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: iw bots and disambigs
Initial Comment:
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=603141&aid=2824133&group_…
Support Requests item #2823916, was opened at 2009-07-19 12:40
Message generated for change (Comment added) made by russblau
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603139&aid=2823916&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: 7
Private: No
Submitted By: Alex S.H. Lin (lin4h)
Assigned to: Nobody/Anonymous (nobody)
Summary: Edit Pages through API
Initial Comment:
I had completed to make wikipedia.py.page()._putPage() can put pages through API,(in the patch file) but It's too big. I need someone to help debug it.
Some error code cannot handle like server database lag... etc
----------------------------------------------------------------------
>Comment By: Russell Blau (russblau)
Date: 2009-07-19 17:04
Message:
Alex: Are you reading pywikipedia-l? I will not review this patch, because
you are wasting your time by adding API capabilities to the trunk instead
of working on the rewrite branch that already uses the API.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603139&aid=2823916&group_…
Bugs item #2793339, was opened at 2009-05-18 07:08
Message generated for change (Comment added) made by peteparker
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2793339&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: WARNING: Missing namespace in family file
Initial Comment:
Using replace.py:
Pywikipediabot [http] trunk/pywikipedia (r6901, mai 17 2009, 16:44:38)
Python 2.6.2 (r262:71605, Apr 14 2009, 22:40:02) [MSC v.1500 32 bit (Intel)]
Getting 1 pages from wiktionary:no...
WARNING: Missing namespace in family file wiktionary: namespace['no'][100] (it i
s set to 'Tillegg')
WARNING: Missing namespace in family file wiktionary: namespace['no'][101] (it i
s set to 'Tilleggdiskusjon')
No changes were necessary in [[sekund]]
C:\pywikipedia>version.py
Pywikipedia [http] trunk/pywikipedia (r6901, May 17 2009, 16:44:38)
Python 2.6.2 (r262:71605, Apr 14 2009, 22:40:02) [MSC v.1500 32 bit (Intel)]
----------------------------------------------------------------------
Comment By: Peteparker (peteparker)
Date: 2009-07-19 12:10
Message:
Whoops, forgot to login there. My User name is Peteparker, and I work on
marvel.wikia.com
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2009-07-19 12:07
Message:
I know this relates to the family file, but I've edited it to include all
my missing namespaces, and I still get the warnings over and over. Is
there a way I can submit my family file and have it looked at?
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2009-05-18 09:27
Message:
It is still not automated so here is another warning.
WARNING: Outdated family file wikipedia: namespace['zea'][6] is set to
default ('File'), but should be 'Plaetje'
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2793339&group_…
Bugs item #2793339, was opened at 2009-05-18 13:08
Message generated for change (Comment added) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2793339&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: WARNING: Missing namespace in family file
Initial Comment:
Using replace.py:
Pywikipediabot [http] trunk/pywikipedia (r6901, mai 17 2009, 16:44:38)
Python 2.6.2 (r262:71605, Apr 14 2009, 22:40:02) [MSC v.1500 32 bit (Intel)]
Getting 1 pages from wiktionary:no...
WARNING: Missing namespace in family file wiktionary: namespace['no'][100] (it i
s set to 'Tillegg')
WARNING: Missing namespace in family file wiktionary: namespace['no'][101] (it i
s set to 'Tilleggdiskusjon')
No changes were necessary in [[sekund]]
C:\pywikipedia>version.py
Pywikipedia [http] trunk/pywikipedia (r6901, May 17 2009, 16:44:38)
Python 2.6.2 (r262:71605, Apr 14 2009, 22:40:02) [MSC v.1500 32 bit (Intel)]
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2009-07-19 18:07
Message:
I know this relates to the family file, but I've edited it to include all
my missing namespaces, and I still get the warnings over and over. Is
there a way I can submit my family file and have it looked at?
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2009-05-18 15:27
Message:
It is still not automated so here is another warning.
WARNING: Outdated family file wikipedia: namespace['zea'][6] is set to
default ('File'), but should be 'Plaetje'
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2793339&group_…