Crashing after custom study (learn forgotten cards)

Hello,

I’m using the git repository (2.1.33-52-gade7f438) and I got following error after I wanted to do a custom study after having already finished a custom study (learning forgotten cards).

See the animation below on how to reproduce the error:

I would appreciate any hints on that matter. Thanks in advance!

Here’s the error log:

Fehler
Ein Fehler ist aufgetreten. Bitte benutzen Sie Extras > Datenbank überprüfen, um das Problem evtl. zu lösen.
Sollte das Problem fortbestehen, wenden Sie sich bitte mit Ihrem Problem an die Support-Webseite. Bitte fügen Sie in diesem Fall die folgenden Informationen in den Problembericht ein.
Anki 2.1.34 (ade7f438) Python 3.8.5 Qt 5.15.0 PyQt 5.15.0
Platform: Linux
Flags: frz=False ao=False sv=2
Add-ons, last update check: 2020-09-03 18:14:49

Caught exception:
Traceback (most recent call last):
File “/home/tobias/anki/qt/aqt/webview.py”, line 37, in cmd
return json.dumps(self.onCmd(str))
File “/home/tobias/anki/qt/aqt/webview.py”, line 123, in _onCmd
return self._onBridgeCmd(str)
File “/home/tobias/anki/qt/aqt/webview.py”, line 556, in _onBridgeCmd
return self.onBridgeCmd(cmd)
File “/home/tobias/anki/qt/aqt/overview.py”, line 89, in _linkHandler
self.onStudyMore()
File “/home/tobias/anki/qt/aqt/overview.py”, line 280, in onStudyMore
aqt.customstudy.CustomStudy(self.mw)
File “/home/tobias/anki/qt/aqt/customstudy.py”, line 29, in init
self.conf = self.mw.col.decks.get_config(self.deck[“conf”])
KeyError: ‘conf’

Regards,
Tobias

Thanks, should be fixed.

1 Like