Can't get the ANKI Overhaul Deck to Sync

Hello, I keep getting this error when I try to sync the AnKing Overhaul Deck for Steps 1 and 2. I have it as a deck on AnkiHub, am logged into AnkiHub on my Anki desktop app and have the AnKing add-on. I don’t know what to do to fix this error.

Thank you

Error message (don't change this)
Anki 2.1.65 (aa9a734f) Python 3.9.15 Qt 6.5.0 PyQt 6.5.0
Platform: macOS-14.0-x86_64-i386-64bit
Flags: frz=True ao=True sv=2
Add-ons, last update check: 2024-02-19 21:52:06

Traceback (most recent call last):

  File "/Users/kyliebenavides/Library/Application Support/Anki2/addons21/1322529746/gui/operations/deck_installation.py", line 123, in _download_and_install_decks_inner
    result.append(_download_and_install_single_deck(ah_did))

  File "/Users/kyliebenavides/Library/Application Support/Anki2/addons21/1322529746/gui/operations/deck_installation.py", line 155, in _download_and_install_single_deck
    result = _install_deck(

  File "/Users/kyliebenavides/Library/Application Support/Anki2/addons21/1322529746/gui/operations/deck_installation.py", line 185, in _install_deck
    import_result = importer.import_ankihub_deck(

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

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

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

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

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

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

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

anki.errors.CardTypeError: Card template <U+2068>1<U+2069> in notetype '<U+2068>AnKingOverhaul (AnKing / AnKingMed)<U+2069>' has a problem.<br>Expected to find a field replacement on the front of the card template.


The above exception was the direct cause of the following exception:


Traceback (most recent call last):

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

  File "aqt.taskman", line 71, in <lambda>

  File "aqt.taskman", line 90, in wrapped_done

  File "/Users/kyliebenavides/Library/Application Support/Anki2/addons21/1322529746/gui/operations/deck_installation.py", line 45, in on_install_done
    on_done(future_with_exception(e))

  File "/Users/kyliebenavides/Library/Application Support/Anki2/addons21/1322529746/gui/operations/ankihub_sync.py", line 73, in <lambda>
    on_done=lambda future: on_new_deck_subscriptions_done(

  File "/Users/kyliebenavides/Library/Application Support/Anki2/addons21/1322529746/gui/operations/ankihub_sync.py", line 28, in on_new_deck_subscriptions_done
    on_done(future_with_exception(future.exception()))

  File "/Users/kyliebenavides/Library/Application Support/Anki2/addons21/1322529746/gui/menu.py", line 329, in on_done
    future.result()

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

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

  File "/Users/kyliebenavides/Library/Application Support/Anki2/addons21/1322529746/gui/operations/deck_installation.py", line 43, in on_install_done
    import_results: List[AnkiHubImportResult] = 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/kyliebenavides/Library/Application Support/Anki2/addons21/1322529746/gui/operations/deck_installation.py", line 72, in <lambda>
    task=lambda: _download_and_install_decks_inner(ankihub_dids),

  File "/Users/kyliebenavides/Library/Application Support/Anki2/addons21/1322529746/gui/operations/deck_installation.py", line 135, in _download_and_install_decks_inner
    raise exceptions[0]

1322529746.gui.exceptions.DeckDownloadAndInstallError: Error while downloading and installing deck e77aedfe-a636-40e2-8169-2fce2673187e: Card template <U+2068>1<U+2069> in notetype '<U+2068>AnKingOverhaul (AnKing / AnKingMed)<U+2069>' has a problem.<br>Expected to find a field replacement on the front of the card template.

Sentry link (for developers)

If you go to Tools > Manage Notetypes, is the “AnKingOverhaul (AnKing / AnKingMed)” shown as used by any notes? If it’s used, can you go to the card browser and see if the notes actually have any contents? You should see the notes only have a Front and Back fields. Have you reviewed any cards from the AnKing deck?

@kylieb209 If you’re still having the issue, using the AnkiHub > Reset all local changes to a deck option in the browser should fix it.