Quote:
Originally Posted by increase
Here is the fix, You need to specify your binary media types for your gw api ...
|
What do you mean by
gw api? The plugin doesn't use any API except for the Sigil Python API and a custom Python function that uses
zipfile.ZipFile for zipping up epub folders.
Unless the
zipfile.ZipFile parameters have changed in the new Python version that comes with Sigil, there shouldn't be any problems.
Quote:
Originally Posted by increase
does this have any bearing re sigil files
|
No, all the plugin does is zip up all epub files and run epubcheck with the temp .zip file as the input file.
Whatever your problem is,
it's not caused by Sigil.
I just tested the plugin with a 50MB epub file and didn't get any error messages.
BTW, the Java version on my machine is:
Code:
java version "1.8.0_421"
Java(TM) SE Runtime Environment (build 1.8.0_421-b09)
Java HotSpot(TM) 64-Bit Server VM (build 25.421-b09, mixed mode)
Unless you need a higher Java version for other apps,
downgrading Java might help, because as KevinH has already mentioned, some higher versions have a bug that produces the error message that you got.