Hello, I am the creator of this deck, so I could directly troubleshoot things with the deck. Anyways, I tried to install the Pixorize2077 MCAT deck I made to my desktop, via the Ankihub sync, and itβs throwing an installation error. Iβm not sure how to resolve this. Another thread involves the user unable to update, with a similar error.
[Replace this text.]
Error message (don't change this)
Anki 25.02.4 (a5c33ad0) (ao)
Python 3.9.18 Qt 6.6.2 PyQt 6.6.1
Platform: Windows-10-10.0.19045
Traceback (most recent call last):
File "C:\Users\yuu\AppData\Roaming\Anki2\addons21\1322529746\gui\operations\deck_installation.py", line 173, in _download_and_install_decks_inner
_download_and_install_single_deck(
File "C:\Users\yuu\AppData\Roaming\Anki2\addons21\1322529746\gui\operations\deck_installation.py", line 202, in _download_and_install_single_deck
notes_data: List[NoteInfo] = AnkiHubClient().download_deck(
File "C:\Users\yuu\AppData\Roaming\Anki2\addons21\1322529746\ankihub_client\ankihub_client.py", line 694, in download_deck
notes_data_raw = [row for row in reader]
File "C:\Users\yuu\AppData\Roaming\Anki2\addons21\1322529746\ankihub_client\ankihub_client.py", line 694, 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 144, in _on_closures_pending
File "C:\Users\yuu\AppData\Roaming\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 "C:\Users\yuu\AppData\Roaming\Anki2\addons21\1322529746\gui\operations\utils.py", line 39, in wrapper
return func(*args, **kwargs)
File "C:\Users\yuu\AppData\Roaming\Anki2\addons21\1322529746\gui\operations\ankihub_sync.py", line 120, in _on_new_deck_subscriptions_done
future.result()
File "concurrent.futures._base", line 439, in result
File "concurrent.futures._base", line 391, in __get_result
File "C:\Users\yuu\AppData\Roaming\Anki2\addons21\1322529746\gui\operations\utils.py", line 39, in wrapper
return func(*args, **kwargs)
File "C:\Users\yuu\AppData\Roaming\Anki2\addons21\1322529746\gui\operations\deck_installation.py", line 90, 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\yuu\AppData\Roaming\Anki2\addons21\1322529746\gui\operations\deck_installation.py", line 76, in <lambda>
task=lambda: _download_and_install_decks_inner(
File "C:\Users\yuu\AppData\Roaming\Anki2\addons21\1322529746\gui\operations\deck_installation.py", line 192, in _download_and_install_decks_inner
raise exceptions[0]
1322529746.gui.exceptions.DeckDownloadAndInstallError: Error while downloading and installing deck e81cfbf0-4012-4744-916c-0e22a8273845: field larger than field limit (131072)