-
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug: Fail on import #14
Comments
Apparently, Anki just can't handle so many notes at the same time. I remember @dae said that there's a limit on how many undo entries
The add-on uses |
My guess is some other DB op was interleaved between those lines, which could happen if the other caller was not using a collection op to ensure the ops are serialized. TRACESQL=1 might give a hint. |
I tried to replicate the error by downloading a huge deck (Ultimate Birds - Images and sounds) and using cropro to import it. For whatever reason, copro had no problems importing 500 cards at a time. |
Cropro fails when trying to import large amounts of cards from another profile. It works when selecting only a few cards, but when select thousands of cards, I get the following error.
The text was updated successfully, but these errors were encountered: