You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello i would really like to use this nice program but i get this error with all epubs. As well with the epub that you used as an example:
PS C:\Users\chlad\Desktop\interlinearize-main\interlinearize-main> python interlinearize.py fr en "Candide - Voltaire.epub" "Candide - Voltaire (interlinearized).epub"
Traceback (most recent call last):
File "C:\Users\chlad\Desktop\interlinearize-main\interlinearize-main\interlinearize.py", line 533, in
config = get_config()
^^^^^^^^^^^^
File "C:\Users\chlad\Desktop\interlinearize-main\interlinearize-main\interlinearize.py", line 124, in get_config
config.read(str(config_path))
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.11_3.11.1008.0_x64__qbz5n2kfra8p0\Lib\configparser.py", line 713, in read
self._read(fp, filename)
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.11_3.11.1008.0_x64__qbz5n2kfra8p0\Lib\configparser.py", line 1036, in _read
for lineno, line in enumerate(fp, start=1):
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.11_3.11.1008.0_x64__qbz5n2kfra8p0\Lib\encodings\cp1252.py", line 23, in decode
return codecs.charmap_decode(input,self.errors,decoding_table)[0]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
UnicodeDecodeError: 'charmap' codec can't decode byte 0x9d in position 209: character maps to
What to do?
The text was updated successfully, but these errors were encountered:
Hello i would really like to use this nice program but i get this error with all epubs. As well with the epub that you used as an example:
PS C:\Users\chlad\Desktop\interlinearize-main\interlinearize-main> python interlinearize.py fr en "Candide - Voltaire.epub" "Candide - Voltaire (interlinearized).epub"
Traceback (most recent call last):
File "C:\Users\chlad\Desktop\interlinearize-main\interlinearize-main\interlinearize.py", line 533, in
config = get_config()
^^^^^^^^^^^^
File "C:\Users\chlad\Desktop\interlinearize-main\interlinearize-main\interlinearize.py", line 124, in get_config
config.read(str(config_path))
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.11_3.11.1008.0_x64__qbz5n2kfra8p0\Lib\configparser.py", line 713, in read
self._read(fp, filename)
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.11_3.11.1008.0_x64__qbz5n2kfra8p0\Lib\configparser.py", line 1036, in _read
for lineno, line in enumerate(fp, start=1):
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.11_3.11.1008.0_x64__qbz5n2kfra8p0\Lib\encodings\cp1252.py", line 23, in decode
return codecs.charmap_decode(input,self.errors,decoding_table)[0]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
UnicodeDecodeError: 'charmap' codec can't decode byte 0x9d in position 209: character maps to
What to do?
The text was updated successfully, but these errors were encountered: