Hello, hope it's ok to open this thread back up...
I'm running the plugin on a very old (~2013) epub that I made. First running the epub check plugin returns no errors. However when I run the ePub3-itizer I get the following error after all the xhtml files say they are converted:
Code:
Traceback (most recent call last):
File "C:\Program Files\Sigil\plugin_launchers\python\launcher.py", line 142, in launch
self.exitcode = target_script.run(container)
File "C:\Users\user\AppData\Local\sigil-ebook\sigil\plugins\ePub3-itizer\plugin.py", line 182, in run
data, mprops, sprops, etypes = convert_xhtml(bk, mid, bookhref)
File "C:\Users\user\AppData\Local\sigil-ebook\sigil\plugins\ePub3-itizer\plugin.py", line 534, in convert_xhtml
qp.setContent(bk.readfile(mid))
File "C:\Program Files\Sigil\plugin_launchers\python\outputcontainer.py", line 137, in readfile
return self._w.readfile(id)
File "C:\Program Files\Sigil\plugin_launchers\python\wrapper.py", line 610, in readfile
raise WrapperException('Id does not exist in manifest')
wrapper.WrapperException: Id does not exist in manifest
Error: Id does not exist in manifest
I'm not clear on what that error message is telling me what to do. Not sure which Id is not existing. Other than the xhtml files, there is a toc.ncx file and a content.opf file.
Can anyone offer any suggestions as to what I should be trying to do. I have about 20 of these old epubs and was going to upgrade them to epub 3 just for the sake of ... well ... I don't know. Seems like a good idea since they are almost 10 years old.
Thanks!