View Single Post
Old 03-11-2014, 07:28 AM   #5
MontyJ
Addict
MontyJ began at the beginning.
 
Posts: 224
Karma: 10
Join Date: Jul 2012
Device: Kindle
Quote:
Originally Posted by kovidgoyal View Post
Yeah, the cache file is corrupted. Search your computer for thumbs.zip and delete it, or run this command in a command prompt to delete it automatically.

Code:
calibre-debug -c "from calibre.constants import cache_dir; import os; os.remove(os.path.join(cache_dir(), 'catalog', 'thumbs.zip'))"
That did the trick. Thank you!

Monty
MontyJ is offline   Reply With Quote