HelenFoster / AnkiSpreadsheetImportPlus

6 stars 1 forks source link

Can't import #3

Closed micsibulo closed 2 years ago

micsibulo commented 4 years ago

Hello. I am not really a coding geek. I'm just med student. I saw this when I imported. Thank you in advance!

Import failed. Debugging info: Traceback (most recent call last): File "aqt\importing.py", line 203, in on_done File "concurrent\futures_base.py", line 432, in result File "concurrent\futures_base.py", line 388, in __get_result File "concurrent\futures\thread.py", line 57, in run File "anki\importing\noteimp.py", line 81, in run File "C:\Users\Admin\AppData\Roaming\Anki2\addons21\716643677\spreadsheet.py", line 45, in foreignNotes raise Exception('"Allow HTML in fields" must be checked. Aborting.') Exception: "Allow HTML in fields" must be checked. Aborting.

HelenFoster commented 4 years ago

Hi, in the Anki import dialog, you just need to tick the "Allow HTML in fields" checkbox.

The problem is because I'm reusing the Anki import dialog and there isn't a nice clean way to force that option the right way.