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
OperationalError: unable to open database file
(8 additional frame(s) were not displayed)
...
File "1322529746\gui\db_check\ah_db_check.py", line 15, in check_ankihub_db
ah_dids_missing_from_config = decks_missing_from_config()
File "1322529746\gui\db_check\ah_db_check.py", line 91, in decks_missing_from_config
ah_dids_from_ankihub_db = ankihub_db.ankihub_deck_ids()
File "1322529746\db\db.py", line 440, in ankihub_deck_ids
for did in self.list("SELECT DISTINCT ankihub_deck_id FROM notes")
File "1322529746\db\db.py", line 87, in list
return self.connection().list(*args, **kwargs)
File "1322529746\db\db.py", line 146, in connection
return DBConnection(conn=sqlite3.connect(ankihub_db.database_path))
The text was updated successfully, but these errors were encountered:
It seems like many of these errors are caused by people deleting the ankihub add-on and continuing to use Anki without restarting.
You can see that by searching for deleteAddon in the breadcrumbs of the sentry events.
Sentry Issue: ANKIHUB_ADDON-MH
The text was updated successfully, but these errors were encountered: