Hey all! I was working on Anki and then suddenly an error message popped up as follows:
Anki 2.1.54 (b6a7760c) Python 3.9.7 Qt 5.15.2 PyQt 5.15.5
Platform: Windows 10
Flags: frz=True ao=False sv=2
Add-ons, last update check: 2023-01-03 23:33:38
Caught exception:
Traceback (most recent call last):
File “aqt.webview”, line 42, in cmd
File “aqt.webview”, line 149, in _onCmd
File “aqt.webview”, line 624, in _onBridgeCmd
File “aqt.overview”, line 92, in _linkHandler
File “aqt.main”, line 673, in moveToState
File “aqt.main”, line 694, in _reviewState
File “aqt.reviewer”, line 150, in show
File “aqt.reviewer”, line 170, in refresh_if_needed
File “aqt.reviewer”, line 233, in nextCard
File “aqt.reviewer”, line 340, in _showQuestion
File “anki.cards”, line 129, in question
File “anki.cards”, line 145, in render_output
File “anki.template”, line 123, in from_existing_card
File “anki.cards”, line 156, in note
File “anki.collection”, line 478, in get_note
File “anki.notes”, line 49, in init
File “anki.notes”, line 55, in load
File “anki._backend.generated”, line 619, in get_note
File “anki._backend”, line 146, in _run_command
anki.errors.DBError: DbError { info: “FromSqlConversionFailure(7, Text, Utf8Error { valid_up_to: 13, error_len: Some(1) })”, kind: Other }
When I run the “Check Database” tool, I get the following message: DbError { info: “FromSqlConversionFailure(7, Text, Utf8Error { valid_up_to: 11, error_len: Some(1) })”, kind: Other }.
Specifically, there seems to be two cards amongst the cards I unsuspended today that have an error.
Please let me know how I can resolve this. Thanks!