-
Notifications
You must be signed in to change notification settings - Fork 0
Errors:
-
[object Promise]: This error is related to the promise. It will occur in two cases: i). if the uploaded files are not in a DICOM format and ii). user uploads file more than they were supposed to. Please always take a look at select the number of inputs: options about how many files you were supposed to upload. If you want to upload two files then please change select the number of inputs: to 2.
-
Uncaught ReferenceError: itk is not defined: This error will occur only if the user 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.
(1). Please check whether uploaded files are DICOM or not, (2). Check how many files did you upload before and if the number of uploaded files matches with select the number of inputs: option or not, (3). To know more about the error press: CTRL + SHIFT + J