Quote:
Originally Posted by byword
I found that the below error occurs in a folder where the user name is Korean. I tested Windows 10 and 11.
|
I'll try to fix this in the next version, but this will take a couple of weeks.
In the meantime please try the following:
Locate the following lines in plugin.py:
Code:
stdout = result[0].decode("utf-8")
stderr = result[1].decode("utf-8")
and change them to:
Code:
stdout = result[0].decode("utf-8", "ignore")
stderr = result[1].decode("utf-8", "ignore")
If you can't get it to work, download
Pagina Epubchecker.