Hi,
im trying to create metadata search plugin and when it comes to downloading cover image it finished with this error
Code:
Traceback (most recent call last):
File "site-packages\calibre\ebooks\metadata\sources\covers.py", line 63, in process_result
File "site-packages\calibre\utils\magick\__init__.py", line 135, in load
Exception: no decode delegate for this image format `' @ error/blob.c/BlobToImage/358
here is example link to image which is running good from every browser but generating error from above in calibre
direct url
xtrance.info/new/?mainpage=file&subpage=publication_image&id=7730
Can anybody tell me how to make it works?
Thanks