View Single Post
Old 09-04-2022, 11:32 AM   #7503
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 JDesat View Post
Ignore the above. I'm still having the issue, but I realized why it's happening... I think. The first link in the index post (the one with the 404) is crossed out and, even though clicking on it while on the page takes you to the first page of that thread, I don't think it's working properly... Is there a way to set FFF to ignore just the first link in the index post?
You've basically figured it out--the post was removed so the 'normalized' post link doesn't work. But the link as presented in browser does because it's to a thread page that does exist to an anchor that doesn't.

There's a setting in FFF to ignore specific chapter URLs. In this case it would be:
Code:
[https://forums.spacebattles.com/posts/11606823/]
ignore_chapter_url_list:
 https://forums.spacebattles.com/posts/11606805/
Note the space at the start of each ignore_chapter_url_list line--it matters.

As a more general setting, you could put continue_on_chapter_error:true in personal.ini under [defaults] or for specific sites to not fail out when individual chapters fail.

From defaults.ini:
Spoiler:
Code:
## You can exclude chapters from a story by listing their chapter URLs
## in ignore_chapter_url_list.  Chapter URLs will be normalized before
## being used, so you can use either longer or normalized chapter
## URLs.
## NOTE: This will cause numWords(word count) to be off for most sites.
## This setting should be used in a specific story's section.
## Example:
#[https://forums.spacebattles.com/threads/lengthy-thread-name.100849/]
#ignore_chapter_url_list:
# https://forums.spacebattles.com/posts/10157294/
# https://forums.spacebattles.com/posts/10157297/
# https://forums.spacebattles.com/posts/10157299/
# https://forums.spacebattles.com/threads/lengthy-thread-name.100849/#post-10157400

# ...

## Because some adapters can pull chapter URLs from human posts, the
## odds of errors in the chapter URLs can be higher for some
## sites/stories.  You can set continue_on_chapter_error:true to
## continue on after failing to download a chapter and instead record
## an error message in the ebook for that chapter.
continue_on_chapter_error:false

## Append this to chapter titles that errored.  Only used with
## continue_on_chapter_error:true
## Set empty to not mark failed chapters.
chapter_title_error_mark:(CHAPTER ERROR)
JimmXinu is offline   Reply With Quote