johnpincock / SpecialFields

Anki Addon to protect certain fields from being overwritten by anki's import and export functions
GNU General Public License v3.0
7 stars 8 forks source link

Issue when attempting to use add-on #1

Closed newman1080 closed 3 years ago

newman1080 commented 5 years ago

When attempting to import with the add-on enabled and all of my special fields "protected", I am getting the following notification upon import:

Import failed. Traceback (most recent call last): File "aqt\importing.py", line 334, in importFile File "anki\importing\apkg.py", line 38, in run File "anki\importing\anki2.py", line 29, in run File "anki\importing\anki2.py", line 54, in _import File "C:\Users\justi\AppData\Roaming\Anki2\addons21\1102281552__init__.py", line 364, in newImportNotes self.logNoteRow(("Added"), row) AttributeError: 'AnkiPackageImporter' object has no attribute '_logNoteRow'

newman1080 commented 5 years ago

Updated to the newest version of anki and everything worked flawlessly.