You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Celery errors are uncaught in the job creation process. Now there is a celery task with no task name, and just:
{"exc_type": "ChordError", "exc_message": ["ValidationError([\"{'__all__': [ValidationError(['Image segments could not be determined, ensure the voxel values are integers and that it contains no more than 64 segments. Ensure the image has the minimum and maximum voxel values set as tags if the image is a TIFF file.'])]}\"])"], "exc_module": "celery.exceptions"}
The text was updated successfully, but these errors were encountered:
Celery errors are uncaught in the job creation process. Now there is a celery task with no task name, and just:
The text was updated successfully, but these errors were encountered: