mortii / anki-morphs

A MorphMan fork rebuilt from the ground up with a focus on simplicity, performance, and a codebase with minimal technical debt.
https://mortii.github.io/anki-morphs/
Mozilla Public License 2.0
52 stars 7 forks source link

Gracfully display an error window instead of crashing Anki #97

Closed mortii closed 8 months ago

mortii commented 8 months ago

I didn't expect AnkiMorphs to break backwards compatibility a million times, so handling it gracefully was not a concern I had initially, but it is an absolutely horrible user experience to have anki crash when an add-on is updated, and it should be dealt with.

This can probably be a fixedd with a try catch in settings_dialog.py.

Thank you to @rymiel for reminding me of this problem.

github-actions[bot] commented 6 months ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.