Quote:
Originally Posted by Leonatus
I'm on an ebook with several notes. At the end of editing, I ran the plugin, and it recognized almost all of the notes; only one remained unrecognized. I ran it once more, with the same result. Then, I wrote the text inside the brackets completely anew, suspicioning that it might be a formatting issue. Now I ran the plugin once more, and the note was recognized. Nevertheless, I got the following error message:
Code:
Status: failed
<-- snip -->
Traceback (most recent call last):
File "C:\Program Files\Sigil\plugin_launchers\python\launcher.py", line 135, in launch
self.exitcode = target_script.run(container)
File "C:\Users\Jürgen\AppData\Local\sigil-ebook\sigil\plugins\ePub2-Notes\plugin.py", line 37, in run
bk.addfile(uid, basename, cssdata, mime)
File "C:\Program Files\Sigil\plugin_launchers\python\bookcontainer.py", line 178, in addfile
self._w.addfile(uniqueid, basename, data, mime, properties, fallback, overlay)
File "C:\Program Files\Sigil\plugin_launchers\python\wrapper.py", line 585, in addfile
raise WrapperException('Manifest Id is not unique')
wrapper.WrapperException: Manifest Id is not unique
Error: Manifest Id is not unique
Sigil version 0.9.10; the plugin is version 0.1.2. Win 10, 32 bit.
Looking at the OPF file, I couldn't identify any issue, and neither epubcheck, Flightcrew and Calibre found any error.
Could someone help, please?
|
When you run the the plugin the second time on the same file, it will *try* to delete the previously inserted "footnote.css". If it's not succesfull, this error will occur. If you delete footnote.css manually before running the plugin, this error should not occur.
Also, check that you have the newest version of the plugin, with code from BeckyEbook to avoid this situation entirely.
Regards,
Kim