Quote:
Originally Posted by JimmXinu
I owe Ascello a bit of an apology; when a new user comes along and says they see a problem with all stories of some sort, the odds of it being user error are much higher than a real bug. 
|
Tbh, I wasn't sure if its me or a bug, but once I realised it only affects one-shots, I started to lean towards a bug. Also I kinda hoped there is a work-around using chapter titles or smth.
Quote:
Originally Posted by JimmXinu
But this one is a really subtle bug having to do with FFF caching metadata values after processing replace_metadata for a particular key once and the fact that the AO3 adapter, by fetching title from the metadata for one-shots (to use as the chapter title) before category values are collected causes FFF to cache an empty value for category the value of title without the category change. Which was propagated forward.
Notably, doing an 'Update from Saved Column' does't have that problem because it isn't fetching title just then.
There are at least three ways I could address this, each with different trade-offs. I'm still pondering which to go with.  But there will be a fix coming.
|
Yay, thank you so much!
Quote:
Originally Posted by JimmXinu
[quote ] blocks are removed when quoting a past post. Use [code ] blocks instead--they also preserve spacing better.
|
Yeah, I haven't used a proper forum in years and years and completely forgot about that command. Thanks, I will remember in the future.
EDIT:
Quote:
New Test Version Posted
2021-01-17
- Clear metadata cache after adapter metadata fetch. Cached metadata values may not be replace_metadata processed if fetched before their conditional dependencies. Revealed by AO3 one-shots using title for chapter name.
|
You make updates faster than I type posts. Thank you so much for all your work.