vanvalenlab / kiosk-console

DeepCell Kiosk Distribution for Kubernetes on GKE and AWS
https://deepcell-kiosk.readthedocs.io
Other
35 stars 6 forks source link

Error messages are not displayed for zips of images #379

Closed ngreenwald closed 4 years ago

ngreenwald commented 4 years ago

Describe the bug Normally if an error is raised while processing an image, the error message is displayed on the deepcell.org interface. However, if that error occurs while processing an image file that is contained with a zip of multiple images, the error message is not displayed. Instead, that image just fails to be processed and the rest of the images are processed. If all of the images fail with the same error, no error message is displayed

To Reproduce Send an image without a channels dim through the multiplex model as part of a zip file

Expected behavior Either the entire job should fail and not return anything, or the error message should be propagated to the front-end along with the name of the image that failed.