Vocab-Apps / anki-language-tools

Anki Language Tools addon
GNU General Public License v3.0
6 stars 0 forks source link

error handling on live updates / note became none #75

Open sentry-io[bot] opened 2 years ago

sentry-io[bot] commented 2 years ago

AttributeError: 'NoneType' object has no attribute 'fields'

Sentry Issue: ANKI-LANGUAGE-TOOLS-5V

AttributeError: 'NoneType' object has no attribute 'fields'
  File "771677663\editor_processing.py", line 92, in process_all_field_changes
    self.process_field_change(field_change)
  File "771677663\editor_processing.py", line 114, in process_field_change
    self.load_transliteration(editor, note_id, field_value, to_deck_note_type_field, value['transliteration_option'])
  File "771677663\editor_processing.py", line 263, in load_transliteration
    self.load_transformation(editor,
  File "771677663\editor_processing.py", line 214, in load_transformation
    self.languagetools.anki_utils.editor_set_field_value(editor, field_index, '')
  File "771677663\anki_utils.py", line 125, in editor_set_field_value
    editor.note.fields[field_index] = text