The category for general support questions related to using AnkiHub.
Things not to ask about here:
- Questions already answered in [ Docs )
- Questions about specific decks (ask in
AnkiHub Decks) - General Anki questions (ask at the Anki Support Forum or in Off Topic)
Please include supporting information and documents such as screenshots, recordings, etc.
Anki 24.11 (87ccd24e) (ao)
Python 3.9.18 Qt 6.6.2 PyQt 6.6.1
Platform: macOS-26.3-x86_64-i386-64bit
Traceback (most recent call last):
File “/Users/kazirahman/Library/Application Support/Anki2/addons21/1322529746/lib/peewee.py”, line 3322, in execute_sql
cursor.execute(sql, params or ())
sqlite3.DatabaseError: database disk image is malformed
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File “aqt.taskman”, line 144, in _on_closures_pending
File “aqt.taskman”, line 88, in
File “aqt.taskman”, line 108, in wrapped_done
File “aqt.operations”, line 128, in wrapped_done
File “aqt.reviewer”, line 554, in after_answer
File “aqt.reviewer”, line 567, in _after_answering
File “aqt.reviewer”, line 261, in nextCard
File “aqt.reviewer”, line 404, in _showQuestion
File “_aqt.hooks”, line 4258, in _call_
File “/Users/kazirahman/Library/Application Support/Anki2/addons21/1322529746/gui/reviewer.py”, line 377, in _add_or_refresh_view_note_button
ankihub_nid = ankihub_db.ankihub_nid_for_anki_nid(card.nid)
File “/Users/kazirahman/Library/Application Support/Anki2/addons21/1322529746/db/db.py”, line 362, in ankihub_nid_for_anki_nid
AnkiHubNote.select(AnkiHubNote.ankihub_note_id)
File “/Users/kazirahman/Library/Application Support/Anki2/addons21/1322529746/lib/peewee.py”, line 2036, in inner
return method(self, database, *args, **kwargs)
File “/Users/kazirahman/Library/Application Support/Anki2/addons21/1322529746/lib/peewee.py”, line 2301, in scalar
row = self.tuples().peek(database)
File “/Users/kazirahman/Library/Application Support/Anki2/addons21/1322529746/lib/peewee.py”, line 2036, in inner
return method(self, database, *args, **kwargs)
File “/Users/kazirahman/Library/Application Support/Anki2/addons21/1322529746/lib/peewee.py”, line 2286, in peek
rows = self.execute(database)[:n]
File “/Users/kazirahman/Library/Application Support/Anki2/addons21/1322529746/lib/peewee.py”, line 2036, in inner
return method(self, database, *args, **kwargs)
File “/Users/kazirahman/Library/Application Support/Anki2/addons21/1322529746/lib/peewee.py”, line 2107, in execute
return self._execute(database)
File “/Users/kazirahman/Library/Application Support/Anki2/addons21/1322529746/lib/peewee.py”, line 2280, in _execute
cursor = database.execute(self)
File “/Users/kazirahman/Library/Application Support/Anki2/addons21/1322529746/lib/peewee.py”, line 3330, in execute
return self.execute_sql(sql, params)
File “/Users/kazirahman/Library/Application Support/Anki2/addons21/1322529746/lib/peewee.py”, line 3322, in execute_sql
cursor.execute(sql, params or ())
File “/Users/kazirahman/Library/Application Support/Anki2/addons21/1322529746/lib/peewee.py”, line 3088, in _exit_
reraise(new_type, new_type(exc_value, *exc_args), traceback)
File “/Users/kazirahman/Library/Application Support/Anki2/addons21/1322529746/lib/peewee.py”, line 196, in reraise
raise value.with_traceback(tb)
File “/Users/kazirahman/Library/Application Support/Anki2/addons21/1322529746/lib/peewee.py”, line 3322, in execute_sql
cursor.execute(sql, params or ())
peewee.DatabaseError: database disk image is malformed