[Bug 17512] API returns 'WrongPass' despite correct password, perhaps login throttling

2009-10-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17512


CBM c...@tools.wikimedia.de changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WORKSFORME




--- Comment #7 from CBM c...@tools.wikimedia.de  2009-10-10 15:17:08 UTC ---
Setting to WORKSFORME, since nobody has reported this in a while, and I don't
notice it anymore.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 17512] API returns 'WrongPass' despite correct password, perhaps login throttling

2009-04-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17512


Claire Williams cwilli...@claireity.net changed:

   What|Removed |Added

 CC||cwilli...@claireity.net




--- Comment #5 from Claire Williams cwilli...@claireity.net  2009-04-09 
15:01:12 UTC ---
I am also having this problem.  I use Hughesnet and cannot stay logged in to my
install of the newest version of mediawiki.  I can stay logged in to older
versions of mediawiki with no problem, but cannot administrate my own wiki
because of this.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 17512] API returns 'WrongPass' despite correct password, perhaps login throttling

2009-04-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17512





--- Comment #6 from Claire Williams cwilli...@claireity.net  2009-04-09 
15:02:30 UTC ---
(In reply to comment #5)
 I am also having this problem.  I use Hughesnet and cannot stay logged in to 
 my
 install of the newest version of mediawiki.  I can stay logged in to older
 versions of mediawiki with no problem, but cannot administrate my own wiki
 because of this.
 

Ignore last comment, clicked on the wrong bug when submitting my comment.  


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 17512] API returns 'WrongPass' despite correct password, perhaps login throttling

2009-02-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17512


Roan Kattouw roan.katt...@home.nl changed:

   What|Removed |Added

 CC||roan.katt...@home.nl




--- Comment #4 from Roan Kattouw roan.katt...@home.nl  2009-02-16 11:04:29 
UTC ---
(In reply to comment #3)
 Yes. I just ran into the bug again a moment ago. First I got a 'WrongPass'
 response a few times. Then I hit the throttle and got 'Throttled' for 300
 seconds. Then I was able to log in successfully. All of this was with the 
 exact
 same code. Is three anything I can do to help debug this? 
 

The only cause I can think of is that one server is broken and rejects your
login while the others don't (that'd explain the intermittent part).

It'd be nice if you could aggressively try to reproduce the bug, logging in and
out over and over again, and log the server name and success/failure for each
attempt. If my theory is correct, all failures will come from the same server
(or a few servers in the worst case), while the successes will be pretty much
evenly distributed over the rest.

For the login request, use format=xmlfm (or another pretty-printed format),
which will get you pretty-printed XML (or JSON or ...) in HTML with a comment
after the closing /html saying something like

!-- Served by srv103 in 0.047 secs. --

where srv103 is the server name. Distinguishing between success and failure is
a little harder when working with HTML gibberish your client doesn't
understand, but I guess searching for the word Success (or WrongPass or
Throttled or ...) should do the trick.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 17512] API returns 'WrongPass' despite correct password, perhaps login throttling

2009-02-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17512





--- Comment #1 from CBM c...@tools.wikimedia.de  2009-02-16 00:02:30 UTC ---
I should be more clear that I don't know for sure that this is the login
throttle. It happens intermittently, and I cannot seem to make it happen by
just logging in very fast. But since the bot is reading the same file for the
password each time, and based on the debugging output, the password being sent
is correct. The same code, reading the same password, will start working again
after some delay. 


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 17512] API returns 'WrongPass' despite correct password, perhaps login throttling

2009-02-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17512


Chris c.staff...@gmail.com changed:

   What|Removed |Added

 CC||c.staff...@gmail.com




--- Comment #2 from Chris c.staff...@gmail.com  2009-02-16 00:55:00 UTC ---
the older throttle code would have returned a 'NeedToWait' result.
the new throttle code returns a 'Throttled' result.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 17512] API returns 'WrongPass' despite correct password, perhaps login throttling

2009-02-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17512





--- Comment #3 from CBM c...@tools.wikimedia.de  2009-02-16 01:50:16 UTC ---
Yes. I just ran into the bug again a moment ago. First I got a 'WrongPass'
response a few times. Then I hit the throttle and got 'Throttled' for 300
seconds. Then I was able to log in successfully. All of this was with the exact
same code. Is three anything I can do to help debug this? 


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l