knopkem / dicomweb-proxy

A proxy to translate between dicomweb and traditional dicom dimse services (PACS communication)
Other
71 stars 20 forks source link

Uncaught (in promise) Error: decodeRGB #108

Closed wx0322 closed 1 year ago

wx0322 commented 1 year ago

hi, I need some help.

ohif-viewer: v3-stable

app-config.js: image

result screen: image

web console error info: Uncaught (in promise) Error: decodeRGB: rgbBuffer length must be divisible by 3 at t (cornerstoneWADOImageLoader.min.js:1:61233) at Ee (cornerstoneWADOImageLoader.min.js:1:79329) at Ce (cornerstoneWADOImageLoader.min.js:1:79406) at cornerstoneWADOImageLoader.min.js:1:84055

ps: when i modify the app-config.js to wadouri, everything is ok.

How could I fix this? I want to use wado-rs. thanks.

knopkem commented 1 year ago

Hi, you wrote wadours but it should be wadors. Can you try again?

wx0322 commented 1 year ago

It works now. Thank you very much for your help!