anki-enhanced-cloze icon indicating copy to clipboard operation
anki-enhanced-cloze copied to clipboard

Crashing on AnkiWeb/Linux

Open paddyxmurphy opened this issue 5 months ago • 0 comments

This is the error message that I am getting:

Anki 2.1.61 (0c1eaf4c) Python 3.9.15 Qt 6.4.2 PyQt 6.4.0 Platform: Linux-6.8.0-40-generic-x86_64-with-glibc2.35 Flags: frz=True ao=True sv=3 Add-ons, last update check: 2024-09-19 16:27:15 Add-ons possibly involved: ⁨Enhanced Cloze for Anki 21⁩

Caught exception: Traceback (most recent call last): File "anki.notes", line 154, in _field_index KeyError: 'Cloze99' Traceback (most recent call last): File "aqt.taskman", line 122, in _on_closures_pending File "aqt.taskman", line 71, in File "aqt.taskman", line 90, in wrapped_done File "aqt.operations", line 127, in wrapped_done File "aqt.operations", line 149, in _finish_op File "aqt.operations", line 166, in _fire_change_hooks_after_op_performed File "_aqt.hooks", line 3547, in call File "aqt.browser.browser", line 182, in on_operation_did_execute File "aqt.editor", line 492, in set_note File "aqt.editor", line 515, in loadNote File "/home******/.local/share/Anki2/addons21/1990296174/patches.py", line 79, in new_fields_check result = original_fields_check(self) File "anki.notes", line 195, in fields_check File "anki.notes", line 70, in _to_backend_note File "anki.hooks_gen", line 444, in call File "/home/******/.local/share/Anki2/addons21/1990296174/editor.py", line 22, in maybe_fill_in_or_remove_cloze99 note["Cloze99"] = "" File "anki.notes", line 162, in setitem File "anki.notes", line 156, in _field_index KeyError: 'Cloze99'

paddyxmurphy avatar Sep 20 '24 13:09 paddyxmurphy