Bugs item #3083970, was opened at 2010-10-08 22:20
Message generated for change (Tracker Item Submitted) made by masti01
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3083970&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: API hookaborted by pagefromfile.py
Initial Comment:
When I try to add pages using pagefromfile.py edits are aborted with:
Unknown Error. API Error code:hookaborted
Information:The modification you tried to make was aborted by an extension hook
example:
>python pagefromfile.py -file:nepaldystryktredir -start:"HHH" -end:"HHH" -notitle -summary:"Bot dodaje alternatywne nazwy dystryktów Nepalu"Reading 'nepaldystryktredir'...
>>> Bardia (dystrykt) <<<
NOTE: You have new messages on wikipedia:pl
Sleeping for 7.5 seconds, 2010-10-08 22:16:41
Creating page [[Bardia (dystrykt)]] via API
Unknown Error. API Error code:hookaborted
Information:The modification you tried to make was aborted by an extension hook
>python version.py
Pywikipedia [http] trunk/pywikipedia (r8623, 2010/10/08, 15:28:12)
Python 2.6.4 (r264:75706, Jun 4 2010, 18:20:16)
[GCC 4.4.4 20100503 (Red Hat 4.4.4-2)]
config-settings:
use_api = True
use_api_login = True
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3083970&group_…
Bugs item #3080059, was opened at 2010-10-02 19:39
Message generated for change (Comment added) made by mga73
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3080059&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: Accepted
Priority: 5
Private: No
Submitted By: MGA73 (mga73)
Assigned to: xqt (xqt)
Summary: NowCommons.py
Initial Comment:
NowCommons.py gives me an error after replacing usage:
Traceback (most recent call last):
File "C:\pywikipedia\nowcommons.py", line 359, in <module>
main()
File "C:\pywikipedia\nowcommons.py", line 355, in main
bot.run()
File "C:\pywikipedia\nowcommons.py", line 318, in run
oImageRobot.run()
File "C:\pywikipedia\image.py", line 137, in run
case = re.escape(self.oldImage[0].upper() + \
IndexError: string index out of range
MGA73
----------------------------------------------------------------------
>Comment By: MGA73 (mga73)
Date: 2010-10-08 18:28
Message:
I will :-) It works on other wikis (example lb). The problem is that the
nowcommons-template has been changed on en-wiki. Thank you!
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2010-10-08 18:23
Message:
Ok, I've found the bug. Some of the images have a time stamp and this gives
the mess. I'll fix it this weekend asap. Please wait patiently...
(and sorry for this unapproved edit on en-wiki. I just typed your command
line within the -replacealways :-)
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2010-10-08 18:01
Message:
Oh I see. This comes when -replaceloose is set. Just put the line
import urllib
to import this module.
But there is another bug replacing wrong file names:
http://en.wikipedia.org/w/index.php?title=Forum_check&action=historysubmit&…
Did this script ever works?
----------------------------------------------------------------------
Comment By: MGA73 (mga73)
Date: 2010-10-08 17:24
Message:
Thank you for the fast response. I still get an error:
Traceback (most recent call last):
File "C:\pywikipedia\nowcommons.py", line 409, in <module>
main()
File "C:\pywikipedia\nowcommons.py", line 405, in main
bot.run()
File "C:\pywikipedia\nowcommons.py", line 346, in run
localImagePage.titleWithoutNamespace()),
File "C:\pywikipedia\nowcommons.py", line 282, in urlname
return urllib.quote(encodedTitle)
NameError: global name 'urllib' is not defined
Perhaps it would be easier for you if you tested this command yourself:
nowcommons.py -replace -replacealways: -replaceloose -replaceonly -lang:en
and trying both "no" and "yes".
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2010-10-06 08:12
Message:
refixed in r8611
----------------------------------------------------------------------
Comment By: MGA73 (mga73)
Date: 2010-10-05 19:08
Message:
Thank you. Now I get this error:
Traceback (most recent call last):
File "C:\pywikipedia\nowcommons.py", line 409, in <module>
main()
File "C:\pywikipedia\nowcommons.py", line 405, in main
bot.run()
File "C:\pywikipedia\nowcommons.py", line 346, in run
localImagePage.titleWithoutNamespace()),
TypeError: urlname() takes exactly 1 argument (2 given)
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2010-10-04 23:01
Message:
fixd in r8606, Please check it.
----------------------------------------------------------------------
Comment By: MGA73 (mga73)
Date: 2010-10-02 19:42
Message:
__version__ = '$Id: nowcommons.py 8406 2010-08-17 17:09:03Z amir $'
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3080059&group_…
Bugs item #3080059, was opened at 2010-10-02 19:39
Message generated for change (Comment added) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3080059&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: Accepted
Priority: 5
Private: No
Submitted By: MGA73 (mga73)
Assigned to: xqt (xqt)
Summary: NowCommons.py
Initial Comment:
NowCommons.py gives me an error after replacing usage:
Traceback (most recent call last):
File "C:\pywikipedia\nowcommons.py", line 359, in <module>
main()
File "C:\pywikipedia\nowcommons.py", line 355, in main
bot.run()
File "C:\pywikipedia\nowcommons.py", line 318, in run
oImageRobot.run()
File "C:\pywikipedia\image.py", line 137, in run
case = re.escape(self.oldImage[0].upper() + \
IndexError: string index out of range
MGA73
----------------------------------------------------------------------
>Comment By: xqt (xqt)
Date: 2010-10-08 18:23
Message:
Ok, I've found the bug. Some of the images have a time stamp and this gives
the mess. I'll fix it this weekend asap. Please wait patiently...
(and sorry for this unapproved edit on en-wiki. I just typed your command
line within the -replacealways :-)
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2010-10-08 18:01
Message:
Oh I see. This comes when -replaceloose is set. Just put the line
import urllib
to import this module.
But there is another bug replacing wrong file names:
http://en.wikipedia.org/w/index.php?title=Forum_check&action=historysubmit&…
Did this script ever works?
----------------------------------------------------------------------
Comment By: MGA73 (mga73)
Date: 2010-10-08 17:24
Message:
Thank you for the fast response. I still get an error:
Traceback (most recent call last):
File "C:\pywikipedia\nowcommons.py", line 409, in <module>
main()
File "C:\pywikipedia\nowcommons.py", line 405, in main
bot.run()
File "C:\pywikipedia\nowcommons.py", line 346, in run
localImagePage.titleWithoutNamespace()),
File "C:\pywikipedia\nowcommons.py", line 282, in urlname
return urllib.quote(encodedTitle)
NameError: global name 'urllib' is not defined
Perhaps it would be easier for you if you tested this command yourself:
nowcommons.py -replace -replacealways: -replaceloose -replaceonly -lang:en
and trying both "no" and "yes".
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2010-10-06 08:12
Message:
refixed in r8611
----------------------------------------------------------------------
Comment By: MGA73 (mga73)
Date: 2010-10-05 19:08
Message:
Thank you. Now I get this error:
Traceback (most recent call last):
File "C:\pywikipedia\nowcommons.py", line 409, in <module>
main()
File "C:\pywikipedia\nowcommons.py", line 405, in main
bot.run()
File "C:\pywikipedia\nowcommons.py", line 346, in run
localImagePage.titleWithoutNamespace()),
TypeError: urlname() takes exactly 1 argument (2 given)
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2010-10-04 23:01
Message:
fixd in r8606, Please check it.
----------------------------------------------------------------------
Comment By: MGA73 (mga73)
Date: 2010-10-02 19:42
Message:
__version__ = '$Id: nowcommons.py 8406 2010-08-17 17:09:03Z amir $'
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3080059&group_…
Bugs item #3080059, was opened at 2010-10-02 19:39
Message generated for change (Comment added) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3080059&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: Accepted
Priority: 5
Private: No
Submitted By: MGA73 (mga73)
Assigned to: xqt (xqt)
Summary: NowCommons.py
Initial Comment:
NowCommons.py gives me an error after replacing usage:
Traceback (most recent call last):
File "C:\pywikipedia\nowcommons.py", line 359, in <module>
main()
File "C:\pywikipedia\nowcommons.py", line 355, in main
bot.run()
File "C:\pywikipedia\nowcommons.py", line 318, in run
oImageRobot.run()
File "C:\pywikipedia\image.py", line 137, in run
case = re.escape(self.oldImage[0].upper() + \
IndexError: string index out of range
MGA73
----------------------------------------------------------------------
>Comment By: xqt (xqt)
Date: 2010-10-08 18:01
Message:
Oh I see. This comes when -replaceloose is set. Just put the line
import urllib
to import this module.
But there is another bug replacing wrong file names:
http://en.wikipedia.org/w/index.php?title=Forum_check&action=historysubmit&…
Did this script ever works?
----------------------------------------------------------------------
Comment By: MGA73 (mga73)
Date: 2010-10-08 17:24
Message:
Thank you for the fast response. I still get an error:
Traceback (most recent call last):
File "C:\pywikipedia\nowcommons.py", line 409, in <module>
main()
File "C:\pywikipedia\nowcommons.py", line 405, in main
bot.run()
File "C:\pywikipedia\nowcommons.py", line 346, in run
localImagePage.titleWithoutNamespace()),
File "C:\pywikipedia\nowcommons.py", line 282, in urlname
return urllib.quote(encodedTitle)
NameError: global name 'urllib' is not defined
Perhaps it would be easier for you if you tested this command yourself:
nowcommons.py -replace -replacealways: -replaceloose -replaceonly -lang:en
and trying both "no" and "yes".
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2010-10-06 08:12
Message:
refixed in r8611
----------------------------------------------------------------------
Comment By: MGA73 (mga73)
Date: 2010-10-05 19:08
Message:
Thank you. Now I get this error:
Traceback (most recent call last):
File "C:\pywikipedia\nowcommons.py", line 409, in <module>
main()
File "C:\pywikipedia\nowcommons.py", line 405, in main
bot.run()
File "C:\pywikipedia\nowcommons.py", line 346, in run
localImagePage.titleWithoutNamespace()),
TypeError: urlname() takes exactly 1 argument (2 given)
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2010-10-04 23:01
Message:
fixd in r8606, Please check it.
----------------------------------------------------------------------
Comment By: MGA73 (mga73)
Date: 2010-10-02 19:42
Message:
__version__ = '$Id: nowcommons.py 8406 2010-08-17 17:09:03Z amir $'
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3080059&group_…
Bugs item #3080059, was opened at 2010-10-02 19:39
Message generated for change (Settings changed) made by mga73
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3080059&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: Fixed
Priority: 5
Private: No
Submitted By: MGA73 (mga73)
Assigned to: xqt (xqt)
Summary: NowCommons.py
Initial Comment:
NowCommons.py gives me an error after replacing usage:
Traceback (most recent call last):
File "C:\pywikipedia\nowcommons.py", line 359, in <module>
main()
File "C:\pywikipedia\nowcommons.py", line 355, in main
bot.run()
File "C:\pywikipedia\nowcommons.py", line 318, in run
oImageRobot.run()
File "C:\pywikipedia\image.py", line 137, in run
case = re.escape(self.oldImage[0].upper() + \
IndexError: string index out of range
MGA73
----------------------------------------------------------------------
>Comment By: MGA73 (mga73)
Date: 2010-10-08 17:24
Message:
Thank you for the fast response. I still get an error:
Traceback (most recent call last):
File "C:\pywikipedia\nowcommons.py", line 409, in <module>
main()
File "C:\pywikipedia\nowcommons.py", line 405, in main
bot.run()
File "C:\pywikipedia\nowcommons.py", line 346, in run
localImagePage.titleWithoutNamespace()),
File "C:\pywikipedia\nowcommons.py", line 282, in urlname
return urllib.quote(encodedTitle)
NameError: global name 'urllib' is not defined
Perhaps it would be easier for you if you tested this command yourself:
nowcommons.py -replace -replacealways: -replaceloose -replaceonly -lang:en
and trying both "no" and "yes".
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2010-10-06 08:12
Message:
refixed in r8611
----------------------------------------------------------------------
Comment By: MGA73 (mga73)
Date: 2010-10-05 19:08
Message:
Thank you. Now I get this error:
Traceback (most recent call last):
File "C:\pywikipedia\nowcommons.py", line 409, in <module>
main()
File "C:\pywikipedia\nowcommons.py", line 405, in main
bot.run()
File "C:\pywikipedia\nowcommons.py", line 346, in run
localImagePage.titleWithoutNamespace()),
TypeError: urlname() takes exactly 1 argument (2 given)
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2010-10-04 23:01
Message:
fixd in r8606, Please check it.
----------------------------------------------------------------------
Comment By: MGA73 (mga73)
Date: 2010-10-02 19:42
Message:
__version__ = '$Id: nowcommons.py 8406 2010-08-17 17:09:03Z amir $'
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3080059&group_…
Bugs item #3081100, was opened at 2010-10-04 16:53
Message generated for change (Comment added) made by djsasso
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3081100&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: Pending
Resolution: Works For Me
Priority: 7
Private: No
Submitted By: Grimlock (grimlockfr)
Assigned to: xqt (xqt)
Summary: Problem with hi characters
Initial Comment:
Pywikipedia [http] trunk/pywikipedia (r8602, 2010/10/04, 19:33:48)
Python 2.7 (r27:82525, Jul 4 2010, 09:01:59) [MSC v.1500 32 bit (Intel)]
config-settings:
use_api = True
use_api_login = Tru
My interwiki bot on Wikipedia (using interwiki.py) can not identify correctly the interwiki link to hi, and, as a consequence, the link, which is identified as a bad one, is removed when I use -cleanup option (see here http://fr.wikipedia.org/w/index.php?title=Mark_Zuckerberg&action=historysub… for an example). It appears that one or more characters are misunderstood.
----------------------------------------------------------------------
Comment By: DJSasso (djsasso)
Date: 2010-10-07 16:02
Message:
Nevermind...I just noticed that you made a change to not remove hi links in
autonomous mode.
----------------------------------------------------------------------
Comment By: DJSasso (djsasso)
Date: 2010-10-07 15:38
Message:
I should note this morning I updated to the most recent build and have not
seen it since. And its been about 6 hours now since then. So it may have
fixed itself in the most recent build. Or I may have just been lucky and
not had any hi links gets mistaken in that time.
----------------------------------------------------------------------
Comment By: DJSasso (djsasso)
Date: 2010-10-07 15:21
Message:
Yeah look at my edits on de. I reverted a bunch of my bots changes.
http://de.wikipedia.org/wiki/Spezial:Beitr%C3%A4ge/Djsasso
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2010-10-07 13:35
Message:
Most problems came from SassoBot, MastiBot, User:ChuispastonBot,
VolkowBot, see
http://de.wikipedia.org/wiki/Wikipedia:Bots/Notizen#Interwiki-Probleme_mit_…
With actual py version deleting of hi-links is stopped. Well I'll
investigate your hint. Do you have some examples for me.
----------------------------------------------------------------------
Comment By: DJSasso (djsasso)
Date: 2010-10-07 09:26
Message:
In doing some cleanup of my bots edits on one wiki. I have seen atleast 4
other bots doing this recently. So there is clearly an issue somewhere. I
was running the new -cleanup option so maybe that is what causes it.
----------------------------------------------------------------------
Comment By: DJSasso (djsasso)
Date: 2010-10-07 07:33
Message:
It is doing it for me as well. Has been for the last few days, but seeing
as other bot seemed to fix it immediately I didn`t think it was a big issue
or was maybe my machine. So I was trying to figure it out on my own. But if
its happening to others its clearly not just my machine.
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2010-10-05 10:17
Message:
I found this bug this morning but now it works as expected.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3081100&group_…
Bugs item #3081100, was opened at 2010-10-04 16:53
Message generated for change (Comment added) made by djsasso
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3081100&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: Pending
Resolution: Works For Me
Priority: 7
Private: No
Submitted By: Grimlock (grimlockfr)
Assigned to: xqt (xqt)
Summary: Problem with hi characters
Initial Comment:
Pywikipedia [http] trunk/pywikipedia (r8602, 2010/10/04, 19:33:48)
Python 2.7 (r27:82525, Jul 4 2010, 09:01:59) [MSC v.1500 32 bit (Intel)]
config-settings:
use_api = True
use_api_login = Tru
My interwiki bot on Wikipedia (using interwiki.py) can not identify correctly the interwiki link to hi, and, as a consequence, the link, which is identified as a bad one, is removed when I use -cleanup option (see here http://fr.wikipedia.org/w/index.php?title=Mark_Zuckerberg&action=historysub… for an example). It appears that one or more characters are misunderstood.
----------------------------------------------------------------------
Comment By: DJSasso (djsasso)
Date: 2010-10-07 15:38
Message:
I should note this morning I updated to the most recent build and have not
seen it since. And its been about 6 hours now since then. So it may have
fixed itself in the most recent build. Or I may have just been lucky and
not had any hi links gets mistaken in that time.
----------------------------------------------------------------------
Comment By: DJSasso (djsasso)
Date: 2010-10-07 15:21
Message:
Yeah look at my edits on de. I reverted a bunch of my bots changes.
http://de.wikipedia.org/wiki/Spezial:Beitr%C3%A4ge/Djsasso
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2010-10-07 13:35
Message:
Most problems came from SassoBot, MastiBot, User:ChuispastonBot,
VolkowBot, see
http://de.wikipedia.org/wiki/Wikipedia:Bots/Notizen#Interwiki-Probleme_mit_…
With actual py version deleting of hi-links is stopped. Well I'll
investigate your hint. Do you have some examples for me.
----------------------------------------------------------------------
Comment By: DJSasso (djsasso)
Date: 2010-10-07 09:26
Message:
In doing some cleanup of my bots edits on one wiki. I have seen atleast 4
other bots doing this recently. So there is clearly an issue somewhere. I
was running the new -cleanup option so maybe that is what causes it.
----------------------------------------------------------------------
Comment By: DJSasso (djsasso)
Date: 2010-10-07 07:33
Message:
It is doing it for me as well. Has been for the last few days, but seeing
as other bot seemed to fix it immediately I didn`t think it was a big issue
or was maybe my machine. So I was trying to figure it out on my own. But if
its happening to others its clearly not just my machine.
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2010-10-05 10:17
Message:
I found this bug this morning but now it works as expected.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3081100&group_…
Bugs item #3081100, was opened at 2010-10-04 16:53
Message generated for change (Comment added) made by djsasso
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3081100&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: Pending
Resolution: Works For Me
Priority: 7
Private: No
Submitted By: Grimlock (grimlockfr)
Assigned to: xqt (xqt)
Summary: Problem with hi characters
Initial Comment:
Pywikipedia [http] trunk/pywikipedia (r8602, 2010/10/04, 19:33:48)
Python 2.7 (r27:82525, Jul 4 2010, 09:01:59) [MSC v.1500 32 bit (Intel)]
config-settings:
use_api = True
use_api_login = Tru
My interwiki bot on Wikipedia (using interwiki.py) can not identify correctly the interwiki link to hi, and, as a consequence, the link, which is identified as a bad one, is removed when I use -cleanup option (see here http://fr.wikipedia.org/w/index.php?title=Mark_Zuckerberg&action=historysub… for an example). It appears that one or more characters are misunderstood.
----------------------------------------------------------------------
Comment By: DJSasso (djsasso)
Date: 2010-10-07 15:21
Message:
Yeah look at my edits on de. I reverted a bunch of my bots changes.
http://de.wikipedia.org/wiki/Spezial:Beitr%C3%A4ge/Djsasso
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2010-10-07 13:35
Message:
Most problems came from SassoBot, MastiBot, User:ChuispastonBot,
VolkowBot, see
http://de.wikipedia.org/wiki/Wikipedia:Bots/Notizen#Interwiki-Probleme_mit_…
With actual py version deleting of hi-links is stopped. Well I'll
investigate your hint. Do you have some examples for me.
----------------------------------------------------------------------
Comment By: DJSasso (djsasso)
Date: 2010-10-07 09:26
Message:
In doing some cleanup of my bots edits on one wiki. I have seen atleast 4
other bots doing this recently. So there is clearly an issue somewhere. I
was running the new -cleanup option so maybe that is what causes it.
----------------------------------------------------------------------
Comment By: DJSasso (djsasso)
Date: 2010-10-07 07:33
Message:
It is doing it for me as well. Has been for the last few days, but seeing
as other bot seemed to fix it immediately I didn`t think it was a big issue
or was maybe my machine. So I was trying to figure it out on my own. But if
its happening to others its clearly not just my machine.
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2010-10-05 10:17
Message:
I found this bug this morning but now it works as expected.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3081100&group_…
Bugs item #3081100, was opened at 2010-10-04 21:53
Message generated for change (Comment added) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3081100&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: Pending
Resolution: Works For Me
Priority: 7
Private: No
Submitted By: Grimlock (grimlockfr)
Assigned to: xqt (xqt)
Summary: Problem with hi characters
Initial Comment:
Pywikipedia [http] trunk/pywikipedia (r8602, 2010/10/04, 19:33:48)
Python 2.7 (r27:82525, Jul 4 2010, 09:01:59) [MSC v.1500 32 bit (Intel)]
config-settings:
use_api = True
use_api_login = Tru
My interwiki bot on Wikipedia (using interwiki.py) can not identify correctly the interwiki link to hi, and, as a consequence, the link, which is identified as a bad one, is removed when I use -cleanup option (see here http://fr.wikipedia.org/w/index.php?title=Mark_Zuckerberg&action=historysub… for an example). It appears that one or more characters are misunderstood.
----------------------------------------------------------------------
>Comment By: xqt (xqt)
Date: 2010-10-07 18:35
Message:
Most problems came from SassoBot, MastiBot, User:ChuispastonBot,
VolkowBot, see
http://de.wikipedia.org/wiki/Wikipedia:Bots/Notizen#Interwiki-Probleme_mit_…
With actual py version deleting of hi-links is stopped. Well I'll
investigate your hint. Do you have some examples for me.
----------------------------------------------------------------------
Comment By: DJSasso (djsasso)
Date: 2010-10-07 14:26
Message:
In doing some cleanup of my bots edits on one wiki. I have seen atleast 4
other bots doing this recently. So there is clearly an issue somewhere. I
was running the new -cleanup option so maybe that is what causes it.
----------------------------------------------------------------------
Comment By: DJSasso (djsasso)
Date: 2010-10-07 12:33
Message:
It is doing it for me as well. Has been for the last few days, but seeing
as other bot seemed to fix it immediately I didn`t think it was a big issue
or was maybe my machine. So I was trying to figure it out on my own. But if
its happening to others its clearly not just my machine.
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2010-10-05 15:17
Message:
I found this bug this morning but now it works as expected.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3081100&group_…
Bugs item #3081100, was opened at 2010-10-04 16:53
Message generated for change (Comment added) made by djsasso
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3081100&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: Pending
Resolution: Works For Me
Priority: 7
Private: No
Submitted By: Grimlock (grimlockfr)
Assigned to: xqt (xqt)
Summary: Problem with hi characters
Initial Comment:
Pywikipedia [http] trunk/pywikipedia (r8602, 2010/10/04, 19:33:48)
Python 2.7 (r27:82525, Jul 4 2010, 09:01:59) [MSC v.1500 32 bit (Intel)]
config-settings:
use_api = True
use_api_login = Tru
My interwiki bot on Wikipedia (using interwiki.py) can not identify correctly the interwiki link to hi, and, as a consequence, the link, which is identified as a bad one, is removed when I use -cleanup option (see here http://fr.wikipedia.org/w/index.php?title=Mark_Zuckerberg&action=historysub… for an example). It appears that one or more characters are misunderstood.
----------------------------------------------------------------------
Comment By: DJSasso (djsasso)
Date: 2010-10-07 09:26
Message:
In doing some cleanup of my bots edits on one wiki. I have seen atleast 4
other bots doing this recently. So there is clearly an issue somewhere. I
was running the new -cleanup option so maybe that is what causes it.
----------------------------------------------------------------------
Comment By: DJSasso (djsasso)
Date: 2010-10-07 07:33
Message:
It is doing it for me as well. Has been for the last few days, but seeing
as other bot seemed to fix it immediately I didn`t think it was a big issue
or was maybe my machine. So I was trying to figure it out on my own. But if
its happening to others its clearly not just my machine.
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2010-10-05 10:17
Message:
I found this bug this morning but now it works as expected.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3081100&group_…