You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have my app that it was working nice, but suddenly this error jumps out:
Uncaught (in promise) RangeError: offset is out of bounds at Float32Array.set (<anonymous>) at StackViewport._updateVTKImageDataFromCornerstoneImage (StackViewport.ts:1366:1) at StackViewport._updateActorToDisplayImageId (StackViewport.ts:1720:1) at StackViewport.successCallback (StackViewport.ts:1559:1) at StackViewport.ts:1584:1
I don't know what's happening because the image stack viewer was working. I have in my backend NIFTI files from wich I divide it into dicom files and send it to the client.
Hi,
I have my app that it was working nice, but suddenly this error jumps out:
Uncaught (in promise) RangeError: offset is out of bounds at Float32Array.set (<anonymous>) at StackViewport._updateVTKImageDataFromCornerstoneImage (StackViewport.ts:1366:1) at StackViewport._updateActorToDisplayImageId (StackViewport.ts:1720:1) at StackViewport.successCallback (StackViewport.ts:1559:1) at StackViewport.ts:1584:1
I don't know what's happening because the image stack viewer was working. I have in my backend NIFTI files from wich I divide it into dicom files and send it to the client.
`
class DicomWeb(generics.GenericAPIView):
`
any clue?
The text was updated successfully, but these errors were encountered: