Junior Member
Posts: 2
Karma: 10
Join Date: Aug 2020
Device: PC
|
Errors When Opening imported Files
Afternoon.
I have this odd error. If I import a book that ends up being a duplicate, corrupts it. If I say do not add duplicates, it put in empty books. IE no formats are entered.
If you select the the first file on the options list it will not corrupt this, but if you are consolidating two databases or the likes of, doing this on 100's of books is just not going to happen.
This is a copy of the error. It is not a zip file.
Failed to convert book: X:\Calibre\Karen Abbott\American Rose (37176)\American Rose - Karen Abbott.epub with error:
Failed to initialize plugin: '****\\AppData\\Roaming\\calibre\\plugins\\Fantast ic Fiction Adults.zip'
InputFormatPlugin: EPUB Input running
on X:\Calibre\Karen Abbott\American Rose (37176)\American Rose - Karen Abbott.epub
EPUB appears to be invalid ZIP file, trying a more forgiving ZIP parser
Failed to run pipe worker with command: from calibre.srv.render_book import viewer_main; viewer_main()
Traceback (most recent call last):
File "site-packages\calibre\ebooks\conversion\plugins\epub_in put.py", line 262, in convert
File "site-packages\calibre\utils\zipfile.py", line 776, in __init__
File "site-packages\calibre\utils\zipfile.py", line 811, in _GetContents
File "site-packages\calibre\utils\zipfile.py", line 826, in _RealGetContents
calibre.utils.zipfile.BadZipfile: File is not a zip file
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "runpy.py", line 194, in _run_module_as_main
File "runpy.py", line 87, in _run_code
File "site.py", line 89, in <module>
File "site.py", line 84, in main
File "site.py", line 55, in run_entry_point
File "site-packages\calibre\utils\ipc\worker.py", line 195, in main
File "<string>", line 1, in <module>
File "site-packages\calibre\srv\render_book.py", line 855, in viewer_main
File "site-packages\calibre\srv\render_book.py", line 846, in render_for_viewer
File "site-packages\calibre\srv\render_book.py", line 823, in render
File "site-packages\calibre\ebooks\oeb\iterator\book.py", line 63, in extract_book
File "site-packages\calibre\customize\conversion.py", line 245, in __call__
File "site-packages\calibre\ebooks\conversion\plugins\epub_in put.py", line 269, in convert
File "site-packages\calibre\utils\localunzip.py", line 253, in extractall
File "site-packages\calibre\utils\localunzip.py", line 235, in _extractall
File "site-packages\calibre\utils\localunzip.py", line 178, in copy_compressed_file
ValueError: Invalid ZIP file, local header is damaged
|