In the browser, if you select “Untagged” in the sidebar while “showing notes” is toggled, it causes Anki to force close. The following error is displayed:
A fatal error occurred, and Anki must close. Please report this message on the forums.
Anki 2.1.45 (60f6fccc) Python 3.8.6 Qt 5.14.2 PyQt 5.14.2
Platform: Windows 10
Flags: frz=True ao=True sv=?
Add-ons, last update check: 2021-07-21 09:31:24
Traceback (most recent call last):
File “aqt\browser\table\model.py”, line 73, in fetch_row_from_backend
File “anki\collection.py”, line 675, in browser_row_for_id
File “anki_backend\generated.py”, line 779, in browser_row_for_id
File "anki_backend_init.py", line 126, in run_command
pyo3_runtime.PanicException: index out of bounds: the len is 0 but the index is 0
Caught exception:
Traceback (most recent call last):
File “aqt\progress.py”, line 54, in handler
File “aqt\utils.py”, line 990, in
File “aqt\browser\browser.py”, line 421, in onRowChanged
File “aqt\browser\table\table.py”, line 83, in get_current_card
File “aqt\browser\table\model.py”, line 177, in get_card
File “aqt\browser\table\state.py”, line 189, in get_card
File “aqt\browser\table\state.py”, line 192, in get_note
File “anki\collection.py”, line 321, in get_note
File “anki\notes.py”, line 46, in init
File “anki\notes.py”, line 52, in load
File “anki_backend\generated.py”, line 326, in get_note
File "anki_backend_init.py", line 126, in _run_command
pyo3_runtime.PanicException: called Result::unwrap()
on an Err
value: PoisonError { … }
Thank you guys for all of your hard work.