View Single Post
Old 07-14-2022, 01:43 AM   #211
h0nza
Member
h0nza began at the beginning.
 
Posts: 16
Karma: 10
Join Date: Feb 2015
Device: Pocketbook 626 TL2
Quote:
Originally Posted by jindroush View Post
I'm not adventurous enough to install the brand new version
Can you please share here the output of log window - ie is the actual error?
Simple solution (I am not programmer in python) is comment out the line #191 in file __init__.py (the file is inside in zip plugin file). The line should be this: -> #import calibre_plugins.databazeknih.config as cfg -<
The reason is that, author of plugin is loading configuration of plugin from calibre to variable cfg but this variable is not used in code anywhere. The process of loading of variable is causing crash of plugin, so easiet way is disable particular line.
h0nza is offline   Reply With Quote