Quote:
Originally Posted by kpw
I'll post a special version of the plugin soon with some extra debug prints so I can trace what is happening. I'll do that later today.
|
Here's the special debug version of the plugin. Can I ask you to install this one and try the action out again? It will write extra trace messages to the console so that I can see what the code is doing (and if there are any internal errors it is encountering, I should see those too).
To get the trace output, you'll need to run Calibre in "debug mode" so that it captures the console output. To do that, run the following command from a Windows command line window:
calibre-debug -g >output.txt 2>&1
After running the action and shutting down Calibre, you should see a file called "output.txt" in the directory you ran from that will have the trace captured. Please send that file to me and hopefully that will give me enough to figure out what is going on.
Thanks.