Quote:
Originally Posted by Purple Lady
I guess that is possible - how would I check? I was sitting at the computer when it happened, but didn't notice anything.
|
If you didn't notice it at the time, there is no way to know.
The CC debug log says that calibre asked for metadata but then never offered to send metadata back. CC waited almost 5 minutes, then disconnected. I am not sure whether that was a manual disconnect or if something timed out. The calibre exception says that calibre wanted to send metadata back to CC but the network connection to CC was gone. Without the rest of the calibre debug log (which of course you don't have), I can't tell more than that.
One thing I do is always run calibre in debug mode so that if something strange happens I have a full calibre debug log. I start calibre with a .bat file with the command "calibre-debug -g > c:\calibre_debug_log.txt" (no quotes). If something happens then I grab the debug log file before I restart calibre again. A bit of a bother, but it has helped me find rare bugs.