Pull 1262 created for basic alert message to user by just calling existing "exceptions.FailedToDownload" with appropriate description.
Trying to access the "remind later" URL to get the cookie set is failing to use the cookie in subsequent request calls. Not sure if SOL adapter is configured to use the cookiejar?
I tried calling "self.get_request(remindurl)" (to 'set' the remind me later cookie) then "self.get_request(url,usecache=False)" again with no change.
|