-
Notifications
You must be signed in to change notification settings - Fork 83
Closed
Description
Traceback (most recent call last):
File "/home/workspace/comictagger/comictaggerlib/ui/qtutils.py", line 133, in get_qimage_from_data
Image.open(io.BytesIO(image_data)).save(buffer, format="ppm")
File "/home/workspace/comictagger/venv/lib64/python3.10/site-packages/PIL/Image.py", line 3298, in open
raise UnidentifiedImageError(msg)
PIL.UnidentifiedImageError: cannot identify image file <_io.BytesIO object at 0x7f97a23f8450>
2025-02-27T15:29:12 | comictaggerlib.ui.qtutils | ERROR | Failed to load the image
Traceback (most recent call last):
File "/home/workspace/comictagger/comictaggerlib/ui/qtutils.py", line 133, in get_qimage_from_data
Image.open(io.BytesIO(image_data)).save(buffer, format="ppm")
File "/home/workspace/comictagger/venv/lib64/python3.10/site-packages/PIL/Image.py", line 3298, in open
raise UnidentifiedImageError(msg)
PIL.UnidentifiedImageError: cannot identify image file <_io.BytesIO object at 0x7f97a23fa520>
The options I see are:
- Add a
URLtoImageHashto be used for the issue window - If the
_cover_imageis anImageHash, do nothing (default blank)
Metadata
Metadata
Assignees
Labels
No labels