View Single Post
Old 04-08-2022, 12:33 PM   #439
philja
Addict
philja will become famous soon enoughphilja will become famous soon enoughphilja will become famous soon enoughphilja will become famous soon enoughphilja will become famous soon enoughphilja will become famous soon enough
 
Posts: 281
Karma: 516
Join Date: Nov 2015
Location: Europe EEC
Device: Kindle Fire HD6 & HD8
Quote:
Originally Posted by Doitsu View Post
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.
Thanks Doitsu. I made that mod to plugin.py (except it was line 580 rather than 586) and it no longer throws that error message when using 0.4.6.2.

I expect the new UbuntuStudio 22.04 LTS will be available in a few weeks' time and hopefully it will have a newer version of Sigil.
philja is offline   Reply With Quote