We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I debugging the DICOMcloud-uploader and the DICOMcloud at same time, using default url and port, I got the error infomation in uploader :
request: {Method: POST, RequestUri: 'http://localhost:44301/stowrs/', Version: 1.1, Content: System.Net.Http.MultipartContent, Headers: { Content-Type: multipart/related; boundary="DICOM DATA BOUNDARY"; type="application/dicom" Content-Length: 1054273 }}
result: {StatusCode: 500, ReasonPhrase: 'Internal Server Error', Version: 1.1, Content: System.Net.Http.HttpConnectionResponseContent, Headers: { Cache-Control: no-cache Pragma: no-cache Server: Microsoft-IIS/10.0 X-AspNet-Version: 4.0.30319 X-SourceFiles: =?UTF-8?B?RDpcREVWVG9vbHNcRG93bmxvYWQtc3JjXERpY29tX3NlcnZlclxEaWNvbUNsb3VuZDJcRElDT01jbG91ZFxESUNPTWNsb3VkLldhZG8uV2ViQXBpXHN0b3dyc1w=?= X-Powered-By: ASP.NET Date: Fri, 07 Jan 2022 09:31:36 GMT Content-Type: application/json; charset=utf-8 Expires: -1 Content-Length: 14 }}
The two project running without error,and cannot fire the debugging breakpoint in StowRS .... Give me some suggestion to fix the error, pls, thks.
The text was updated successfully, but these errors were encountered:
close or delete this issue, pl.
Sorry, something went wrong.
@xeonfeng You can close this issue by yourself.
No branches or pull requests
When I debugging the DICOMcloud-uploader and the DICOMcloud at same time, using default url and port, I got the error infomation in uploader :
request:
{Method: POST, RequestUri: 'http://localhost:44301/stowrs/', Version: 1.1, Content: System.Net.Http.MultipartContent, Headers:
{
Content-Type: multipart/related; boundary="DICOM DATA BOUNDARY"; type="application/dicom"
Content-Length: 1054273
}}
result:
{StatusCode: 500, ReasonPhrase: 'Internal Server Error', Version: 1.1, Content: System.Net.Http.HttpConnectionResponseContent, Headers:
{
Cache-Control: no-cache
Pragma: no-cache
Server: Microsoft-IIS/10.0
X-AspNet-Version: 4.0.30319
X-SourceFiles: =?UTF-8?B?RDpcREVWVG9vbHNcRG93bmxvYWQtc3JjXERpY29tX3NlcnZlclxEaWNvbUNsb3VuZDJcRElDT01jbG91ZFxESUNPTWNsb3VkLldhZG8uV2ViQXBpXHN0b3dyc1w=?=
X-Powered-By: ASP.NET
Date: Fri, 07 Jan 2022 09:31:36 GMT
Content-Type: application/json; charset=utf-8
Expires: -1
Content-Length: 14
}}
The two project running without error,and cannot fire the debugging breakpoint in StowRS ....
Give me some suggestion to fix the error, pls, thks.
The text was updated successfully, but these errors were encountered: