You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After updating to anki 2.1.24, it seems to have broken creating the database:
Error
An error occurred. Please start Anki while holding down the shift key, which will temporarily disable the add-ons you have installed.
If the issue only occurs when add-ons are enabled, please use the Tools > Add-ons menu item to disable some add-ons and restart Anki, repeating until you discover the add-on that is causing the problem.
When you've discovered the add-on that is causing the problem, please report the issue on the add-on support site.
Debug info:
Anki 2.1.24 (359b9f5c) Python 3.8.0 Qt 5.14.1 PyQt 5.14.1
Platform: Windows 10
Flags: frz=True ao=True sv=1
Add-ons, last update check: 2020-04-28 21:06:24
Caught exception:
Traceback (most recent call last):
File "C:\Users\An\AppData\Roaming\Anki2\addons21\900801631\__init__.py", line 14, in onMorphManRecalc
main.main()
File "C:\Users\An\AppData\Roaming\Anki2\addons21\900801631\morph\main.py", line 443, in main
knownDb = updateNotes(allDb)
File "C:\Users\An\AppData\Roaming\Anki2\addons21\900801631\morph\main.py", line 395, in updateNotes
mw.col.db.executemany(
File "lib\site-packages\anki\dbproxy.py", line 92, in executemany
File "lib\site-packages\anki\rsbackend.py", line 459, in db_execute_many
File "lib\site-packages\anki\rsbackend.py", line 471, in _db_command
ankirspy.DBError: JSONError { info: "invalid type: map, expected a sequence" }
After updating to anki
2.1.24
, it seems to have broken creating the database:Here is Anki 2.1.24 changelog: https://changes.ankiweb.net/#/
This seems to be the relevant breaking changes:
I believe the fix here is to use the question mark style now instead of named placeholders.
The text was updated successfully, but these errors were encountered: