HTMLZ Failing To Open With ebook-viewer
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| calibre |
Fix Released
|
Undecided
|
Unassigned | ||
Bug Description
I am having a similar error to https:/
calibre, version 7.22.0
...
Failed to convert book: ... with error:
InputFormatPlugin: HTLZ Input running
on ...
Multiple HTML files found in the archive. Only index.html will be used.
Language not specified
Creator not specified
Building file list...
Normalizing filename cases
Rewriting HTML links
Forcing index1.html into XHTML namespace
Failed to run pipe worker with command: from calibre.
Traceback (most recent call last):
File "runpy.py", line 198, in _run_module_as_main
File "runpy.py", line 88, in _run_code
File "site.py", line 47, in <module>
File "site.py", line 43, in main
File "calibre/
File "<string>", line 1, in <module>
File "calibre/
File "calibre/
File "calibre/
File "calibre/
File "calibre/
File "calibre/
IndexError: list index out of range
Digging, I tried running calibre-debug on render_book.py and I ran into this issue:
vm@pop-
InputFormatPlugin: HTLZ Input running
on FILENAME
Multiple HTML files found in the archive. Only index.html will be used.
Language not specified
Creator not specified
Building file list...
Normalizing filename cases
Rewriting HTML links
Forcing index1.html into XHTML namespace
Traceback (most recent call last):
File "runpy.py", line 198, in _run_module_as_main
File "runpy.py", line 88, in _run_code
File "site.py", line 47, in <module>
File "site.py", line 43, in main
File "calibre/debug.py", line 314, in main
File "calibre/debug.py", line 215, in run_script
File "polyglot/
File "/home/
develop()
File "/home/
render(
File "/home/
container, bookmark_data = process_
File "/home/
raster_
File "/home/
item = container.
File "calibre/
IndexError: list index out of range

Works fine for me with the official calibre linux binaries. I'm afraid
the flatpak is not supported. Use the official binaries and you should
be fine.