This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author danohuiginn
Recipients ajaksu2, cmb, danohuiginn
Date 2008-12-18.23:02:34
SpamBayes Score 1.4974946e-08
Marked as misclassified No
Message-id <1229641356.04.0.11627373479.issue4683@psf.upfronthosting.co.za>
In-reply-to
Content
Actually, this does look more like an urllib2 bug.
According to RFC 2617, the nonce count should represent the number of
requests sent with a particular nonce. But we don't reset the nonce
count when we start using a new nonce. That discrepancy in nonce counts
causes LJ to reject the connection.

Why does it fail the third time, rather than the second? See the LJ code
from http://code.sixapart.com/svn/livejournal/trunk/cgi-bin/ljlib.pl
(which I *think* applies here, but could easily be wrong):
    # check the nonce count
    # be lenient, allowing for error of magnitude 1
History
Date User Action Args
2008-12-18 23:02:36danohuiginnsetrecipients: + danohuiginn, ajaksu2, cmb
2008-12-18 23:02:36danohuiginnsetmessageid: <1229641356.04.0.11627373479.issue4683@psf.upfronthosting.co.za>
2008-12-18 23:02:35danohuiginnlinkissue4683 messages
2008-12-18 23:02:34danohuiginncreate