View Single Post
Old 03-10-2014, 11:24 PM   #4
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 45,471
Karma: 27757440
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
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'))"
kovidgoyal is offline   Reply With Quote