Closed dbosk closed 1 year ago
Turns out that requests.Session
has a method __getstate__
that overrides the default. Since we don't define a new one in AutologinSession
, that one is used --- and that one doesn't include the .__handlers
attribute from AutologinSession
.
There seems to be a problem with the cache and AutologinSession. After a completed run we get: