dicom-microscopy-viewer icon indicating copy to clipboard operation
dicom-microscopy-viewer copied to clipboard

Assert code 17 - resolutions_ assertion

Open jamesdigid opened this issue 2 years ago • 3 comments

I am using OHIF as a viewer which is erroring out on this assertion when attempting to view WSI studies:

    assert(isSorted(this.resolutions_, function(a, b) {
      return b - a;
    }, true), 17);

I'm unclear on the purpose of this, or why it might be failing. Any insights would be much appreciated.

Thanks

jamesdigid avatar Sep 01 '22 14:09 jamesdigid

Thanks for reporting the issue @jamesdigid. Could you kindly provide some additional information (version of the software, data used, etc.) that may help us debug the problem.

hackermd avatar Sep 01 '22 15:09 hackermd

I am using standard SM modality study served by Orthanc server. After further testing i'm seeing its something unique to our custom build of OHIF.

"name": "dicom-microscopy-viewer",
  "version": "0.6.1",

"name": "@ohif/viewer",
  "version": "4.12.18",

jamesdigid avatar Sep 01 '22 15:09 jamesdigid

Could you try whether you can reproduce the problem using Slim (https://github.com/herrmannlab/slim)?

hackermd avatar Sep 02 '22 17:09 hackermd