Quote:
Originally Posted by bpothier
Pull 1262 created for basic alert message to user by just calling existing "exceptions.FailedToDownload" with appropriate description.
|
This PR looks complete.
Quote:
Originally Posted by bpothier
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.
|
I assume this part is actually about trying to bypass the reminder and is (somewhat) unrelated to the prior code change?
Yes, the system uses a cookiejar. Depending on the 'remind me later' cookie, maybe you can just set it manually? See adapter_fimfictionnet.py for an example.