Bugs item #2983182, was opened at 2010-04-07 08:11
Message generated for change (Comment added) made by russblau
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2983182&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: Pending
Resolution: Fixed
Priority: 9
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Russell Blau (russblau)
Summary: login.py
Initial Comment:
Since the change of the API (url) my bot (and some others, after discussion on IRC) can not connect and it's wrote on the consol the error message: "Login failed. Wrong password or CAPTCHA answer?" despite that the correct password is entered and that no captcha is answered on the browser!
----------------------------------------------------------------------
>Comment By: Russell Blau (russblau)
Date: 2010-04-07 15:56
Message:
That typo is really a separate bug, but it's fixed in r8062 [anyway, I
think your bot is logged in even though you got the error message]
----------------------------------------------------------------------
Comment By: André Malafaya Baptista (malafaya)
Date: 2010-04-07 15:47
Message:
It seems to be linked to xqt's changeset #8055 where the bot status page is
changed to Wikipedia:Bot/Status. In en.wikipedia, this is (still)
Wikipedia:Bots/Status (plural form).
What's the fix?
----------------------------------------------------------------------
Comment By: André Malafaya Baptista (malafaya)
Date: 2010-04-07 15:41
Message:
I was since I had problems with API login not working properly and
requiring the bot to re-login (unsuccessfully) on every edit.
I just retried API login but I get an exception while logging in to
en.wikipedia (only en.wikipedia and not anywhere else so far):
Logging in to wikipedia:en as MalafayaBot via API.
Should be logged in now
Traceback (most recent call last):
File "D:\Work\pywikipedia\login.py", line 413, in <module>
main()
File "D:\Work\pywikipedia\login.py", line 409, in main
loginMan.login()
File "D:\Work\pywikipedia\login.py", line 306, in login
if not self.botAllowed():
File "D:\Work\pywikipedia\login.py", line 119, in botAllowed
for linkedPage in botListPage.linkedPages():
File "D:\Work\pywikipedia\wikipedia.py", line 2194, in linkedPages
thistxt = removeLanguageLinks(self.get(get_redirect=True),
File "D:\Work\pywikipedia\wikipedia.py", line 618, in get
self._contents = self._getEditPage(get_redirect = get_redirect,
throttle = t
hrottle, sysop = sysop)
File "D:\Work\pywikipedia\wikipedia.py", line 688, in _getEditPage
raise NoPage(self.site(), self.aslink(forceInterwiki = True),"Page
does not
exist. In rare cases, if you are certain the page does exist, look into
overridi
ng family.RversionTab" )
pywikibot.exceptions.NoPage: (wikipedia:en,
u'[[en:Wikipedia:Bot/Status]]', 'Pag
e does not exist. In rare cases, if you are certain the page does exist,
look in
to overriding family.RversionTab')
Version info:
Pywikipedia [http] trunk/pywikipedia (r8061, 2010/04/07, 14:37:56)
Python 2.6.2 (r262:71605, Apr 14 2009, 22:40:02) [MSC v.1500 32 bit
(Intel)]
----------------------------------------------------------------------
Comment By: Russell Blau (russblau)
Date: 2010-04-07 13:19
Message:
It should be fixed for everyone using API login (need the line
use_api_login = True in user-config.py). If there is anyone out there not
using API login, you need to change your user-config file.
----------------------------------------------------------------------
Comment By: Multichill (multichill)
Date: 2010-04-07 12:51
Message:
Looks like this was fixed in 8061 by russblau. I assigned the bug to him.
----------------------------------------------------------------------
Comment By: Micthev (micthev)
Date: 2010-04-07 09:45
Message:
bug reported on en.wikipedia :
http://en.wikipedia.org/wiki/Wikipedia:Bot_owners%27_noticeboard#Bots_and_L…
----------------------------------------------------------------------
Comment By: Harri Vartiainen (harriv)
Date: 2010-04-07 09:26
Message:
This should be high priority, since no pywikipedia bot can login Wikipedia
before this is resolved.
----------------------------------------------------------------------
Comment By: Micthev (micthev)
Date: 2010-04-07 08:19
Message:
For me too, the url of bugzilla is
https://bugzilla.wikimedia.org/show_bug.cgi?id=23076
and in fact on browser the captcha is not requested
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2983182&group_…
Bugs item #2983182, was opened at 2010-04-07 13:11
Message generated for change (Comment added) made by malafaya
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2983182&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: Pending
Resolution: Fixed
Priority: 9
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Russell Blau (russblau)
Summary: login.py
Initial Comment:
Since the change of the API (url) my bot (and some others, after discussion on IRC) can not connect and it's wrote on the consol the error message: "Login failed. Wrong password or CAPTCHA answer?" despite that the correct password is entered and that no captcha is answered on the browser!
----------------------------------------------------------------------
Comment By: André Malafaya Baptista (malafaya)
Date: 2010-04-07 20:47
Message:
It seems to be linked to xqt's changeset #8055 where the bot status page is
changed to Wikipedia:Bot/Status. In en.wikipedia, this is (still)
Wikipedia:Bots/Status (plural form).
What's the fix?
----------------------------------------------------------------------
Comment By: André Malafaya Baptista (malafaya)
Date: 2010-04-07 20:41
Message:
I was since I had problems with API login not working properly and
requiring the bot to re-login (unsuccessfully) on every edit.
I just retried API login but I get an exception while logging in to
en.wikipedia (only en.wikipedia and not anywhere else so far):
Logging in to wikipedia:en as MalafayaBot via API.
Should be logged in now
Traceback (most recent call last):
File "D:\Work\pywikipedia\login.py", line 413, in <module>
main()
File "D:\Work\pywikipedia\login.py", line 409, in main
loginMan.login()
File "D:\Work\pywikipedia\login.py", line 306, in login
if not self.botAllowed():
File "D:\Work\pywikipedia\login.py", line 119, in botAllowed
for linkedPage in botListPage.linkedPages():
File "D:\Work\pywikipedia\wikipedia.py", line 2194, in linkedPages
thistxt = removeLanguageLinks(self.get(get_redirect=True),
File "D:\Work\pywikipedia\wikipedia.py", line 618, in get
self._contents = self._getEditPage(get_redirect = get_redirect,
throttle = t
hrottle, sysop = sysop)
File "D:\Work\pywikipedia\wikipedia.py", line 688, in _getEditPage
raise NoPage(self.site(), self.aslink(forceInterwiki = True),"Page
does not
exist. In rare cases, if you are certain the page does exist, look into
overridi
ng family.RversionTab" )
pywikibot.exceptions.NoPage: (wikipedia:en,
u'[[en:Wikipedia:Bot/Status]]', 'Pag
e does not exist. In rare cases, if you are certain the page does exist,
look in
to overriding family.RversionTab')
Version info:
Pywikipedia [http] trunk/pywikipedia (r8061, 2010/04/07, 14:37:56)
Python 2.6.2 (r262:71605, Apr 14 2009, 22:40:02) [MSC v.1500 32 bit
(Intel)]
----------------------------------------------------------------------
Comment By: Russell Blau (russblau)
Date: 2010-04-07 18:19
Message:
It should be fixed for everyone using API login (need the line
use_api_login = True in user-config.py). If there is anyone out there not
using API login, you need to change your user-config file.
----------------------------------------------------------------------
Comment By: Multichill (multichill)
Date: 2010-04-07 17:51
Message:
Looks like this was fixed in 8061 by russblau. I assigned the bug to him.
----------------------------------------------------------------------
Comment By: Micthev (micthev)
Date: 2010-04-07 14:45
Message:
bug reported on en.wikipedia :
http://en.wikipedia.org/wiki/Wikipedia:Bot_owners%27_noticeboard#Bots_and_L…
----------------------------------------------------------------------
Comment By: Harri Vartiainen (harriv)
Date: 2010-04-07 14:26
Message:
This should be high priority, since no pywikipedia bot can login Wikipedia
before this is resolved.
----------------------------------------------------------------------
Comment By: Micthev (micthev)
Date: 2010-04-07 13:19
Message:
For me too, the url of bugzilla is
https://bugzilla.wikimedia.org/show_bug.cgi?id=23076
and in fact on browser the captcha is not requested
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2983182&group_…
Bugs item #2983182, was opened at 2010-04-07 13:11
Message generated for change (Comment added) made by malafaya
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2983182&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: Pending
Resolution: Fixed
Priority: 9
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Russell Blau (russblau)
Summary: login.py
Initial Comment:
Since the change of the API (url) my bot (and some others, after discussion on IRC) can not connect and it's wrote on the consol the error message: "Login failed. Wrong password or CAPTCHA answer?" despite that the correct password is entered and that no captcha is answered on the browser!
----------------------------------------------------------------------
Comment By: André Malafaya Baptista (malafaya)
Date: 2010-04-07 20:41
Message:
I was since I had problems with API login not working properly and
requiring the bot to re-login (unsuccessfully) on every edit.
I just retried API login but I get an exception while logging in to
en.wikipedia (only en.wikipedia and not anywhere else so far):
Logging in to wikipedia:en as MalafayaBot via API.
Should be logged in now
Traceback (most recent call last):
File "D:\Work\pywikipedia\login.py", line 413, in <module>
main()
File "D:\Work\pywikipedia\login.py", line 409, in main
loginMan.login()
File "D:\Work\pywikipedia\login.py", line 306, in login
if not self.botAllowed():
File "D:\Work\pywikipedia\login.py", line 119, in botAllowed
for linkedPage in botListPage.linkedPages():
File "D:\Work\pywikipedia\wikipedia.py", line 2194, in linkedPages
thistxt = removeLanguageLinks(self.get(get_redirect=True),
File "D:\Work\pywikipedia\wikipedia.py", line 618, in get
self._contents = self._getEditPage(get_redirect = get_redirect,
throttle = t
hrottle, sysop = sysop)
File "D:\Work\pywikipedia\wikipedia.py", line 688, in _getEditPage
raise NoPage(self.site(), self.aslink(forceInterwiki = True),"Page
does not
exist. In rare cases, if you are certain the page does exist, look into
overridi
ng family.RversionTab" )
pywikibot.exceptions.NoPage: (wikipedia:en,
u'[[en:Wikipedia:Bot/Status]]', 'Pag
e does not exist. In rare cases, if you are certain the page does exist,
look in
to overriding family.RversionTab')
Version info:
Pywikipedia [http] trunk/pywikipedia (r8061, 2010/04/07, 14:37:56)
Python 2.6.2 (r262:71605, Apr 14 2009, 22:40:02) [MSC v.1500 32 bit
(Intel)]
----------------------------------------------------------------------
Comment By: Russell Blau (russblau)
Date: 2010-04-07 18:19
Message:
It should be fixed for everyone using API login (need the line
use_api_login = True in user-config.py). If there is anyone out there not
using API login, you need to change your user-config file.
----------------------------------------------------------------------
Comment By: Multichill (multichill)
Date: 2010-04-07 17:51
Message:
Looks like this was fixed in 8061 by russblau. I assigned the bug to him.
----------------------------------------------------------------------
Comment By: Micthev (micthev)
Date: 2010-04-07 14:45
Message:
bug reported on en.wikipedia :
http://en.wikipedia.org/wiki/Wikipedia:Bot_owners%27_noticeboard#Bots_and_L…
----------------------------------------------------------------------
Comment By: Harri Vartiainen (harriv)
Date: 2010-04-07 14:26
Message:
This should be high priority, since no pywikipedia bot can login Wikipedia
before this is resolved.
----------------------------------------------------------------------
Comment By: Micthev (micthev)
Date: 2010-04-07 13:19
Message:
For me too, the url of bugzilla is
https://bugzilla.wikimedia.org/show_bug.cgi?id=23076
and in fact on browser the captcha is not requested
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2983182&group_…
Bugs item #2983182, was opened at 2010-04-07 08:11
Message generated for change (Comment added) made by russblau
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2983182&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: Pending
>Resolution: Fixed
>Priority: 9
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Russell Blau (russblau)
Summary: login.py
Initial Comment:
Since the change of the API (url) my bot (and some others, after discussion on IRC) can not connect and it's wrote on the consol the error message: "Login failed. Wrong password or CAPTCHA answer?" despite that the correct password is entered and that no captcha is answered on the browser!
----------------------------------------------------------------------
>Comment By: Russell Blau (russblau)
Date: 2010-04-07 13:19
Message:
It should be fixed for everyone using API login (need the line
use_api_login = True in user-config.py). If there is anyone out there not
using API login, you need to change your user-config file.
----------------------------------------------------------------------
Comment By: Multichill (multichill)
Date: 2010-04-07 12:51
Message:
Looks like this was fixed in 8061 by russblau. I assigned the bug to him.
----------------------------------------------------------------------
Comment By: Micthev (micthev)
Date: 2010-04-07 09:45
Message:
bug reported on en.wikipedia :
http://en.wikipedia.org/wiki/Wikipedia:Bot_owners%27_noticeboard#Bots_and_L…
----------------------------------------------------------------------
Comment By: Harri Vartiainen (harriv)
Date: 2010-04-07 09:26
Message:
This should be high priority, since no pywikipedia bot can login Wikipedia
before this is resolved.
----------------------------------------------------------------------
Comment By: Micthev (micthev)
Date: 2010-04-07 08:19
Message:
For me too, the url of bugzilla is
https://bugzilla.wikimedia.org/show_bug.cgi?id=23076
and in fact on browser the captcha is not requested
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2983182&group_…
Bugs item #2983182, was opened at 2010-04-07 14:11
Message generated for change (Comment added) made by multichill
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2983182&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: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
>Assigned to: Russell Blau (russblau)
Summary: login.py
Initial Comment:
Since the change of the API (url) my bot (and some others, after discussion on IRC) can not connect and it's wrote on the consol the error message: "Login failed. Wrong password or CAPTCHA answer?" despite that the correct password is entered and that no captcha is answered on the browser!
----------------------------------------------------------------------
>Comment By: Multichill (multichill)
Date: 2010-04-07 18:51
Message:
Looks like this was fixed in 8061 by russblau. I assigned the bug to him.
----------------------------------------------------------------------
Comment By: Micthev (micthev)
Date: 2010-04-07 15:45
Message:
bug reported on en.wikipedia :
http://en.wikipedia.org/wiki/Wikipedia:Bot_owners%27_noticeboard#Bots_and_L…
----------------------------------------------------------------------
Comment By: Harri Vartiainen (harriv)
Date: 2010-04-07 15:26
Message:
This should be high priority, since no pywikipedia bot can login Wikipedia
before this is resolved.
----------------------------------------------------------------------
Comment By: Micthev (micthev)
Date: 2010-04-07 14:19
Message:
For me too, the url of bugzilla is
https://bugzilla.wikimedia.org/show_bug.cgi?id=23076
and in fact on browser the captcha is not requested
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2983182&group_…
Bugs item #2983182, was opened at 2010-04-07 14:11
Message generated for change (Comment added) made by micthev
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2983182&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: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: login.py
Initial Comment:
Since the change of the API (url) my bot (and some others, after discussion on IRC) can not connect and it's wrote on the consol the error message: "Login failed. Wrong password or CAPTCHA answer?" despite that the correct password is entered and that no captcha is answered on the browser!
----------------------------------------------------------------------
Comment By: Micthev (micthev)
Date: 2010-04-07 15:45
Message:
bug reported on en.wikipedia :
http://en.wikipedia.org/wiki/Wikipedia:Bot_owners%27_noticeboard#Bots_and_L…
----------------------------------------------------------------------
Comment By: Harri Vartiainen (harriv)
Date: 2010-04-07 15:26
Message:
This should be high priority, since no pywikipedia bot can login Wikipedia
before this is resolved.
----------------------------------------------------------------------
Comment By: Micthev (micthev)
Date: 2010-04-07 14:19
Message:
For me too, the url of bugzilla is
https://bugzilla.wikimedia.org/show_bug.cgi?id=23076
and in fact on browser the captcha is not requested
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2983182&group_…
Bugs item #2983182, was opened at 2010-04-07 15:11
Message generated for change (Comment added) made by harriv
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2983182&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: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: login.py
Initial Comment:
Since the change of the API (url) my bot (and some others, after discussion on IRC) can not connect and it's wrote on the consol the error message: "Login failed. Wrong password or CAPTCHA answer?" despite that the correct password is entered and that no captcha is answered on the browser!
----------------------------------------------------------------------
Comment By: Harri Vartiainen (harriv)
Date: 2010-04-07 16:26
Message:
This should be high priority, since no pywikipedia bot can login Wikipedia
before this is resolved.
----------------------------------------------------------------------
Comment By: Micthev (micthev)
Date: 2010-04-07 15:19
Message:
For me too, the url of bugzilla is
https://bugzilla.wikimedia.org/show_bug.cgi?id=23076
and in fact on browser the captcha is not requested
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2983182&group_…
Bugs item #2983182, was opened at 2010-04-07 14:11
Message generated for change (Comment added) made by micthev
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2983182&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: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: login.py
Initial Comment:
Since the change of the API (url) my bot (and some others, after discussion on IRC) can not connect and it's wrote on the consol the error message: "Login failed. Wrong password or CAPTCHA answer?" despite that the correct password is entered and that no captcha is answered on the browser!
----------------------------------------------------------------------
Comment By: Micthev (micthev)
Date: 2010-04-07 14:19
Message:
For me too, the url of bugzilla is
https://bugzilla.wikimedia.org/show_bug.cgi?id=23076
and in fact on browser the captcha is not requested
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2983182&group_…
Bugs item #2983182, was opened at 2010-04-07 12:11
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2983182&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: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: login.py
Initial Comment:
Since the change of the API (url) my bot (and some others, after discussion on IRC) can not connect and it's wrote on the consol the error message: "Login failed. Wrong password or CAPTCHA answer?" despite that the correct password is entered and that no captcha is answered on the browser!
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2983182&group_…
Feature Requests item #2981327, was opened at 2010-04-02 23:43
Message generated for change (Comment added) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=2981327&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: masti (masti01)
>Assigned to: xqt (xqt)
Summary: selflink.py -auto
Initial Comment:
add option to automatically change pages. Not to wait for operators reaction
----------------------------------------------------------------------
>Comment By: xqt (xqt)
Date: 2010-04-06 11:03
Message:
done in r8057
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=2981327&group_…