-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Hello, I am using Debian stable, and I have just installed Zippy.
There is an error when I try it on a file
$ python zippy.py a.epub b.epub
/home/src/zippy/venv/lib/python3.11/site-packages/ebooklib/epub.py:1395: UserWarning: In the future version we will turn default option ignore_ncx to True.
warnings.warn('In the future version we will turn default option ignore_ncx to True.')
/home/src/zippy/venv/lib/python3.11/site-packages/ebooklib/epub.py:1423: FutureWarning: This search incorrectly ignores the root element, and will be fixed in a future version. If you rely on the current behaviour, change it to './/xmlns:rootfile[@media-type]'
for root_file in tree.findall('//xmlns:rootfile[@media-type]', namespaces={'xmlns': NAMESPACES['CONTAINERNS']}):
ERROR:root:Could not create metadata "user_metadata:#packs".
The file however is successfully created. It seems Ok.