View Single Post
Old 04-07-2022, 12:20 AM   #437
Doitsu
Grand Sorcerer
Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.
 
Doitsu's Avatar
 
Posts: 5,755
Karma: 24032915
Join Date: Dec 2010
Device: Kindle PW2
Quote:
Originally Posted by philja View Post
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:

Code:
                                pass
Make sure not to change the number of spaces before this line.
Doitsu is offline   Reply With Quote