Quote:
Originally Posted by AnselmD
I was astonished, line 265 __init__.py
debug_print ("File: ", nom_fich)
was not reached. I thought the error happens at line 268ff (I have much lesser knowledge with calibre than you and I have a lack of knowledge in python too - so at these lines I think you do not have a chance to interact), but it happens
line 154:
library_config = cfg.get_library_config(db)
Isn't it possible, if the error occurs, to wait some time and to do it again?
|
No, I don't like sleeps in a plugin which is doing which can be a massive job. It can be added but I prefer to skip the file, sorry.