View Single Post
Old 10-11-2023, 11:45 PM   #9003
JimmXinu
Plugin Developer
JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.
 
JimmXinu's Avatar
 
Posts: 7,027
Karma: 4604637
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by ronnie0602 View Post
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
JimmXinu is offline   Reply With Quote