kepubify icon indicating copy to clipboard operation
kepubify copied to clipboard

KepubifyError: open META-INF/container.xml: file does not exist

Open Lando-L opened this issue 11 months ago • 3 comments

I am using the online EPUB to KEPUB converter. When trying to convert EPUBs I am getting the following error message: KepubifyError: open META-INF/container.xml: file does not exist.

However, inside the META-INF folder there actually is a non-empty container.xml file indicating the root file of the OEBPS content.

Lando-L avatar Jan 18 '25 10:01 Lando-L

Can I see the output of unzip -l whatever.epub (and bsdtar tf whatever.epub if you have it)? I suspect the path in the EPUB isn't clean.

pgaskin avatar Jan 27 '25 02:01 pgaskin

The .epub contains the following files:

  • META-INF
  • OEBPS
  • iTunesMetadata-original.plist
  • iTunesMetadata.plist
  • mimetype

Lando-L avatar Feb 10 '25 06:02 Lando-L

Can I see the raw output of the command I specified? I need to see how the paths are internally stored in your file.

pgaskin avatar May 04 '25 20:05 pgaskin