Closed jasoncarrillo0 closed 5 years ago
SOLVED: I suggest requiring any field part of the front formatting of a card to be required. If it's blank as in above, the card will not be generated causing notes to be created that are inaccessible. There may have been an issue with my sort_field = id_list[i] as well. For more explanation see this post: https://www.reddit.com/r/Anki/comments/czi68k/genanki_issues_imported_notes_are_there_but/
When creating the deck, upon import, Anki says the notes have been added yet I cannot find them anywhere. Here's the code:
Anki adds all the notes (which have no cards made) yet I can't find them inside Anki. I thought maybe it's because of my add-ons, yet from the readme file it's unclear how to use the .write_to_collection_from_addon() method. I don't know how to use the method.
When I close and reopen Anki, it says there is a problem with the database and tells me to "Check Database". Once I do this, it deletes all the notes that were added from my script. What's the best way to use the method, and/or what is the solution to this issue? I've tried looking everywhere.