ome/omero-iviewer

Handle errors loading image metadata imgData JSON

Closed this issue · 0 comments

Various errors in Rendering Engine, or corrupt images etc can cause the imgData JSON loading to fail completely or to return incomplete JSON.
In most cases, errors are not shown to the user and so they are left waiting forever.

Need appropriate error messages to handle:

  • E.g. 500 server error
  • Incomplete metadata
  • ConcurrencyException / Missing Pyramids etc.