Skip to content

Latest commit

History

History
37 lines (24 loc) 路 1.06 KB

troubleshooting.rst

File metadata and controls

37 lines (24 loc) 路 1.06 KB

Troubleshooting

Getting help

Submit an issue on github. Thank you for improving this toolkit with me!

Common problems

  • Locked database: While Anki is running, your database will be locked and you might not be able to access it. Simply close Anki and try again. Similarly Anki might refuse to open the database if ankipandas has currently opened it (be it in a Jupyter notebook or in a currently running project).

Note

Any unlisted problem that you ran into (and solved)? Help others by bringing it to my attention. Please check if there is already an issue created for it by going through this list.

Debugging

For better debugging, you can increase the log level of ankipandas:

ankipandas.set_log_level("debug")