Message78047
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 |
|
Date |
User |
Action |
Args |
2008-12-18 23:02:36 | danohuiginn | set | recipients:
+ danohuiginn, ajaksu2, cmb |
2008-12-18 23:02:36 | danohuiginn | set | messageid: <1229641356.04.0.11627373479.issue4683@psf.upfronthosting.co.za> |
2008-12-18 23:02:35 | danohuiginn | link | issue4683 messages |
2008-12-18 23:02:34 | danohuiginn | create | |
|