Quote:
Originally Posted by Immelmann67
Hi Terisa,
Thank you for trying to fix the problem- I downloaded and installed the new version (0.0.13), restarted (as suggested by BR), and attempted to configure the plugin.
After a few seconds, I got the following error:
Which probably means I won't be able to use the plugin.
Thank you again for trying, though.
I67
|
Problem is, that code is for recovering database prefs, if any, and it doesn't make any copy I'm aware of. The code is:
Code:
from calibre.library import db
self.prefs = get_library_config(db())
The code is crashing at second line. This is necessary for the use case where there is a possible migration. So, I don't know how to change it.