Hello Will,
When I tried to open the first failed link I get a 500 Internal Server Error. I checked the Response tab in the Console and it had this message:
Traceback (most recent call last):
File "/home/admin/omerowebvenv/lib64/python3.6/site-packages/django/core/handlers/exception.py", line 41, in inner
response = get_response(request)
File "/home/admin/omerowebvenv/lib64/python3.6/site-packages/django/core/handlers/base.py", line 187, in _get_response
response = self.process_exception_by_middleware(e, request)
File "/home/admin/omerowebvenv/lib64/python3.6/site-packages/django/core/handlers/base.py", line 185, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "/home/admin/omerowebvenv/lib64/python3.6/site-packages/omeroweb/decorators.py", line 538, in wrapped
retval = f(request, *args, **kwargs)
File "/home/admin/omerowebvenv/lib64/python3.6/site-packages/omero_fpbioimage/views.py", line 149, in fpbioimage_png
plane = Image.open(BytesIO(jpeg_data))
File "/home/admin/omerowebvenv/lib64/python3.6/site-packages/PIL/Image.py", line 2862, in open
"cannot identify image file %r" % (filename if filename else fp)
PIL.UnidentifiedImageError: cannot identify image file <_io.BytesIO object at 0x7fb22d79a150>
<WSGIRequest: GET '/fpbioimage/imageStacks/10403/000.png'>
Thanks,
Laura