Unable to download v12

This is the message i get:

Anki 2.1.65 (aa9a734f) Python 3.9.15 Qt 6.4.3 PyQt 6.4.0
Platform: Windows-10-10.0.22621
Flags: frz=True ao=True sv=3
Add-ons, last update check: 2024-05-08 21:13:55

Traceback (most recent call last):

File “C:\Users\Ssebb\AppData\Roaming\Anki2\addons21\1322529746\gui\operations\deck_installation.py”, line 153, in _download_and_install_decks_inner
_download_and_install_single_deck(

File “C:\Users\Ssebb\AppData\Roaming\Anki2\addons21\1322529746\gui\operations\deck_installation.py”, line 189, in _download_and_install_single_deck
result = _install_deck(

File “C:\Users\Ssebb\AppData\Roaming\Anki2\addons21\1322529746\gui\operations\deck_installation.py”, line 223, in _install_deck
import_result = importer.import_ankihub_deck(

File “C:\Users\Ssebb\AppData\Roaming\Anki2\addons21\1322529746\main\importing.py”, line 143, in import_ankihub_deck
self._import_note_types(note_types=note_types)

File “C:\Users\Ssebb\AppData\Roaming\Anki2\addons21\1322529746\main\importing.py”, line 186, in _import_note_types
_adjust_note_types_in_anki_db(note_types)

File “C:\Users\Ssebb\AppData\Roaming\Anki2\addons21\1322529746\main\importing.py”, line 774, in _adjust_note_types_in_anki_db
_ensure_local_and_remote_fields_are_same(remote_note_types)

File “C:\Users\Ssebb\AppData\Roaming\Anki2\addons21\1322529746\main\importing.py”, line 833, 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 ⁨1⁩ in notetype ‘⁨AnKingOverhaul (AnKing / AnKingMed)⁩’ has a problem.
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 “C:\Users\Ssebb\AppData\Roaming\Anki2\addons21\1322529746\gui\operations\ankihub_sync.py”, line 69, in
on_done=lambda future: on_new_deck_subscriptions_done(

File “C:\Users\Ssebb\AppData\Roaming\Anki2\addons21\1322529746\gui\operations\ankihub_sync.py”, line 28, in on_new_deck_subscriptions_done
on_done(future_with_exception(future.exception()))

File “C:\Users\Ssebb\AppData\Roaming\Anki2\addons21\1322529746\gui\auto_sync.py”, line 101, in sync_with_ankiweb
future.result()

File “concurrent.futures._base”, line 439, in result

File “concurrent.futures._base”, line 391, in __get_result

File “C:\Users\Ssebb\AppData\Roaming\Anki2\addons21\1322529746\gui\operations\utils.py”, line 39, in wrapper
return func(*args, **kwargs)

File “C:\Users\Ssebb\AppData\Roaming\Anki2\addons21\1322529746\gui\operations\deck_installation.py”, line 75, 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 “C:\Users\Ssebb\AppData\Roaming\Anki2\addons21\1322529746\gui\operations\deck_installation.py”, line 63, in
task=lambda: _download_and_install_decks_inner(

File “C:\Users\Ssebb\AppData\Roaming\Anki2\addons21\1322529746\gui\operations\deck_installation.py”, line 172, 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 ⁨1⁩ in notetype ‘⁨AnKingOverhaul (AnKing / AnKingMed)⁩’ has a problem.
Expected to find a field replacement on the front of the card template.

Error message (don't change this)
Anki 2.1.65 (aa9a734f) Python 3.9.15 Qt 6.4.3 PyQt 6.4.0
Platform: Windows-10-10.0.22621
Flags: frz=True ao=True sv=3
Add-ons, last update check: 2024-05-08 21:13:55

Traceback (most recent call last):

  File "C:\Users\Ssebb\AppData\Roaming\Anki2\addons21\1322529746\gui\operations\deck_installation.py", line 153, in _download_and_install_decks_inner
    _download_and_install_single_deck(

  File "C:\Users\Ssebb\AppData\Roaming\Anki2\addons21\1322529746\gui\operations\deck_installation.py", line 189, in _download_and_install_single_deck
    result = _install_deck(

  File "C:\Users\Ssebb\AppData\Roaming\Anki2\addons21\1322529746\gui\operations\deck_installation.py", line 223, in _install_deck
    import_result = importer.import_ankihub_deck(

  File "C:\Users\Ssebb\AppData\Roaming\Anki2\addons21\1322529746\main\importing.py", line 143, in import_ankihub_deck
    self._import_note_types(note_types=note_types)

  File "C:\Users\Ssebb\AppData\Roaming\Anki2\addons21\1322529746\main\importing.py", line 186, in _import_note_types
    _adjust_note_types_in_anki_db(note_types)

  File "C:\Users\Ssebb\AppData\Roaming\Anki2\addons21\1322529746\main\importing.py", line 774, in _adjust_note_types_in_anki_db
    _ensure_local_and_remote_fields_are_same(remote_note_types)

  File "C:\Users\Ssebb\AppData\Roaming\Anki2\addons21\1322529746\main\importing.py", line 833, 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 "C:\Users\Ssebb\AppData\Roaming\Anki2\addons21\1322529746\gui\operations\ankihub_sync.py", line 69, in <lambda>
    on_done=lambda future: on_new_deck_subscriptions_done(

  File "C:\Users\Ssebb\AppData\Roaming\Anki2\addons21\1322529746\gui\operations\ankihub_sync.py", line 28, in on_new_deck_subscriptions_done
    on_done(future_with_exception(future.exception()))

  File "C:\Users\Ssebb\AppData\Roaming\Anki2\addons21\1322529746\gui\auto_sync.py", line 101, in sync_with_ankiweb
    future.result()

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

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

  File "C:\Users\Ssebb\AppData\Roaming\Anki2\addons21\1322529746\gui\operations\utils.py", line 39, in wrapper
    return func(*args, **kwargs)

  File "C:\Users\Ssebb\AppData\Roaming\Anki2\addons21\1322529746\gui\operations\deck_installation.py", line 75, 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 "C:\Users\Ssebb\AppData\Roaming\Anki2\addons21\1322529746\gui\operations\deck_installation.py", line 63, in <lambda>
    task=lambda: _download_and_install_decks_inner(

  File "C:\Users\Ssebb\AppData\Roaming\Anki2\addons21\1322529746\gui\operations\deck_installation.py", line 172, 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)

Deleting the “AnKingOverhaul (AnKing / AnKingMed)” notetype from Tools > Manage Notetypes then syncing again should work.

it worked but only 450 cards downloaded

Can you try the AnkiHub > Reset all local changes a deck menu item in the browser?

1 Like