Zankiphil - Klinik; error when downloading the deck

**Before the error happened, I updatet Anki to 2.1.66 and then downloaded the anki hub addon. I tried to download other decks from anki hub and it worked, but for the Zankiphil deck I had this error:

Error message (don't change this)
Anki 2.1.66 (70506aeb) Python 3.9.15 Qt 6.5.2 PyQt 6.5.2
Platform: Windows-10-10.0.22621
Flags: frz=True ao=True sv=2
Add-ons, last update check: 2023-09-12 11:57:41

Traceback (most recent call last):

  File "C:\Users\tester\AppData\Roaming\Anki2\addons21\1322529746\gui\operations\deck_installation.py", line 103, in _download_and_install_decks_inner
    result.append(_download_and_install_single_deck(ah_did))

  File "C:\Users\tester\AppData\Roaming\Anki2\addons21\1322529746\gui\operations\deck_installation.py", line 122, in _download_and_install_single_deck
    notes_data: List[NoteInfo] = AnkiHubClient().download_deck(

  File "C:\Users\tester\AppData\Roaming\Anki2\addons21\1322529746\ankihub_client\ankihub_client.py", line 602, in download_deck
    notes_data_raw = [row for row in reader]

  File "C:\Users\tester\AppData\Roaming\Anki2\addons21\1322529746\ankihub_client\ankihub_client.py", line 602, in <listcomp>
    notes_data_raw = [row for row in reader]

  File "csv", line 111, in __next__

_csv.Error: field larger than field limit (131072)


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 "C:\Users\tester\AppData\Roaming\Anki2\addons21\1322529746\gui\operations\deck_installation.py", line 40, in on_install_done
    on_done(future_with_exception(e))

  File "C:\Users\tester\AppData\Roaming\Anki2\addons21\1322529746\gui\operations\ankihub_sync.py", line 56, in <lambda>
    on_done=lambda future: on_new_deck_subscriptions_done(

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

  File "C:\Users\tester\AppData\Roaming\Anki2\addons21\1322529746\gui\auto_sync.py", line 74, 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\tester\AppData\Roaming\Anki2\addons21\1322529746\gui\operations\deck_installation.py", line 38, 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\tester\AppData\Roaming\Anki2\addons21\1322529746\gui\operations\deck_installation.py", line 86, in <lambda>
    task=lambda: _download_and_install_decks_inner(ankihub_dids),

  File "C:\Users\tester\AppData\Roaming\Anki2\addons21\1322529746\gui\operations\deck_installation.py", line 115, in _download_and_install_decks_inner
    raise exceptions[0]

1322529746.gui.exceptions.DeckDownloadAndInstallError: Error while downloading and installing deck 586d9d05-8801-4074-b06b-78bffb71e360: field larger than field limit (131072)

Sentry link (for developers)

https://community.ankihub.net/t/cant-sync-or-download-decks-from-ankihub/7287/9

A post was merged into an existing topic: Can’t sync or download decks from ankihub