
: TOC section scope is not included in the parent chapter:Table of Contents My epub files pass epubcheck, but Kindlegen refuses to generate mobi files. It seems that issue is caused by adding
My epub files pass epubcheck, but Kindlegen refuses to generate mobi files. It seems that issue is caused by adding references ("colophon", "dedication", etc.) to pages.
I'm really hitting a wall here. I would really appreciate some EPUB
FILE + ERROR LOGS: we.tl/UtGqtAxbir
Free books android app tbrJar TBR JAR Read Free books online gutenberg
More posts by @Tracey

: Some Kindle books on my pc do not appear on my Android I started with Kindle for PC - recently I have added an Android tablet. Most books have synced OK between the two devices. But 3 books

: Epub3 run js function on page turn event I have a large chunk of content that is too big to break into small individual chapters. The problem however, is that animations on page X have already
5 Comments
Sorted by latest first Latest Oldest Best
some chapters are linking same name or same id that's called an error.
for example:
Chapter 1
Chatper 2
Free books android app tbrJar TBR JAR Read Free books online gutenberg
It seems that kindlegen does not like duplicated names in the TOC. I ran across this issue and was only able to resolve when I renamed one of my headers. For reference, I am using Pandoc to generate the ePub file, with a TOC depth of 3. In this particular case, I had an H2 and an H3 with the same name. I renamed the H3 to be unique and the problem disappeared.
Free books android app tbrJar TBR JAR Read Free books online gutenberg
I hit the same problem today. The problem appeared to be that the links in the nested (or for EPUB3, no difference) pointed to locations other than the parent element.
So this code caused the same error you got:
The key is that, because of a quirk in InDesign export, the section head was created as a separate file. I went in and put the items into pessoa_book_of_disquiet_text-8.xhtml, like so
Voila, no more error. It looks like for Kindle, nested content has to be in the same file as the parent. To be clear, I had to move all the content into the file, not just change the names.
Does this fix your problem?
Free books android app tbrJar TBR JAR Read Free books online gutenberg
I had the same problem, was caused by repeated chapters.
Free books android app tbrJar TBR JAR Read Free books online gutenberg
The key error is here:
Error(prcgen):E24011: TOC section scope is not
included in the parent chapter:Table of Contents
I'm not 100% sure what this means. Perhaps 5824-Section.xhtml seems to be causing the issue. (I'm assuming).
It's very strange that the epub file validates. This is probably an issue with Kindlegen, but there are times when Calibre is incompatible with kindle.
Probably the strangest thing to me when I examine your epub file is that toc.xhtml (on line 24) lists itself as an item in the TOC. Why is it linking to itself? That is definitely something which might confuse Kindlegen.
Kindle requires a virtual table of contents at the front of the ebook, and your toc.xhtml would normally contain links to all the chapters. This one does not do that.
Unfortunately while it is relatively easy to figure out epub issues, Kindlegen sometimes produces strange errors, and the best solution is to keep removing chapters until you get a version that works. Then try to figure out why.
Remember that with epubs you can rename them to zip files and then unzip the files to examine everything.
Free books android app tbrJar TBR JAR Read Free books online gutenberg