-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exception: 'Incorrect EPUB spine: item with IdRef = "cover" is missing in the manifest.' #109
Comments
I'm seeing something similar too: |
Yeah, this is the most common problem among the EPUB books. I'll add a workaround in the next release. |
Implemented in version 3.3.3. @daviddphillips, for the @sattasundar, for the EpubReaderOptions options = new(EpubReaderOptionsPreset.RELAXED);
options.SpineReaderOptions.IgnoreMissingManifestItems = true;
EpubBook book = EpubReader.ReadBook(filePath, options); |
Description
Getting below exception while reading epub file
VersOne.Epub.EpubPackageException: 'Incorrect EPUB spine: item with IdRef = "cover" is missing in the manifest.'
The text was updated successfully, but these errors were encountered: