seblucas / cops

Calibre OPDS (and HTML) PHP Server : web-based light alternative to Calibre content server / Calibre2OPDS to serve ebooks (epub, mobi, pdf, ...)
http://blog.slucas.fr/en/oss/calibre-opds-php-server
GNU General Public License v2.0
1.44k stars 229 forks source link

"No webpage was found for the address" when fetching a specific book #485

Open pjft opened 4 years ago

pjft commented 4 years ago

Hi, apologies for bothering!

I've been using COPS for a while and today I ran into a curious issue. When accessing a specific set of books I got:

No webpage was found for the web address: http://192.168.86.10/ebooks/fetch.php?data=5273&type=mobi&id=1813

The files are there, and Calibre-Server running on the same machine can access them, so I'm a bit at a loss.

Can anyone give me some pointers on how I can try to troubleshoot this or provide more logs around this?

Thanks.

pjft commented 4 years ago

After further digging into it, it seems to be related to books bulk-edited, where I added the Author in bulk. After manually editing them one by one (including removing that Author entry from the database, and then re-creating it in individual book edits) the books started to show up and work as intended.

Leaving this here as I'm unsure whether it's a Calibre bug or COPS, but given that Calibre Server works, I thought I'd give you a heads up.

Thanks!