Closed GoogleCodeExporter closed 8 years ago
It seems that RFC2965 cookie support is required, which is disabled by default.
After Line 235, add:
cj.set_policy(cookielib.DefaultCookiePolicy(rfc2965=True))
Cheers,
Matt Finn
Bitcount ltd.
Original comment by troegena...@gmail.com
on 6 Oct 2010 at 5:02
Thanks, that seems to have fixed my problem.
Original comment by jonathan...@gmail.com
on 6 Oct 2010 at 5:41
Thanks troegenator for the fix. The script in svn has been updated.
-KIRBY
Original comment by kirbyt.w...@gmail.com
on 31 Oct 2010 at 5:36
Original issue reported on code.google.com by
jonathan...@gmail.com
on 6 Oct 2010 at 4:25