itk-vtk-viewer
itk-vtk-viewer copied to clipboard
BUG: "Infinity%" Loading Screen
Overview
Observed an "Infinity%" loading screen when attempting to view private OME-Zarr data
Expected behavior
Lowest resolution level in OME-Zarr data loads from private S3 bucket
Observed behavior
"Infinity%" data does not load after a few minutes
Version
Current ITK-VTK-Viewer live web app
Additional Notes
- No console errors
- Private data to load is a label image with four labels
- URL composed as follows: https://kitware.github.io/itk-vtk-viewer/app/?rotate=false&image=https://
.s3.amazonaws.com/path/to/label_image.zarr/ - Observed an itk-wasm error when attempting to load the NIFTI version for this label image into ITK-VTK-Viewer, perhaps related?
cc @PaulHax
Following up here, a couple of notes:
- Zarr data will load only if there is no "/" at the end. Omitting the "/" from the image path above resolves the issue.
- It would be nice to have a clearer error message in the canvas, or at least a direction to check the console for more insightful messages than "infinity%".