-
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
Epub2NcxException/Epub3NavException exceptions are thrown when OPF and navigation files are located in different subdirectories #91
Comments
Reproduced. Working on the fix. |
Turns out, this issue was present in EpubReader from its first release. Version 3.3.0 just added a sanity check which exposed this bug while previous versions were silently skipping all affected navigation items. |
Ahh interesting, I'm open to allowing silently failing if I pass a parameter in. In my code, I have validation checks as well. |
I'll publish a proper fix tomorrow. |
Fixed in version 3.3.1. Thank you for reporting this issue! |
Thanks, btw, your release notes are wrong: should be: |
Ah, sorry, it's |
I'm getting the following exception on
book.GetNavigationAsync()
I can confirm this book was working correctly in the previous version.
here are some parts of the epub. (I can send it to you outside of Github, you can contact me by grabbing my email from my git signature)
root/OEBPS/content.opf,
root/OEBPS/toc.ncx
root/OEBPS/Text/all xhtml here
The text was updated successfully, but these errors were encountered: