Error during validation
I have written a script to produce an ebook in epub format from data stored locally.
Upon validation of the epub file, one error is returned:
ERROR: ROE.epub: length of first filename in archive must be 8, but was 22
The zip command I used to compress the files was as follows:
zip -Xr9D ROE.epub mimetype * .DS_Store
(All the files are in place, including mimetype.)
Any ideas as to what I am doing wrong?
|