Bugs item #2976434, was opened at 2010-03-25 12:05
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2976434&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: interwiki in -wiktionary mode
Initial Comment:
In -wiktionary mode, when interwiki bot searches for exactly the same page titles in other languages, the output "NOTE: [[page_title]] does not have any interwiki links" is absolutely useless. Please remove it to save space on screen/in logs.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2976434&group_…
Feature Requests item #2890635, was opened at 2009-11-02 12:11
Message generated for change (Settings changed) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=2890635&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: 4
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: cosmetic changes and DEFAULTSORT
Initial Comment:
script would repair Defaultsort template by adding
text = wikipedia.replaceExcept(text, r'{{DEFAULTSORT: ', r'{{DEFAULTSORT:', ['comment', 'nowiki', 'pre'])
but Script maybe shouldn't add empty row between DEFAULTSORT and categories like here
http://cs.wikipedia.org/w/index.php?title=Nicolas_de_Condorcet&curid=480689…
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2009-11-04 07:47
Message:
This comes from standardizeCategories which inserts a blank line between
any text above categories and the iw-links below it
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=2890635&group_…
Feature Requests item #2971233, was opened at 2010-03-16 13:19
Message generated for change (Comment added) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=2971233&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
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: xqt (xqt)
Summary: message change
Initial Comment:
After last changes in framwork there is message:
Getting XX pages from wikipedia NN via API...
it would be more friendly when the language code is in the end like it was before
Getting XX pages via API from wikipedia NN
----------------------------------------------------------------------
>Comment By: xqt (xqt)
Date: 2010-03-22 19:07
Message:
done in r8027
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2010-03-16 17:29
Message:
The old message was "Getting XX pages from wikipedia NN".
The suffix indicates that bot uses the API interface instead of screen
scrapeing.
Woun't fix it.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=2971233&group_…
Bugs item #2973717, was opened at 2010-03-20 09:57
Message generated for change (Comment added) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2973717&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: Fixed
Priority: 5
Private: No
Submitted By: Mikko Silvonen (silvonen)
>Assigned to: xqt (xqt)
Summary: Throttle mechanism broken?
Initial Comment:
When I ran this command on the Finnish Wikipedia, my bot made more than 20 edits per minute (instead of max. 12):
>template.py -pt:5 -always -namespace:0 "Tynkä/Ranskalainen jalkapalloilija" "Tynkä/Jalkapalloilija"
See http://fi.wikipedia.org/wiki/Toiminnot:Muokkaukset/SilvonenBot
Is the throttle mechanism broken? I don't know if this is significant, but I had also another bot run in progress at the same time.
>python version.py
Pywikipedia [http] trunk/pywikipedia (r8029, 2010/03/19, 06:06:48)
Python 2.5.4 (r254:67916, Jan 29 2009, 12:02:11) [MSC v.1310 32 bit (Intel)]
----------------------------------------------------------------------
>Comment By: xqt (xqt)
Date: 2010-03-22 15:50
Message:
fixed in r8035
----------------------------------------------------------------------
Comment By: Mikko Silvonen (silvonen)
Date: 2010-03-20 10:18
Message:
The bot seems to sleep the correct number of seconds upon the first edit,
but thereafter it just runs in a tight loop.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2973717&group_…
Bugs item #2960429, was opened at 2010-02-28 00:08
Message generated for change (Comment added) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2960429&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: login
Group: None
Status: Open
Resolution: None
>Priority: 6
Private: No
Submitted By: masti (masti01)
Assigned to: Nobody/Anonymous (nobody)
Summary: login.py no login IP blocked/user not
Initial Comment:
While loging with a bot from blocked IP range I got following:
$ python login.py -lang:ru
Password for user MastiBot on wikipedia:ru:
Logging in to wikipedia:ru as MastiBot
WARNING: Your account on wikipedia:ru is blocked. Editing using this account will stop the run.
Should be logged in now
Only IP range /16 is blocked. I can log manually form sam IP.
Then when a bot is run:
Updating links on page [[ru:Словацкий, Юлиуш]].
Changes to be made: изменил: [[uk:Юліуш Словацький]]
- [[uk:Словацький Юліуш]]
+ [[uk:Юліуш Словацький]]
NOTE: Performing a recursive query first to save time....
NOTE: Nothing left to do 2
NOTE: Updating live wiki...
WARNING: Your account on wikipedia:ru is blocked. Editing using this account will stop the run.
Dump pl (wikipedia) appended.
Traceback (most recent call last):
File "interwiki.py", line 2390, in <module>
main()
File "interwiki.py", line 2364, in main
bot.run()
File "interwiki.py", line 2124, in run
self.queryStep()
File "interwiki.py", line 2102, in queryStep
subj.finish(self)
File "interwiki.py", line 1627, in finish
if self.replaceLinks(page, new, bot):
File "interwiki.py", line 1808, in replaceLinks
status, reason, data = page.put(newtext, comment = mcomment)
File "/usr/home/masti/pw/pywikipedia/wikipedia.py", line 1540, in put
self.site().checkBlocks(sysop = sysop)
File "/usr/home/masti/pw/pywikipedia/wikipedia.py", line 4811, in checkBlocks
raise UserBlocked('User is blocked in site %s' % self)
pywikibot.exceptions.UserBlocked: User is blocked in site wikipedia:ru
The block is for ovh.pl hosting service.
$ python version.py
Pywikipedia [http] trunk/pywikipedia (r7972, 2010/02/27, 10:13:26)
Python 2.6.2 (r262:71600, Oct 22 2009, 08:54:52)
[GCC 4.3.4]
----------------------------------------------------------------------
>Comment By: xqt (xqt)
Date: 2010-03-22 08:15
Message:
same as 2973428
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2960429&group_…
Bugs item #2973428, was opened at 2010-03-19 20:50
Message generated for change (Settings changed) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2973428&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: Duplicate
Priority: 5
Private: No
Submitted By: aindrij Bondarenko (paleozavr)
>Assigned to: xqt (xqt)
Summary: interwiki writes "blocked" while it's not true
Initial Comment:
Account of my bot isn't blocked on en-wiki, neverthelles it writes the next:
WARNING: Your account on wikipedia:en is blocked. Editing using this account wil
l stop the run.
NOTE: You have new messages on wikipedia:en
Dump uk (wikipedia) appended.
Traceback (most recent call last):
File "C:\bot3\interwiki.py", line 2400, in <module>
main()
File "C:\bot3\interwiki.py", line 2374, in main
bot.run()
File "C:\bot3\interwiki.py", line 2134, in run
self.queryStep()
File "C:\bot3\interwiki.py", line 2112, in queryStep
subj.finish(self)
File "C:\bot3\interwiki.py", line 1637, in finish
if self.replaceLinks(page, new, bot):
File "C:\bot3\interwiki.py", line 1818, in replaceLinks
status, reason, data = page.put(newtext, comment = mcomment)
File "C:\bot3\wikipedia.py", line 1528, in put
self.site().checkBlocks(sysop = sysop)
File "C:\bot3\wikipedia.py", line 4594, in checkBlocks
raise UserBlocked('User is blocked in site %s' % self)
pywikibot.exceptions.UserBlocked: User is blocked in site wikipedia:en
----------------------------------------------------------------------
Comment By: masti (masti01)
Date: 2010-03-21 22:35
Message:
same as #2960429
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2010-03-19 21:09
Message:
I found mw API was confusing today. It returns pages as deleted but they
where not. Maybe these bugs came from mw and are not inherited in pwb.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2973428&group_…
Bugs item #2973428, was opened at 2010-03-19 20:50
Message generated for change (Comment added) made by masti01
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2973428&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: aindrij Bondarenko (paleozavr)
Assigned to: Nobody/Anonymous (nobody)
Summary: interwiki writes "blocked" while it's not true
Initial Comment:
Account of my bot isn't blocked on en-wiki, neverthelles it writes the next:
WARNING: Your account on wikipedia:en is blocked. Editing using this account wil
l stop the run.
NOTE: You have new messages on wikipedia:en
Dump uk (wikipedia) appended.
Traceback (most recent call last):
File "C:\bot3\interwiki.py", line 2400, in <module>
main()
File "C:\bot3\interwiki.py", line 2374, in main
bot.run()
File "C:\bot3\interwiki.py", line 2134, in run
self.queryStep()
File "C:\bot3\interwiki.py", line 2112, in queryStep
subj.finish(self)
File "C:\bot3\interwiki.py", line 1637, in finish
if self.replaceLinks(page, new, bot):
File "C:\bot3\interwiki.py", line 1818, in replaceLinks
status, reason, data = page.put(newtext, comment = mcomment)
File "C:\bot3\wikipedia.py", line 1528, in put
self.site().checkBlocks(sysop = sysop)
File "C:\bot3\wikipedia.py", line 4594, in checkBlocks
raise UserBlocked('User is blocked in site %s' % self)
pywikibot.exceptions.UserBlocked: User is blocked in site wikipedia:en
----------------------------------------------------------------------
Comment By: masti (masti01)
Date: 2010-03-21 22:35
Message:
same as #2960429
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2010-03-19 21:09
Message:
I found mw API was confusing today. It returns pages as deleted but they
where not. Maybe these bugs came from mw and are not inherited in pwb.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2973428&group_…
Bugs item #2974246, was opened at 2010-03-21 22:17
Message generated for change (Tracker Item Submitted) made by masti01
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2974246&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: masti (masti01)
Assigned to: Nobody/Anonymous (nobody)
Summary: he.wiki - interwikis outside main namespace
Initial Comment:
the bot shpuld not add interwikis to pages outdside main namespace until it is solved where to put them. A lot of pages in Wikipedia namespace have their ''doc'' pages but there is no common template showingthis pages. see http://he.wikipedia.org/wiki/%D7%A9%D7%99%D7%97%D7%AA_%D7%9E%D7%A9%D7%AA%D7…
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2974246&group_…