-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[Bug] Cannot load images in TMTV or Segmentation mode with local datasource #4585
Comments
Does the same data work in regular mode? |
@sedghi We checked the same data in 3.8 and it loads in TMTV mode. Here is an example data from TCIA manifest file: manifest-1733899117169.zip |
@sedghi The same happens for segmentation mode with image series and its SEG files loading via local datasource. DICOM image series opens in segmentation mode without any SEG file, but it breaks as soon as we add a new segmentation. |
ok we will look |
Describe the Bug
Loading TMTV mode with local folder as datasource is not working in demo sites.
The same happens for segmentation mode with SEG files. Data opens in segmentation mode without any SEG file, but breaks as soon as we add a new segmentation.
An exception is thrown from
extensions/default/src/getPTImageIdInstanceMetadata.ts
as it cannot provide metadata for local datasource image ID.This seems to be broken from 3.9.1 tag and also exists in the nightly build demo viewer.
Steps to Reproduce
Go to https://viewer.ohif.org/local and load a folder with PET and CT images
Open the study in TMTV mode from the study list page.
The current behavior
TMTV mode shows the below error and all vewports are blank.
The expected behavior
TMTV mode should open the study and display images
OS
Ubuntu 24.04
Node version
18.19.0
Browser
Chrome 131.0.6778.108
The text was updated successfully, but these errors were encountered: