Quote:
Originally Posted by ronnie0602
If possible and if time allows, would you mind testing download of the following specific story from FFnet? I keep getting an Error 403 each time I try.
...
I cleared my cache, I did not go overboard with multiple or repeated downloads, and I'm not having any issues downloading other FFnet new stories or updating stories already existing in my Calibre.
|
Works fine with Browser Cache for me.
Your log suggests that your browser didn't cache the page recently:
Code:
FFF: DEBUG: 2023-10-11 23:19:43,118: base_browsercache.py(100): age:2023-09-03 21:17:10
FFF: DEBUG: 2023-10-11 23:19:43,118: base_browsercache.py(101): now:2023-10-11 23:19:43.119000
FFF: DEBUG: 2023-10-11 23:19:43,118: base_browsercache.py(103): Cache entry found, rejected, past age limit
Is your FFF configured for the same browser you are using? Because a cache entry from last month doesn't look like a cleared cache...
Perhaps you didn't get the URL exactly right? We've also seen in-browser proxy/firewalls screw up caching.
I would suggest referring to the
BrowserCacheFeature wiki page. Turning on
open_pages_in_browser:true can help with getting the URLs cached correctly.
Personally, I use:
Code:
[www.fanfiction.net]
use_browser_cache:true
use_browser_cache_only:true
open_pages_in_browser:true