OHIF - Submit Label but get Exception in ASGI application (500 Internal Server Error) #988
-
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 8 replies
-
Event If I press the Scribbles 'Run' button I get the same error - ASGI application (500 Error) Would you give me some advice , I have no idea >< Thanks in advance ! |
Beta Was this translation helpful? Give feedback.
-
Hi @tkt9k2562, Can I ask you which DICOM Web server you're using? Is it Orthanc? It seems MONAI Label can't reach the DICOM Web server. Please let us know |
Beta Was this translation helpful? Give feedback.
-
Thanks for the update, @tkt9k2562. So both MONAI Label server and Orthanc are running on localhost, right? Not sure why I'm seeing this in the error logs:
Have you tried with the MONAI Label Docker image? It comes with all the set-up: https://github.com/Project-MONAI/MONAILabel/blob/main/Dockerfile Please let us know |
Beta Was this translation helpful? Give feedback.
-
Default orthanc server is not having some diocmweb implementation.. so u need to upgrade it.. the steps are mentioned here for reference: |
Beta Was this translation helpful? Give feedback.
-
I check my ports , but it still doesn't work However , I cannot figure out where the problem is. Let me mark the issue Thank you all ! |
Beta Was this translation helpful? Give feedback.
-
@tkt9k2562, based on my experience, the error is due to the original DICOM file, which does not conform the DICOM standard. It happened when MONAILabel is trying to convert from NIFTI to DICOM but some fields are not right, or empty, this error will appear. |
Beta Was this translation helpful? Give feedback.
Thanks for the update, @tkt9k2562.
So both MONAI Label server and Orthanc are running on localhost, right?
Not sure why I'm seeing this in the error logs:
requests.exceptions.HTTPError: 500 Server Error: Internal Server Error for url: http://35.185.175.228:8042/dicom-web//studies/1.2.840.113619.6.44.184007267965399520897507264631124794427/series/1.2.840.113619.2.80.2406849009.24510.1601261495.2.2
Have you tried with the MONAI Label Docker image? It comes with all the set-up: https://github.com/Project-MONAI/MONAILabel/blob/main/Dockerfile
Please let us know