|
|
STATUS_DONE: I believe has been fixed in a release more recent than 3.8.1. I don't get the UnicodeDecodeError with solfege 3.14.2. But I found another while debugging this: The music theory file for the compare-intervals exercises did not load because Solfege looked for files with double html extension (.html.html). Fix will be available in 3.14.3 F3 help is not workingSubmitter: juliane ,, christian-hiller ,, de
Message from stderr: Traceback (most recent call last): File "src\mainwin.pyc", line 359, in <lambda> File "src\app.pyc", line 196, in show_exercise_theory File "src\mainwin.pyc", line 689, in display_docfile File "src\helpbrowser.pyc", line 116, in show_docfile File "ntpath.pyc", line 102, in join UnicodeDecodeError: 'utf8' codec can't decode bytes in position 20-23: invalid data Traceback (most recent call last): File "src\helpbrowser.pyc", line 67, in history_back File "src\history.pyc", line 40, in set_adj_of_current IndexError: list index out of range Traceback (most recent call last): File "src\helpbrowser.pyc", line 78, in history_forward File "src\history.pyc", line 40, in set_adj_of_current IndexError: list index out of range Traceback (most recent call last): File "src\helpbrowser.pyc", line 59, in refresh File "src\history.pyc", line 40, in set_adj_of_current IndexError: list index out of range |