This is the error message I am receiving which goes away when I disable the ankihub add on
Error
An error occurred. Please start Anki while holding down the shift key, which will temporarily disable the add-ons you have installed.
If the issue only occurs when add-ons are enabled, please use the Tools > Add-ons menu item to disable some add-ons and restart Anki, repeating until you discover the add-on that is causing the problem.
When you’ve discovered the add-on that is causing the problem, please report the issue to the add-on author.
Debug info:
Anki 2.1.65 (aa9a734f) Python 3.9.15 Qt 6.4.3 PyQt 6.4.0
Platform: Windows-10-10.0.19045
Flags: frz=True ao=True sv=2
Add-ons, last update check: 2023-08-08 10:54:50
Caught exception:
Traceback (most recent call last):
File “”, line 28, in from_dict
File “”, line 28, in
File “”, line 9, in from_dict
mashumaro.exceptions.MissingField: Field “ah_did” of type UUID is missing in DeckExtensionConfig instance
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File “aqt.progress”, line 118, in handler
File “aqt.main”, line 217, in on_window_init
File “aqt.main”, line 264, in setupProfileAfterWebviewsLoaded
File “aqt.main”, line 316, in setupProfile
File “aqt.main”, line 496, in loadProfile
File “_aqt.hooks”, line 3881, in call
File “C:\Users\parke\AppData\Roaming\Anki2\addons21\1322529746\entry_point.py”, line 51, in _on_profile_did_open
if not _profile_setup():
File “C:\Users\parke\AppData\Roaming\Anki2\addons21\1322529746\entry_point.py”, line 74, in _profile_setup
config.setup_private_config()
File “C:\Users\parke\AppData\Roaming\Anki2\addons21\1322529746\settings.py”, line 156, in setup_private_config
self._private_config = self._load_private_config()
File “C:\Users\parke\AppData\Roaming\Anki2\addons21\1322529746\settings.py”, line 166, in _load_private_config
result = PrivateConfig.from_dict(private_config_dict)
File “”, line 30, in from_dict
mashumaro.exceptions.InvalidFieldValue: Field “deck_extensions” of type Dict[int, DeckExtensionConfig] in PrivateConfig has invalid value {‘51’: {‘ah_did’: ‘e77aedfe-a636-40e2-8169-2fce2673187e’, ‘description’: ‘For Midwestern CCOM students’, ‘latest_update’: ‘2023-08-08T18:48:31.647798+0000’, ‘name’: ‘Midwestern_CCOM’, ‘owner_id’: 290, ‘tag_group_name’: ‘Midwestern_CCOM’}}