|
|
#12196 |
|
Connoisseur
![]() Posts: 55
Karma: 10
Join Date: Oct 2014
Device: Kindle Fire HD
|
So I'm getting a weird issue right now with Spacebattles in that if FFF uses only reader mode to get the fic there aren't any problems, but if for some reason it decides it needs to switch to not using reader mode there's a 403 client error that pops up when it tries to request a specific post.
There are two fics I've encountered this issue with: https://forums.spacebattles.com/thre...sover.1212002/ https://forums.spacebattles.com/thre...sekai.1237355/ Edit: For clarification, I have had no problems with the majority of the fics I've tried. Just these two. Edit 2: The first fic just suddenly worked now, but the second one is still having problems. First fic also switched over to just using reader mode, so the issue does seem tied to when FFF is not using reader mode. Last edited by watani; 07-10-2026 at 10:55 AM. |
|
|
|
|
|
#12197 |
|
Plugin Developer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 7,513
Karma: 5010203
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
|
I downloaded two stories ~2 hours ago, ~20 chapters each with no problems. I then downloaded your first linked story, no problem.
Most of the way through your second linked story, I did start getting 403. On literally the last chapter. Which continues to 403 despite not seeing that happen consistently for other stories or posts. Is that the same 'specific post' you mention? I don't have an explanation or solution. I don't see anything weird about that post. I would speculate maybe that a 'too much' traffic blocking response was cached somewhere in cloudflare for that post? Changing to a VPN didn't appear to help. It loads fine in browser, even when not logged in. EDIT: Set continue_on_chapter_error:true if you don't to get the parts that did work. Last edited by JimmXinu; 07-10-2026 at 11:25 AM. |
|
|
|
|
|
#12198 | |
|
Connoisseur
![]() Posts: 55
Karma: 10
Join Date: Oct 2014
Device: Kindle Fire HD
|
Quote:
I noticed that the reader mode for the apocrypha of that fic is currently broken, only showing one post a page and the page selection of the whole thread. It's probably linked to the forum backend update they did recently. My hope is that it'll resolve itself eventually like the first fic did, but thanks for the workaround. |
|
|
|
|
|
|
#12199 |
|
Plugin Developer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 7,513
Karma: 5010203
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
|
Interesting. I, also, have that one post missing from Reader mode in browser. I'm also seeing the Cloudflare challenge more often in browser on SB today.
I suspect you are correct that it's some how broken in the site's DB. |
|
|
|
|
|
#12200 |
|
Junior Member
![]() Posts: 8
Karma: 10
Join Date: Jul 2024
Device: kindle paperwhite
|
Some of my books have not been updating and the logs have the following message:
"FanFicFare doesn't recognize chapters in existing epub, epub is probably from a different source. Use Overwrite to force update." I found out that I had unknowingly broken these books and made them unable to be updated. One of the sites for my books is unreliable in how it does chapters, so sometimes I am forced to download a single chapter. Then I would use Calibre's Edit Book to copy the new file to the old book, rename the file to the next in sequence, and then use the Arrange Into Folders function to put them all in the same folder. This is what broke the books, because I did not use the expected folder name. The default is blank (which puts them in the root folder) and I did not see a problem with it, not recognizing the link to the update problem. By that time, too much time had elapsed for me to make the connection. Finally, I downloaded the update as a new book and compared the two using Edit Book and noticed the folder difference. Putting the original book's text files in a folder named OEBPS fixed the issue. During my investigation, I did find a warning about folders when editing epubs in the github wiki, too. So, this information is covered there—sort of. I thought it might be of some use to explain it more completely. I don't know if this qualifies as a FAQ, maybe I am the only one dumb enough to do this.
|
|
|
|
|
|
#12201 |
|
Custom User Title
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 11,822
Karma: 83109135
Join Date: Oct 2018
Location: Canada
Device: Kobo Libra H2O, formerly Aura HD
|
How do add a second author to story?
|
|
|
|
|
|
#12202 |
|
Zealot
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 148
Karma: 295676
Join Date: Jul 2021
Device: iPhone
|
I couldn't find the option for this, is it possible to prevent FanFicFare from downloading static images and/or gifs and keep the src attribute in its original link instead? An author I download from likes to add gifs on the chapter notes so the epub filesize is already at 252 MB. I don't mind just having the reader download the images on-the-fly instead.
EDIT: Would it also be possible to have a section in the INI for a specific author, much like specific story URLs? This is the same author who, apart from adding gifs on chapter notes, likes to add a ton of tags for all their works so I thought instead of adding the same titlepage settings per story URL, I would just have a specific section for them. EDIT2: I forgot I can just use the INI snippet for at least the specific titlepage settings
Last edited by culytera; Yesterday at 02:15 AM. |
|
|
|
|
|
#12203 |
|
Bibliophagist
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 53,054
Karma: 181147351
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
|
|
|
|
|
|
|
#12204 | ||
|
Plugin Developer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 7,513
Karma: 5010203
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
|
Multireply
Poorly.
Code:
replace_metadata: author=>^(.*)$=>\1\,Other Author # authorUrl and authorId are immutable authorHTML: 'authorHTML': "<a class='authorlink' href='http://author/url'>Test Author aa</a>, <a class='authorlink' href='None'>Other Author</a>" You can use replace_metadata on authorHTML, too, if you want to fix that? I honestly don't know what the knock-on effects might be. Personally, I add 'aka OtherAuthor' to Tags and/or the author text: author=>Nimodes=>Nimodes aka Greyff Quote:
I hesitate to add a feature to keep <img> tags w/o download because of how complex the epub update image code is. Is this something other users would find useful? Quote:
Off the top of my head, reasons included, but not limited to: Multiple authors on some sites/stories, No unique author url on some sites/stories, Author changing name on some sites also changes url/id, Author url/id not collected immediately on some sites/stories. |
||
|
|
|
|
|
#12205 | |
|
Zealot
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 148
Karma: 295676
Join Date: Jul 2021
Device: iPhone
|
Quote:
Code:
Find: img alt="" longdesc="(.+)" src=".+" Replace: img alt="" src="\1" Understandable, for my use-case the INI snippet is enough anyway and it's only for one author. |
|
|
|
|
|
|
#12206 | |
|
Plugin Developer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 7,513
Karma: 5010203
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
|
Quote:
The (ish) part is that alt isn't always going to be empty. I would do: Find: longdesc="(.+)" src=".+" Replace: src="\1" But if you do that and then update with FFF, FFF will download all those images again. I'm curious enough to investigate this further, so I may have a test version with an option to keep <img>s soon. |
|
|
|
|
|
|
#12207 |
|
Plugin Developer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 7,513
Karma: 5010203
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
|
New Test Version Posted
2026-07-12 - Add option keep_img_tags - keep <img> tags when include_images:false Only applies when include_images:false. Like so: Code:
[https://storyurl] include_images:false keep_img_tags:true Spoiler:
Note, due to INI section priority choices made long ago, if you want to apply this to an entire site, you must use [site:epub] (or other format): Code:
[forums.spacebattles.com:epub] include_images:false keep_img_tags:true Note2, keep_img_tags:true effectively adds 'src' to keep_html_attrs. But so does include_images:true, so I doubt it's a problem. Note3, doing an update after changing keep_img_tags to false, will either download or remove <img> tags depending on include_images. |
|
|
|
|
|
#12208 |
|
Zealot
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 148
Karma: 295676
Join Date: Jul 2021
Device: iPhone
|
|
|
|
|
|
|
#12209 |
|
Junior Member
![]() Posts: 3
Karma: 10
Join Date: May 2026
Location: Australia
Device: Apple Books
|
Hey, so something funky is happening and I'm not sure why?
For some reason, after the 10th July, my personal.ini stopped excluding author's notes and such when I download a fic from AO3 Code:
exclude_notes: authorheadnotes, chaptersummary, chapterheadnotes, chapterfootnotes, authorfootnotes, inspiredlinks I'm not sure how to fix it, because I don't think I actually changed anything, so I'm really very confused haha. FanFicFare version 4.59.0 & Calibre 9.11 |
|
|
|
![]() |
| Tags |
| fanfiction |
| Thread Tools | Search this Thread |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [GUI Plugin] KindleUnpack - The Plugin | DiapDealer | Plugins | 546 | 05-21-2026 02:44 PM |
| [GUI Plugin] Open With | kiwidude | Plugins | 405 | 02-09-2026 07:54 AM |
| [GUI Plugin] Marvin XD | Philantrop | Plugins | 126 | 01-29-2017 12:48 PM |
| [GUI Plugin] KiNotes | -axel- | Plugins | 0 | 07-14-2013 06:39 PM |
| [GUI Plugin] Plugin Updater **Deprecated** | kiwidude | Plugins | 159 | 06-19-2011 12:27 PM |