You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While attempting to work around Python's cookie jar's poor performance on large, long-running jobs that span many hosts (cf. #448), I attempted to call the http.cookiejar.CookieJar.clear method. I tried this twice and it resulted in these OSError crashes: [Errno 9] Bad file descriptor and [Errno 29] Illegal seek. (wpull suppressed the traceback.) I did not investigate further why this happened, why the errors were different despite applying the same commands, or what went wrong really.
While attempting to work around Python's cookie jar's poor performance on large, long-running jobs that span many hosts (cf. #448), I attempted to call the
http.cookiejar.CookieJar.clear
method. I tried this twice and it resulted in theseOSError
crashes:[Errno 9] Bad file descriptor
and[Errno 29] Illegal seek
. (wpull suppressed the traceback.) I did not investigate further why this happened, why the errors were different despite applying the same commands, or what went wrong really.ArchiveTeam/ArchiveBot#503
The text was updated successfully, but these errors were encountered: