You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error during startup: Traceback (most recent call last):
File "aqt.main", line 165, in __init__
File "aqt.main", line 217, in finish_ui_setup
File "aqt.toolbar", line 48, in draw
File "aqt.toolbar", line 133, in _centerLinks
File "aqt.hooks_gen", line 3988, in __call__
File "/home/yaoberh/.local/share/Anki2/addons21/900801631/morph/stats.py", line 69, in on_top_toolbar_did_init_links
name, details = getStatsLink()
File "/home/yaoberh/.local/share/Anki2/addons21/900801631/morph/stats.py", line 52, in getStatsLink
d = loadStats()
File "/home/yaoberh/.local/share/Anki2/addons21/900801631/morph/stats.py", line 19, in loadStats
f = gzip.open(getStatsPath())
File "/home/yaoberh/.local/share/Anki2/addons21/900801631/morph/stats.py", line 14, in getStatsPath
def getStatsPath(): return cfg('path_stats')
File "/home/yaoberh/.local/share/Anki2/addons21/900801631/morph/preferences.py", line 26, in get_preference
return _get_config_py_preference(key, model_id, deck_id)
File "/home/yaoberh/.local/share/Anki2/addons21/900801631/morph/preferences.py", line 71, in _get_config_py_preference
if key in config_py.deck_overrides.get(deck, []):
AttributeError: 'NoneType' object has no attribute 'deck_overrides'
The text was updated successfully, but these errors were encountered:
Getting this error in Qt6 and Qt5 builds:
The text was updated successfully, but these errors were encountered: