Bugs item #2983182, was opened at 2010-04-07 14:11
Message generated for change (Comment added) made by xqt
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: 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: xqt (xqt)
Date: 2010-04-09 16:46
Message:
Please confirm that your user-config.py contains the following line:
use_api_login = False
use double verbose option -v -v for the next tries and give us the
result.
First use -clean option to ensure you are logged out and the cookies are
deleted.
Verify that the file <family>-<lang>-<user>-login.data does not exist,
for example wikipedia-fr-ZéroBot-login.data
Verify there is no remaining <family>-<user>-central-login.data
Try again to login (with -force option):
login.py -force -v -v
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2010-04-09 14:49
Message:
Still doesn't work for my bot too. My bot doesn't want to connect any more
on wikipedia even after updating pywikipedia.
python login.py
Password for user ZéroBot on wikipedia:fr:
Logging in to wikipedia:fr as ZéroBot
Login failed. Wrong password or CAPTCHA answer?
Configuration : Mac OS X 10.6.3
python version.py
Pywikipedia [http] trunk/pywikipedia (r8069, 2010/04/09, 11:13:53)
Python 2.6.5 (r265:79359, Mar 24 2010, 01:32:55)
[GCC 4.0.1 (Apple Inc. build 5493)]
----------------------------------------------------------------------
Comment By: Linar Khalitov (rubin16)
Date: 2010-04-09 13:49
Message:
still doesn't work for my bot and some others in ru.wiki
C:\pt>python login.py
Password for user Rubinbot on wikipedia:ru:
Logging in to wikipedia:ru as Rubinbot
Login failed. Wrong password or CAPTCHA answer?
C:\pt>python version.py
Pywikipedia [http] trunk/pywikipedia (r8069, 2010/04/09, 11:13:53)
Python 2.6.3 (r263:75183, Oct 5 2009, 14:41:55) [MSC v.1500 32 bit
(Intel)]
I've checked - the password is correct, I've tryed to create new
user-config.py - it doesn't work. I think this bug shouldn't be marked as
fixed yet
----------------------------------------------------------------------
Comment By: André Malafaya Baptista (malafaya)
Date: 2010-04-07 22:05
Message:
Yes, it should be separate but only on my second comment I got sure of it
:)
anyway, I now get :
Should be logged in now
*** Your username is not listed on [[Wikipedia:Bots/Status]].
*** Please make sure you are allowed to use the robot before actually
using it!
But my bot is listed there. Maybe the physical text has changed...
Thanks
----------------------------------------------------------------------
Comment By: Russell Blau (russblau)
Date: 2010-04-07 21: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 21: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 21: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 19: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 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 12:11
Message generated for change (Comment added) 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: 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: Nobody/Anonymous (nobody)
Date: 2010-04-09 12:49
Message:
Still doesn't work for my bot too. My bot doesn't want to connect any more
on wikipedia even after updating pywikipedia.
python login.py
Password for user ZéroBot on wikipedia:fr:
Logging in to wikipedia:fr as ZéroBot
Login failed. Wrong password or CAPTCHA answer?
Configuration : Mac OS X 10.6.3
python version.py
Pywikipedia [http] trunk/pywikipedia (r8069, 2010/04/09, 11:13:53)
Python 2.6.5 (r265:79359, Mar 24 2010, 01:32:55)
[GCC 4.0.1 (Apple Inc. build 5493)]
----------------------------------------------------------------------
Comment By: Linar Khalitov (rubin16)
Date: 2010-04-09 11:49
Message:
still doesn't work for my bot and some others in ru.wiki
C:\pt>python login.py
Password for user Rubinbot on wikipedia:ru:
Logging in to wikipedia:ru as Rubinbot
Login failed. Wrong password or CAPTCHA answer?
C:\pt>python version.py
Pywikipedia [http] trunk/pywikipedia (r8069, 2010/04/09, 11:13:53)
Python 2.6.3 (r263:75183, Oct 5 2009, 14:41:55) [MSC v.1500 32 bit
(Intel)]
I've checked - the password is correct, I've tryed to create new
user-config.py - it doesn't work. I think this bug shouldn't be marked as
fixed yet
----------------------------------------------------------------------
Comment By: André Malafaya Baptista (malafaya)
Date: 2010-04-07 20:05
Message:
Yes, it should be separate but only on my second comment I got sure of it
:)
anyway, I now get :
Should be logged in now
*** Your username is not listed on [[Wikipedia:Bots/Status]].
*** Please make sure you are allowed to use the robot before actually
using it!
But my bot is listed there. Maybe the physical text has changed...
Thanks
----------------------------------------------------------------------
Comment By: Russell Blau (russblau)
Date: 2010-04-07 19: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 19: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 19: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 17: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 16: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 13: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 13: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 12: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 16:11
Message generated for change (Comment added) made by rubin16
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: Linar Khalitov (rubin16)
Date: 2010-04-09 15:49
Message:
still doesn't work for my bot and some others in ru.wiki
C:\pt>python login.py
Password for user Rubinbot on wikipedia:ru:
Logging in to wikipedia:ru as Rubinbot
Login failed. Wrong password or CAPTCHA answer?
C:\pt>python version.py
Pywikipedia [http] trunk/pywikipedia (r8069, 2010/04/09, 11:13:53)
Python 2.6.3 (r263:75183, Oct 5 2009, 14:41:55) [MSC v.1500 32 bit
(Intel)]
I've checked - the password is correct, I've tryed to create new
user-config.py - it doesn't work. I think this bug shouldn't be marked as
fixed yet
----------------------------------------------------------------------
Comment By: André Malafaya Baptista (malafaya)
Date: 2010-04-08 00:05
Message:
Yes, it should be separate but only on my second comment I got sure of it
:)
anyway, I now get :
Should be logged in now
*** Your username is not listed on [[Wikipedia:Bots/Status]].
*** Please make sure you are allowed to use the robot before actually
using it!
But my bot is listed there. Maybe the physical text has changed...
Thanks
----------------------------------------------------------------------
Comment By: Russell Blau (russblau)
Date: 2010-04-07 23: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 23: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 23: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 21: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 20: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 17: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 17: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 16: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 #2983447, was opened at 2010-04-07 22:59
Message generated for change (Comment added) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2983447&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: Closed
>Resolution: Fixed
Priority: 3
Private: No
Submitted By: André Malafaya Baptista (malafaya)
>Assigned to: xqt (xqt)
Summary: "Your username is not listed on [[Wikipedia:Bots/Status]]"
Initial Comment:
>>python login.py -lang:en -family:wikipedia
Password for user MalafayaBot on wikipedia:en:
Logging in to wikipedia:en as MalafayaBot via API.
Should be logged in now
*** Your username is not listed on [[Wikipedia:Bots/Status]].
*** Please make sure you are allowed to use the robot before actually using it!
My bot is listed there. I think the actual wiki text may have changed although the visual result is similar to previous versions of the page.
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: xqt (xqt)
Date: 2010-04-08 13:17
Message:
done in r8064. This also fixes the old bug for simple-wiki.
----------------------------------------------------------------------
Comment By: André Malafaya Baptista (malafaya)
Date: 2010-04-08 12:10
Message:
I'm not sure but it's probably related to some policies in en.wikipedia.
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2010-04-08 11:44
Message:
Page entries are changes from wikilinks to a template. But btw for what is
this botAllowed() method good for? Should it be fixed or may it be removed?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2983447&group_…
Bugs item #2983447, was opened at 2010-04-07 21:59
Message generated for change (Comment added) made by malafaya
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2983447&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: 3
Private: No
Submitted By: André Malafaya Baptista (malafaya)
Assigned to: Nobody/Anonymous (nobody)
Summary: "Your username is not listed on [[Wikipedia:Bots/Status]]"
Initial Comment:
>>python login.py -lang:en -family:wikipedia
Password for user MalafayaBot on wikipedia:en:
Logging in to wikipedia:en as MalafayaBot via API.
Should be logged in now
*** Your username is not listed on [[Wikipedia:Bots/Status]].
*** Please make sure you are allowed to use the robot before actually using it!
My bot is listed there. I think the actual wiki text may have changed although the visual result is similar to previous versions of the page.
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: André Malafaya Baptista (malafaya)
Date: 2010-04-08 11:10
Message:
I'm not sure but it's probably related to some policies in en.wikipedia.
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2010-04-08 10:44
Message:
Page entries are changes from wikilinks to a template. But btw for what is
this botAllowed() method good for? Should it be fixed or may it be removed?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2983447&group_…
Bugs item #2983447, was opened at 2010-04-07 22:59
Message generated for change (Comment added) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2983447&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: 3
Private: No
Submitted By: André Malafaya Baptista (malafaya)
Assigned to: Nobody/Anonymous (nobody)
Summary: "Your username is not listed on [[Wikipedia:Bots/Status]]"
Initial Comment:
>>python login.py -lang:en -family:wikipedia
Password for user MalafayaBot on wikipedia:en:
Logging in to wikipedia:en as MalafayaBot via API.
Should be logged in now
*** Your username is not listed on [[Wikipedia:Bots/Status]].
*** Please make sure you are allowed to use the robot before actually using it!
My bot is listed there. I think the actual wiki text may have changed although the visual result is similar to previous versions of the page.
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: xqt (xqt)
Date: 2010-04-08 11:44
Message:
Page entries are changes from wikilinks to a template. But btw for what is
this botAllowed() method good for? Should it be fixed or may it be removed?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2983447&group_…
Feature Requests item #2983731, was opened at 2010-04-08 10:52
Message generated for change (Tracker Item Submitted) made by jandudik
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=2983731&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: JAn (jandudik)
Assigned to: Nobody/Anonymous (nobody)
Summary: -untranslatedonly + -hint
Initial Comment:
interwiki.py -cat:disambiguations -untranslatedonly -hint:10
does not work as expected:
it ask for hints operator and loads and work with all pages (only not displayed, but when found nondisambiguation, asks)
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=2983731&group_…
Feature Requests item #2983730, was opened at 2010-04-08 10:49
Message generated for change (Tracker Item Submitted) made by jandudik
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=2983730&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: interwiki
Group: None
Status: Open
Priority: 5
Private: No
Submitted By: JAn (jandudik)
Assigned to: Nobody/Anonymous (nobody)
Summary: -start for category
Initial Comment:
interwiki.py -cat:anycat -start:D
does not work. It could be very useful for big categories (stubs, dismabiguations)
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=2983730&group_…
Bugs item #2983447, was opened at 2010-04-07 21:59
Message generated for change (Tracker Item Submitted) made by malafaya
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2983447&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: 3
Private: No
Submitted By: André Malafaya Baptista (malafaya)
Assigned to: Nobody/Anonymous (nobody)
Summary: "Your username is not listed on [[Wikipedia:Bots/Status]]"
Initial Comment:
>>python login.py -lang:en -family:wikipedia
Password for user MalafayaBot on wikipedia:en:
Logging in to wikipedia:en as MalafayaBot via API.
Should be logged in now
*** Your username is not listed on [[Wikipedia:Bots/Status]].
*** Please make sure you are allowed to use the robot before actually using it!
My bot is listed there. I think the actual wiki text may have changed although the visual result is similar to previous versions of the page.
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)]
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2983447&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 21:05
Message:
Yes, it should be separate but only on my second comment I got sure of it
:)
anyway, I now get :
Should be logged in now
*** Your username is not listed on [[Wikipedia:Bots/Status]].
*** Please make sure you are allowed to use the robot before actually
using it!
But my bot is listed there. Maybe the physical text has changed...
Thanks
----------------------------------------------------------------------
Comment By: Russell Blau (russblau)
Date: 2010-04-07 20: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 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_…