I keep getting an error message no matter how many times I've tried to restart the Anki page

**Before the error happened, I was… just doing Anki.
[Replace this text.]

Error message (don't change this)
Anki 24.06.3 (d678e393)  (ao)
Python 3.9.18 Qt 6.6.2 PyQt 6.6.1
Platform: macOS-14.5-x86_64-i386-64bit

Traceback (most recent call last):

  File "aqt.taskman", line 142, in _on_closures_pending

  File "/Users/genesisfernandez/Library/Application Support/Anki2/addons21/1322529746/gui/auto_sync.py", line 99, in sync_with_ankiweb
    future.result()

  File "concurrent.futures._base", line 439, in result

  File "concurrent.futures._base", line 391, in __get_result

  File "/Users/genesisfernandez/Library/Application Support/Anki2/addons21/1322529746/gui/operations/utils.py", line 39, in wrapper
    return func(*args, **kwargs)

  File "/Users/genesisfernandez/Library/Application Support/Anki2/addons21/1322529746/gui/operations/ankihub_sync.py", line 118, in _on_sync_done
    future.result()

  File "concurrent.futures._base", line 439, in result

  File "concurrent.futures._base", line 391, in __get_result

  File "concurrent.futures.thread", line 58, in run

  File "/Users/genesisfernandez/Library/Application Support/Anki2/addons21/1322529746/gui/operations/ankihub_sync.py", line 110, in <lambda>
    task=lambda: ah_deck_updater.update_decks_and_media(to_sync_ah_dids),

  File "/Users/genesisfernandez/Library/Application Support/Anki2/addons21/1322529746/gui/deck_updater.py", line 61, in update_decks_and_media
    self._update_decks(ah_dids)

  File "/Users/genesisfernandez/Library/Application Support/Anki2/addons21/1322529746/gui/deck_updater.py", line 84, in _update_decks
    should_continue = self._update_single_deck(ah_did)

  File "/Users/genesisfernandez/Library/Application Support/Anki2/addons21/1322529746/gui/deck_updater.py", line 98, in _update_single_deck
    result = self._fetch_and_apply_deck_updates(ankihub_did)

  File "/Users/genesisfernandez/Library/Application Support/Anki2/addons21/1322529746/gui/deck_updater.py", line 135, in _fetch_and_apply_deck_updates
    import_result = self._importer.import_ankihub_deck(

  File "/Users/genesisfernandez/Library/Application Support/Anki2/addons21/1322529746/main/importing.py", line 145, in import_ankihub_deck
    self._import_note_types(note_types=note_types)

  File "/Users/genesisfernandez/Library/Application Support/Anki2/addons21/1322529746/main/importing.py", line 188, in _import_note_types
    _adjust_note_types_in_anki_db(note_types)

  File "/Users/genesisfernandez/Library/Application Support/Anki2/addons21/1322529746/main/importing.py", line 753, in _adjust_note_types_in_anki_db
    _ensure_local_and_remote_fields_are_same(remote_note_types)

  File "/Users/genesisfernandez/Library/Application Support/Anki2/addons21/1322529746/main/importing.py", line 843, in _ensure_local_and_remote_fields_are_same
    aqt.mw.col.models.update_dict(local_note_type)

  File "anki.models", line 226, in update_dict

  File "anki._backend_generated", line 1097, in update_notetype_legacy

  File "anki._backend", line 171, in _run_command

anki.errors.CardTypeError: Card template <U+2068>2<U+2069> in notetype '<U+2068>AnKingOverhaul (AnKing / AnKingMed)<U+2069>' has a problem.<br>The front side is identical to card template <U+2068>1<U+2069>.

Sentry link (for developers)

Please go to Tools > Manage Notetypes, delete the “AnKingOverhaul (AnKing / AnKingMed)” notetype and sync again.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.