janeczku / calibre-web

:books: Web app for browsing, reading and downloading eBooks stored in a Calibre database
GNU General Public License v3.0
12.86k stars 1.37k forks source link

Cover not available for all books #1549

Closed astrodad closed 4 years ago

astrodad commented 4 years ago

Describe the bug/problem cover.jpg files are available for all my books in calibre, but calibre-web will not display them. I get a Cover Not Available image for the books. Logfile I have debug level turned on, but the log only shows basic information.

[2020-07-31 17:52:30,424] DEBUG {cps.cache_buster:45} Computing cache-busting values... [2020-07-31 17:52:30,457] DEBUG {cps.cache_buster:58} Finished computing cache-busting values [2020-07-31 17:52:30,457] INFO {cps:98} Starting Calibre Web... [2020-07-31 17:52:30,553] INFO {cps.server:156} Starting Tornado server on :8083 [2020-07-31 17:59:17,434] DEBUG {cps.web:1432} You are now logged in as: 'admin' [2020-07-31 18:02:25,809] DEBUG {cps.web:1432} You are now logged in as: 'admin' [2020-07-31 18:05:41,125] DEBUG {cps.helper:650} unrar version 5.50 [2020-07-31 18:05:41,126] DEBUG {cps.config_sql:316} _ConfigSQL updating storage

Expected behavior A clear and concise description of what you expected to happen.

Screenshots

Environment (please complete the following information):

astrodad commented 4 years ago

Just to show that the cover.jpg file is in the folder with the books: root@7174398d5b6d:/books/Alexander Freed/Alphabet Squadron (Star Wars) (252)# ls -alt ``` │··········································· total 22223 │··········································· -rwxrwxr-x 1 abc 1000 2373 Jul 30 03:19 metadata.opf │··········································· -rwxrwxr-x 1 abc 1000 13849220 Jul 30 02:51 'Alphabet Squadron (Star Wars) - Alexander Freed.epub' │··········································· -rwxrwxr-x 1 abc 1000 8358538 Jul 30 02:51 'Alphabet Squadron (Star Wars) - Alexander Freed.mobi' │··········································· -rwxrwxr-x 1 abc 1000 544323 Jul 30 02:51 cover.jpg

astrodad commented 4 years ago

I was getting 404 errors accessing the ebooks so I figured I would try from scratch. Using another calibre database, I get a completely different error, so for now I am closing this.