Bugs item #3536400, was opened at 2012-06-19 12:52
Message generated for change (Tracker Item Submitted) made by betacommand
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3536400&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: betacommand (betacommand)
Assigned to: Nobody/Anonymous (nobody)
Summary: Invalid Title
Initial Comment:
Betacommand multichill: I know you wrote flickrripper.py and Im trying to fix an issue with it, and thought it might be easier for you to fix
Betacommand lines 157-161 where it grabs the description and uses it for the file name
Betacommand when you start working with non-latin descriptions it doesnt handle multi-byte characters well, it ended up with a title over 320 bytes
Betacommand the max mediawiki lets you have is 255
multichill Lol
Betacommand multichill: really rather a pain
multichill So the check shoul probably encode it and than see how long it is?
Betacommand correct
multichill Or just lower the limit a bit?
Betacommand thai letters for example are 3 bytes
Betacommand notes it was discovered with flickrripper.py -autonomous -user_id:40561337@N07 -addcategory:"Files from Abhisit Vejjajiva Flickr stream"
multichill Betacommand: Could you file a bug for this?
Betacommand multichill: you would need to cut it down to 85 to be safe
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3536400&group_…
Bugs item #3534644, was opened at 2012-06-12 10:01
Message generated for change (Comment added) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3534644&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: rewrite
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: xqt (xqt)
>Assigned to: xqt (xqt)
Summary: Invalid invalid title error
Initial Comment:
runnig cosmetic_changes (in -sumulate mode) for the page pdc:Denemarrick causes an invalid title error by matching that title:
[[Flag of {{PAGENAME}}|Official Faahne]] because "{" is marked as not a valid char inside a title. But it is valid inside a mediawiki page.
Traceback:
>>> Denemarrick <<<
Traceback (most recent call last):
File "C:\Pywikipedia\rw\pwb.py", line 42, in <module>
execfile(sys.argv[0])
File "C:\Pywikipedia\rw\scripts\cosmetic_changes.py", line 935, in <module>
main()
File "C:\Pywikipedia\rw\scripts\cosmetic_changes.py", line 931, in main
bot.run()
File "C:\Pywikipedia\rw\scripts\cosmetic_changes.py", line 883, in run
self.treat(page)
File "C:\Pywikipedia\rw\scripts\cosmetic_changes.py", line 848, in treat
changedText = ccToolkit.change(page.get())
File "C:\Pywikipedia\rw\scripts\cosmetic_changes.py", line 179, in change
text = self.cleanUpLinks(text)
File "C:\Pywikipedia\rw\scripts\cosmetic_changes.py", line 536, in cleanUpLink
s
'startspace'])
File "C:\Pywikipedia\rw\pywikibot\textlib.py", line 153, in replaceExcept
replacement = new(match)
File "C:\Pywikipedia\rw\scripts\cosmetic_changes.py", line 433, in handleOneLi
nk
if page.namespace() == 0:
File "C:\Pywikipedia\rw\pywikibot\page.py", line 101, in namespace
return self._link.namespace
File "C:\Pywikipedia\rw\pywikibot\page.py", line 2429, in namespace
self.parse()
File "C:\Pywikipedia\rw\pywikibot\page.py", line 2380, in parse
u"Invalid title: contains illegal char(s) '%s'" % m.group(0))
pywikibot.exceptions.Error: Invalid title: contains illegal char(s) '{'
c:\Pywikipedia\rw>
version:
c:\Pywikipedia\rw>pwb.py version
Configuration variable 'use_diskcache' is defined but unknown. Misspelled?
Configuration variable 'notify_unflagged_bot' is defined but unknown. Misspelled
?
Pywikibot branches/rewrite/ (r10352, 2012/06/12, 16:46:30)
Python 2.7.3 (default, Apr 10 2012, 23:24:47) [MSC v.1500 64 bit (AMD64)]
unicode test: ok
c:\Pywikipedia\rw>
----------------------------------------------------------------------
>Comment By: xqt (xqt)
Date: 2012-06-19 08:30
Message:
self.done in r10379, r10380
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3534644&group_…
Feature Requests item #3535909, was opened at 2012-06-17 22:17
Message generated for change (Comment added) made by avicennasis
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=3535909&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: Avicennasis (avicennasis)
Assigned to: Nobody/Anonymous (nobody)
Summary: -enable arg to all scripts
Initial Comment:
It would be handy to have an optional -enable "Checkpage" option built into scripts by default - so that a bot can deactivated by non-admins, if so needed.
----------------------------------------------------------------------
>Comment By: Avicennasis (avicennasis)
Date: 2012-06-19 00:30
Message:
True, it is different then an admin stopping the bot via blocking, which of
course would be instant. I was thinking more of implementations on cron -
allowing any user to 'disable' the next run of a cronjob'd script until the
BotOp is online/able to address a problem that may have arisen.
(Alternatively, one could rewrite the -enable option to be checked every
10-25 pages, and so stop a bot from running even in 'mid-script'.)
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2012-06-18 04:04
Message:
This behavior is not the same as blocking a bot by admins; it only
prohibits the next start of the bot. So I am not sure if this is what you
want to.
----------------------------------------------------------------------
Comment By: Avicennasis (avicennasis)
Date: 2012-06-18 01:58
Message:
Exactly what the '-enable:' parameter does in lonelypages.py -
http://svn.wikimedia.org/svnroot/pywikipedia/trunk/pywikipedia/lonelypages.…
----------------------------------------------------------------------
Comment By: Merlijn S. van Deen (valhallasw)
Date: 2012-06-18 01:28
Message:
That doesn't tell me anything about what it should do. What is 'checkpage'?
What should the bot do with it? When? What should it do in which case?
----------------------------------------------------------------------
Comment By: Avicennasis (avicennasis)
Date: 2012-06-18 00:11
Message:
A simple boolean value - if the arg is used, read checkpage - if 'true',
continue script - if false, stop and exit script.
I know some of the scripts have a "enablePage" - but a lot of them don't.
----------------------------------------------------------------------
Comment By: Merlijn S. van Deen (valhallasw)
Date: 2012-06-18 00:06
Message:
What is the behaviour you would want/expect when 'Checkpage' is enabled?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=3535909&group_…
Bugs item #2966802, was opened at 2010-03-09 10:08
Message generated for change (Comment added) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2966802&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: "browse" to page with ' in the name
Initial Comment:
% python version.py
Pywikipedia [http] trunk/pywikipedia (r7976, 2010/03/04, 05:43:35)
Python 2.6.1 (r261:67515, Jul 7 2009, 23:51:51)
[GCC 4.2.1 (Apple Inc. build 5646)]
---8<---
When using replace.py and asking to browse to a page with a single quote in the name causes an assertion error. Trace here:
Do you want to accept these changes? ([y]es, [N]o, [e]dit, open in [b]rowser, [a]ll, [q]uit) b
Traceback (most recent call last):
File "replace.py", line 719, in <module>
main()
File "replace.py", line 714, in main
bot.run()
File "replace.py", line 422, in run
page.site().nice_get_address(page.title())
File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/webbrowser.py", line 61, in open
File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/webbrowser.py", line 570, in open
AssertionError
----------------------------------------------------------------------
>Comment By: xqt (xqt)
Date: 2012-06-18 09:33
Message:
Is this still valid?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2966802&group_…
Bugs item #2941628, was opened at 2010-01-28 06:30
Message generated for change (Comment added) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2941628&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: Pending
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: BOM (inserted by notepad.exe) should be stripped
Initial Comment:
> python version.py
Pywikipedia [http] trunk/pywikipedia (r7897, 2010/01/28, 12:22:31)
Python 2.6.2 (r262:71605, Apr 14 2009, 22:40:02) [MSC v.1500 32 bit (Intel)]
----
If a win32 user uses notepad.exe as an external editor for editarticle.py, notepad may insert 3-byte utf-8 BOM in front of file if it was BOM-free utf-8 file.
It causes that pywikipedia affected pages (e.g. by solve_disambiguation.py) contain U+FEFF (decoded BOM), and causes tables broken. (since there is U+FEFF before "{|")
http://ko.wikipedia.org/w/index.php?diff=prev&oldid=4442519
BOM should be stripped since python open() does not automatically.
----------------------------------------------------------------------
>Comment By: xqt (xqt)
Date: 2012-06-18 09:32
Message:
Is this still valid?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2941628&group_…
Bugs item #2985609, was opened at 2010-04-11 15:10
Message generated for change (Comment added) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2985609&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: 3
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: interwiki -ignore misbehaviour
Initial Comment:
When working in -force mode, pages read from -ignorefile are not just ignored (as the option name suggests and it would be an expected behaviour) but are deleted from wherever they're found, so that the bot works the same way as in -neverlink for the given page titles. It would be more logical if the -ignore/-ignorefile option just ignored (skipped) these pages. We should have some other option for forced remove, something like -neverlink not only for a language, but also for lang:title combinations.
Pywikipedia [http] trunk/pywikipedia (r8074, 2010/04/10, 23:12:44)
Python 2.5.1 (r251:54863, Apr 18 2007, 08:51:08) [MSC v.1310 32 bit (Intel)]
----------------------------------------------------------------------
>Comment By: xqt (xqt)
Date: 2012-06-18 09:30
Message:
just try -cleanup instead of -force to keep the links but ignore it from
following
(maybe it's a feature not a bug)
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2985609&group_…
Bugs item #3523850, was opened at 2012-05-05 18:53
Message generated for change (Comment added) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3523850&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: Closed
>Resolution: Out of Date
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
>Assigned to: xqt (xqt)
Summary: mediawiki and meta secure path
Initial Comment:
I've noticed that the secure path for the MediaWiki and Meta families haven't been updated, yet those for Wikipedia, Wiktionary etc. have.
----------------------------------------------------------------------
>Comment By: xqt (xqt)
Date: 2012-06-18 09:14
Message:
should has been fixed by one of the previous releases
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3523850&group_…
Feature Requests item #3533577, was opened at 2012-06-08 11:55
Message generated for change (Comment added) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=3533577&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: Closed
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: sum_disc: all related issues
Initial Comment:
Since sum_disc.py was merged into upstream here, I think it will be most suitable to track all further feature request and issues here.
Thus I gather everything that is still open at the moment, most of them feature requests and quite old (low importance):
https://jira.toolserver.org/browse/DRTRIGON-123
----------------------------------------------------------------------
>Comment By: xqt (xqt)
Date: 2012-06-18 09:11
Message:
no feature request but a tracker request ;)
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2012-06-10 06:54
Message:
maybe you should wait a bit. we discuss to move to buzilla.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=3533577&group_…
Bugs item #1751238, was opened at 2007-07-10 07:53
Message generated for change (Settings changed) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=1751238&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: Wont Fix
Priority: 3
Private: No
Submitted By: Tomasz Sienicki (tsca)
Assigned to: Doug (bewareofdoug)
Summary: '-neverlink' doesn't work with '-wiktionary'
Initial Comment:
When the script is executed with the '-wiktionary' option, the '-neverlink' parameter is ignored.
Although there are messages like "Skipping link to an ignored language" at the end the script wants to add those links to entries anyway.
__version__ = '$Id: interwiki.py,v 1.395 2007/06/30 15:26:35 valhallasw Exp $'
----------------------------------------------------------------------
Comment By: Doug (bewareofdoug)
Date: 2011-12-30 02:56
Message:
This is a documented interaction between -neverlink and hints, they are
incompatible options, -wiktionary is approximately equal to "-hint:all" and
thus also incompatible.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=1751238&group_…
Bugs item #3428346, was opened at 2011-10-25 10:58
Message generated for change (Settings changed) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3428346&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: Closed
>Resolution: Out of Date
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: xqt (xqt)
Summary: utf8 error in category.py move
Initial Comment:
System Environment: Windows 7 Home Basic X64
Action: category.py move
Exact command from attached commands.log:
2011-10-25 19:36:06 r9648 Python 2.7.2 category.py "-ns:0" "summary:fix_category" "move"
Old Category name: कैलण्डर
Old category name input in cmd as: %E0%A4%95%E0%A5%88%E0%A4%B2%E0%A4%A3%E0%A5%8D%E0%A4%A1%E0%A4%B0
New Category name: वर्ष
New category name input in cmd as: %E0%A4%B5%E0%A4%B0%E0%A5%8D%E0%A4%B7
The old category page did not exist, the new category page did. Both category names were in hindi(devanagari script). The old category contained approximately 9000 articles. The bot didn't use the edit summary I gave and instead used the default summary(Maybe I did something wrong?) After 600 edits, the bot gave the following output in cmd(the gibberish is probably devanagari as rendered by cmd)(the windows username has been changed for anonymity):
Getting 60 pages from wikipedia:hi...
'utf8' codec can't decode bytes in position 127815-127816: unexpected end of dat
a
Traceback (most recent call last):
File "C:\Users\Me\Downloads\pywikipedia-nightly\pywikipedia\pagegenerators.py
", line 1191, in __iter__
for loaded_page in self.preload(somePages):
File "C:\Users\Me\Downloads\pywikipedia-nightly\pywikipedia\pagegenerators.py
", line 1216, in preload
pywikibot.getall(site, pagesThisSite)
File "C:\Users\Me\Downloads\pywikipedia-nightly\pywikipedia\wikipedia.py", li
ne 4440, in getall
_GetAll(site, pages, throttle, force).run()
File "C:\Users\Me\Downloads\pywikipedia-nightly\pywikipedia\wikipedia.py", li
ne 4071, in run
data = self.getData()
File "C:\Users\Me\Downloads\pywikipedia-nightly\pywikipedia\wikipedia.py", li
ne 4253, in getData
response, data = self.site.postForm(address, predata)
File "C:\Users\Me\Downloads\pywikipedia-nightly\pywikipedia\wikipedia.py", li
ne 5279, in postForm
cookies=self.cookies(sysop = sysop))
File "C:\Users\Me\Downloads\pywikipedia-nightly\pywikipedia\wikipedia.py", li
ne 5408, in postData
% (self.protocol(), self.hostname(), path))
NameError: global name 'path' is not defined
global name 'path' is not defined
Getting [[cnfnrenii:qailnfnrr]]...
Getting [[cnfnrenii:qailnfnrr]] list from cmcontinue=page|e0a4aae0a582e0a4b0e0a5
8de0a4b52c20e0a5a8e0a5a6e0a5abe0a5ab20e0a488e0a4b8e0a4be0ae0a5a8e0a5a6e0a5abe0a5
ab20e0a488e0a4b8e0a4be20e0a4aae0a582e0a4b0e0a58de0a4b5|230770...
Getting [[cnfnrenii:qailnfnrr]] list from cmcontinue=page|e0a4aae0a582e0a4b0e0a5
8de0a4b52c20e0a5a8e0a5abe0a5a6e0a5ab20e0a488e0a4b8e0a4be0ae0a5a8e0a5abe0a5a6e0a5
ab20e0a488e0a4b8e0a4be20e0a4aae0a582e0a4b0e0a58de0a4b5|231220...
Getting [[cnfnrenii:qailnfnrr]] list from cmcontinue=page|e0a4aae0a582e0a4b0e0a5
8de0a4b52c20e0a5a8e0a5afe0a5abe0a5ac20e0a488e0a4b8e0a4be0ae0a5a8e0a5afe0a5abe0a5
ac20e0a488e0a4b8e0a4be20e0a4aae0a582e0a4b0e0a58de0a4b5|231671...
Getting [[cnfnrenii:qailnfnrr]] list from cmcontinue=page|e0a4aae0a582e0a4b0e0a5
8de0a4b52c20e0a5a9e0a5aae0a5a6e0a5ae20e0a488e0a4b8e0a4be0ae0a5a9e0a5aae0a5a6e0a5
ae20e0a488e0a4b8e0a4be20e0a4aae0a582e0a4b0e0a58de0a4b5|232122...
Getting [[cnfnrenii:qailnfnrr]] list from cmcontinue=page|e0a4aae0a582e0a4b0e0a5
8de0a4b52c20e0a5a9e0a5aee0a5abe0a5af20e0a488e0a4b8e0a4be0ae0a5a9e0a5aee0a5abe0a5
af20e0a488e0a4b8e0a4be20e0a4aae0a582e0a4b0e0a58de0a4b5|232573...
Getting [[cnfnrenii:qailnfnrr]] list from cmcontinue=page|e0a4aae0a582e0a4b0e0a5
8de0a4b52c20e0a5aae0a5a9e0a5a6e0a5ae20e0a488e0a4b8e0a4be0ae0a5aae0a5a9e0a5a6e0a5
ae20e0a488e0a4b8e0a4be20e0a4aae0a582e0a4b0e0a58de0a4b5|235031...
Getting [[cnfnrenii:qailnfnrr]] list from cmcontinue=page|e0a4aae0a582e0a4b0e0a5
8de0a4b52c20e0a5aae0a5ade0a5abe0a5af20e0a488e0a4b8e0a4be0ae0a5aae0a5ade0a5abe0a5
af20e0a488e0a4b8e0a4be20e0a4aae0a582e0a4b0e0a58de0a4b5|235482...
Getting [[cnfnrenii:qailnfnrr]] list from cmcontinue=page|e0a4aae0a582e0a4b0e0a5
8de0a4b52c20e0a5abe0a5a8e0a5a6e0a5af20e0a488e0a4b8e0a4be0ae0a5abe0a5a8e0a5a6e0a5
af20e0a488e0a4b8e0a4be20e0a4aae0a582e0a4b0e0a58de0a4b5|232923...
Getting [[cnfnrenii:qailnfnrr]] list from cmcontinue=page|e0a4aae0a582e0a4b0e0a5
8de0a4b52c20e0a5abe0a5ace0a5ace0a5a620e0a488e0a4b8e0a4be0ae0a5abe0a5ace0a5ace0a5
a620e0a488e0a4b8e0a4be20e0a4aae0a582e0a4b0e0a58de0a4b5|233373...
Getting [[cnfnrenii:qailnfnrr]] list from cmcontinue=page|e0a4aae0a582e0a4b0e0a5
8de0a4b52c20e0a5ace0a5a7e0a5a720e0a488e0a4b8e0a4be0ae0a5ace0a5a7e0a5a720e0a488e0
a4b8e0a4be20e0a4aae0a582e0a4b0e0a58de0a4b5|229329...
Getting [[cnfnrenii:qailnfnrr]] list from cmcontinue=page|e0a4aae0a582e0a4b0e0a5
8de0a4b52c20e0a5ace0a5abe0a5ace0a5a620e0a488e0a4b8e0a4be0ae0a5ace0a5abe0a5ace0a5
a620e0a488e0a4b8e0a4be20e0a4aae0a582e0a4b0e0a58de0a4b5|234283...
Getting [[cnfnrenii:qailnfnrr]] list from cmcontinue=page|e0a4aae0a582e0a4b0e0a5
8de0a4b52c20e0a5ade0a5a6e0a5a720e0a488e0a4b8e0a4be0ae0a5ade0a5a6e0a5a720e0a488e0
a4b8e0a4be20e0a4aae0a582e0a4b0e0a58de0a4b5|229419...
Getting [[cnfnrenii:qailnfnrr]] list from cmcontinue=page|e0a4aae0a582e0a4b0e0a5
8de0a4b52c20e0a5ade0a5aae0a5ace0a5a620e0a488e0a4b8e0a4be0ae0a5ade0a5aae0a5ace0a5
a620e0a488e0a4b8e0a4be20e0a4aae0a582e0a4b0e0a58de0a4b5|236183...
Getting [[cnfnrenii:qailnfnrr]] list from cmcontinue=page|e0a4aae0a582e0a4b0e0a5
8de0a4b52c20e0a5ade0a5afe0a5a7e0a5a620e0a488e0a4b8e0a4be0ae0a5ade0a5afe0a5a7e0a5
a620e0a488e0a4b8e0a4be20e0a4aae0a582e0a4b0e0a58de0a4b5|236634...
Getting [[cnfnrenii:qailnfnrr]] list from cmcontinue=page|e0a4aae0a582e0a4b0e0a5
8de0a4b52c20e0a5aee0a5a9e0a5ace0a5a720e0a488e0a4b8e0a4be0ae0a5aee0a5a9e0a5ace0a5
a720e0a488e0a4b8e0a4be20e0a4aae0a582e0a4b0e0a58de0a4b5|237086...
Getting [[cnfnrenii:qailnfnrr]] list from cmcontinue=page|e0a4aae0a582e0a4b0e0a5
8de0a4b52c20e0a5aee0a5aee0a5a7e0a5a720e0a488e0a4b8e0a4be0ae0a5aee0a5aee0a5a7e0a5
a720e0a488e0a4b8e0a4be20e0a4aae0a582e0a4b0e0a58de0a4b5|237536...
Getting 15 pages from wikipedia:hi...
Updating page [[cnfnrenii:2007|32303037]] via API
Sleeping for 6.3 seconds, 2011-10-25 21:52:30
Updating page [[cnfnrenii:mqfntnuubr|e0a485e0a495e0a58de0a4a4e0a582e0a4ace0a4b0]
] via API
Updating page [[cnfnrenii:mgsfntn|e0a485e0a497e0a4b8e0a58de0a4a4]] via API
Updating page [[cnfnrenii:mpafnrail|e0a485e0a4aae0a58de0a4b0e0a588e0a4b2]] via A
PI
Updating page [[cnfnrenii:isfnlaamii qailenfnrr|e0a487e0a4b8e0a58de0a4b2e0a4bee0
a4aee0a58020e0a495e0a588e0a4b2e0a587e0a4a3e0a58de0a4a1e0a4b0]] via API
Sleeping for 7.3 seconds, 2011-10-25 21:53:09
Updating page [[cnfnrenii:znvrii|e0a49ce0a4a8e0a4b5e0a4b0e0a580]] via API
Sleeping for 5.7 seconds, 2011-10-25 21:53:20
Updating page [[cnfnrenii:zulaaii|e0a49ce0a581e0a4b2e0a4bee0a488]] via API
Sleeping for 5.5 seconds, 2011-10-25 21:53:31
Updating page [[cnfnrenii:zuun|e0a49ce0a582e0a4a8]] via API
Updating page [[cnfnrenii:dnis?br|e0a4a6e0a4bfe0a4b8e0a482e0a4ace0a4b0]] via API
Sleeping for 4.3 seconds, 2011-10-25 21:53:52
Updating page [[cnfnrenii:nv?br|e0a4a8e0a4b5e0a482e0a4ace0a4b0]] via API
Sleeping for 5.4 seconds, 2011-10-25 21:54:01
Updating page [[cnfnrenii:frvrii|e0a4abe0a4b0e0a4b5e0a4b0e0a580]] via API
Sleeping for 5.5 seconds, 2011-10-25 21:54:11
Updating page [[cnfnrenii:mii|e0a4aee0a488]] via API
Sleeping for 5.1 seconds, 2011-10-25 21:54:21
Updating page [[cnfnrenii:maarfnc|e0a4aee0a4bee0a4b0e0a58de0a49a]] via API
Updating page [[cnfnrenii:sitn?br|e0a4b8e0a4bfe0a4a4e0a482e0a4ace0a4b0]] via API
Sleeping for 5.7 seconds, 2011-10-25 21:54:40
Updating page [[cnfnrenii:fninfndnuu qaile?rr|e0a4b9e0a4bfe0a4a8e0a58de0a4a6e0a5
8220e0a495e0a588e0a4b2e0a587e0a482e0a4a1e0a4b0]] via API
After this, the bot stopped even though there were a lot of articles remaining in the old category. Note that the last 15 edits done by the bot are actually subcategory moves, not article moves as originally intended.
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2011-10-26 01:59
Message:
Please give us th result of version.py
I am quite sure your are running an old release. Please update your bot and
try again.
NameError for global name 'path' is fixed in r9675
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3428346&group_…