itk-wasm icon indicating copy to clipboard operation
itk-wasm copied to clipboard

Error converting DICOM to vtk file: network error

Open yuxi-ovo opened this issue 5 months ago • 1 comments

Image I just wrote this code

readImageDicomFileSeries({ inputImages: [...fileList] }).then(d => {
			const img = vtkITKHelper.convertItkToVtkImage(d.outputImage);
}

yuxi-ovo avatar Aug 02 '25 06:08 yuxi-ovo

Checking the "Network" section of DevTools will likely provide more relevant information.

See also:

https://docs.itk.org/projects/wasm/en/latest/typescript/distribution/index.html

thewtex avatar Aug 04 '25 20:08 thewtex