You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I run Kubuntu 19.10. Not only am I unable to open .pdf files as I can't install pymupdf (which isn't a big deal because I already have a good PDF reader), but most importantly, I can't open .epub files either.
Here's my log when I try opening one:
2020/09/08 15:41:07,896 lector.readers.read_epub WARNING toc.ncx not found in /home/aeonwaves/Downloads/~~~Reading~~~/eBooks - Selection/BOOK.epub
2020/09/08 15:41:07,900 lector.sorter ERROR Content generation error: /home/aeonwaves/Downloads/~~~Reading~~~/eBooks - Selection/BOOK.epub KeyError Arguments: ('ncx',)
Traceback (most recent call last):
File "/home/aeonwaves/Downloads/~~~Software~~~/Lector/Lector/lector/sorter.py", line 290, in read_book
book_breakdown = book_ref.generate_content()
File "/home/aeonwaves/Downloads/~~~Software~~~/Lector/Lector/lector/parsers/epub.py", line 46, in generate_content
self.book.generate_toc()
File "/home/aeonwaves/Downloads/~~~Software~~~/Lector/Lector/lector/readers/read_epub.py", line 151, in generate_toc
navpoints = toc_dict['ncx']['navMap']['navPoint']
KeyError: 'ncx'
2020/09/08 15:41:07,953 lector.main ERROR No parseable files found
The text was updated successfully, but these errors were encountered:
I run Kubuntu 19.10. Not only am I unable to open .pdf files as I can't install pymupdf (which isn't a big deal because I already have a good PDF reader), but most importantly, I can't open .epub files either.
Here's my log when I try opening one:
The text was updated successfully, but these errors were encountered: