View Single Post
Old 02-15-2021, 12:19 PM   #5482
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,024
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by ownedbycats View Post
Code:
 category=>(Mass Effect - All Media Types)=>Mass Effect: Andromeda&&category=~^Mass Effect: Andromeda$
This ran on a few fics tagged "Mass Effect - All Media Types, Mass Effect Trilogy". What did I do wrong on the conditional?

Also, is there a better way to merge the "All Media Types" tag only if either Trilogy or Andromeda are present?
"## Note that if metakey == conditionalkey the conditional is ignored." You can't use category in a conditional for category.

And even if you could, it wouldn't have fit the case you described: "Mass Effect - All Media Types, Mass Effect Trilogy" isn't matched by ^Mass Effect: Andromeda$.

I'd need to see the story URL before thinking about it any more deeply.

Quote:
Originally Posted by Tanjamuse View Post
I've added Chrome Cache to download from, but I still get errors on some chapters, in spite of having all the chapter-pages in chrome cache. It varies how many chapters fail.

browser_cache_path:C:\Users\myname\AppData\Local\G oogle\Chrome\User Data\Default\Cache
If your quote is accurate, you have an extra space in 'G oogle' in your browser_cache_path which will prevent browser cache from working.

Which would explain your issues--especially since you haven't shared what the error(s) you are seeing are.

UPDATE:
Try setting use_browser_cache_only:true (under ffnet section), then FFF will only use the cache.

Last edited by JimmXinu; 02-15-2021 at 12:39 PM.
JimmXinu is offline   Reply With Quote