Quote:
Originally Posted by Grimbart
Looks like you are right. If i change my ISP from Cable to Mobile Hotspot than it works like a charm.
|
Depending on your ISP, if you're able to reboot your modem it might switch your IP address and let FFF work again.
Question: For a story with a URL-specific section, I just noticed that my main set of replace_metadatas (site and tagcategory) aren't working on it after an update. I tried copying the relevant ones down to that URL section like so:
Code:
[https://archiveofourown.org/works/21814324]
never_make_cover:true
replace_metadata:
site=>archiveofourown.org=>Archive of Our Own
tagscategory=>^(.*)$=>Fanfiction.\1
tagscategory=>(Mass Effect: Andromeda|Mass Effect Trilogy)=>Mass Effect
## This fic has non-breaking spaces which look weird in description, this removes them
add_to_replace_metadata_filelist:file:///D:/Documents/Miscellany/ReplaceNBSP.txt
That didn't work neither did putting them in the file. It's only one fic so it's not an issue to manually fix it (it's just fixing the publisher and removing one extra tag) but I was wondering if i made a mistake. Thank you.