I am not sure what error I am making but I can't get FFF to download AO3 using the browser cache. I have no problems using FFF for FFnet browser cache stories but I get the following error when trying to use it for AO3:
Code:
HTTP Error in FFF 'Page not found or expired in Browser Cache (see FFF setting browser_cache_age_limit)'(428) URL:'https://archiveofourown....
I have added these settings to the AO3 section of my ini file (I have removed the cache info, username, and pw from the code shown below:
Code:
[defaults]
collect_series: false
browser_cache_path:/Users/xxxxxxxxx
[archiveofourown.org]
use_browser_cache:true
use_browser_cache_only:true
##open_pages_in_browser:true
never_make_cover:true
is_adult:true
##username:xxxx
##password:xxxx
## AO3 offers a page to download the entire work at once. This can
## save a lot of network traffic if there are many chapters.
## True by built-in default.
#use_view_full_work:true
[overrides]
browser_cache_age_limit:4.0
never_make_cover:true
skip_author_cover:true
check_next_chapter:false
I have tried searching the forum and looked at the github wiki but haven't seen a solution that works for me. I do not have always_login in my personal ini file and I have also added the opener scheme to my Calibre tweaks.
I am sure that I am doing something wrong but haven't figured out what yet. Any help would be appreciated.