The IPFS database with all the images from the ISFDB became corrupted somehow and the daemon would not boot with it.
There is a rake task, isfdb:covers which will search the filesystem in the pattern output by export:covers.
Some of the images have zero size, I know from the import log. There are likely other errors as well since I know the /#{author}/#{title}/#{isbn}.#{ext} sometimes produced files that were just .jpg with no filename.
The IPFS database with all the images from the ISFDB became corrupted somehow and the daemon would not boot with it.
There is a rake task,
isfdb:coverswhich will search the filesystem in the pattern output byexport:covers.Some of the images have zero size, I know from the import log. There are likely other errors as well since I know the
/#{author}/#{title}/#{isbn}.#{ext}sometimes produced files that were just.jpgwith no filename.