Quote:
Originally Posted by philja
Should I be concerned about the internal error? What does it mean?
|
Sometimes EPUBCheck reports errors or warnings without a file name reference.
This is an EPUBCheck bug. To suppress this warning, open
plugin.py with a text editor and change line 586 from:
Code:
bk.add_result('error', path, None, _('*** Internal error. bk.readfile() failed for: ') + filename)
to:
Make sure not to change the number of spaces before this line.