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â}}