Hello,
I am having the same issues as below post:
https://shforum.sinergise.com/t/google-colab-python-to-fetch-images-from-sentinel-hub-erroe/5831
is it related to PIL version @gmilcinski ?
Ali
---------------------------------------------------------------------------
UnidentifiedImageError Traceback (most recent call last)
<ipython-input-102-1b23db34d472> in <module>
5 download_requests = [request.download_list[0] for request in process_requests]
6
----> 7 data = client.download(download_requests)
8
9 data[0].shape
11 frames
/usr/local/lib/python3.7/dist-packages/PIL/Image.py in open(fp, mode)
2894 if mode == "P":
2895 from . import ImagePalette
-> 2896
2897 im.palette = ImagePalette.ImagePalette("RGB", im.im.getpalette("RGB"))
2898 im.readonly = 1
UnidentifiedImageError: cannot identify image file <_io.BytesIO object at 0x7f9ed2b7f350>