Skip to content

Errors:

DMC-416-/ edited this page Mar 22, 2023 · 7 revisions

know errors and how to tackle them

  1. [object Promise]: This error is related to the promise. It will occur if the uploaded files are not in the following (.dcm, .tif, .tiff, .nii, .bmp, .nrrd, .mha, .jpg, .png, and others) format or if the uploaded files exceed the allowed graphic card texture size to render it into the web browser (check max texture size and max 3D texture size of your video graphic card).

  2. Uncaught ReferenceError: itk is not defined: This error will occur only if the user's device is not connected to the internet. As our visualizer uses the itk.js library to read DICOM files and we are calling the itk.js library from the CDN unpkg server: https://unpkg.com/[email protected]/umd/itk.js and it needs internet to run itk.js.

Solutions:

(1). Only option is downscale the image (as our viewer does not do it internally) and then load it back to the viewer, (2). To know more about the error press: CTRL + SHIFT + J

Clone this wiki locally