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 or array buffer size failure. 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).

Solutions:

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

Clone this wiki locally