-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
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
Stow-RS fails with current verion sending to orthanc #42
Comments
Thanks for reporting the issue @HannoGao. Since version
However, orthanc may struggle with handling these messages correctly. What does your server log say? You can try disabling chunked transfer encoding by choosing a large chunk_size that is guaranteed to be larger than the payloads you are sending. The client will then send everything in one message without chunked transfer encoding. |
Thanks for the response.
With 0.50.3:
The log just ends there. Orthanc source code seems to not get the data anymore. |
@HannoGao thanks for sharing the logs and providing additional details. Unfortunately, the logs are not really helpful. I have a suspicion, though. It appears Orthanc doesn't deal with the quotes in the This is how a
|
Hello, thanks for the report and for the analysis. This was indeed a bug in the DICOMweb plugin of Orthanc, which has been fixed by the following changeset. The fix will be part of forthcoming release 1.4 of the plugin. The Docker images of Orthanc have just been updated with this fix, you can give another try with:
|
Thanks for your feedback @jodogne. Great that this has been fixed in the DICOMweb plugin of Orthanc. |
I have a similar issue as #41 regarding the current version:
I am using this great package to send data to an Orthanc instance. Until version 0.41.2 this works.
For the current version, I get a response code 200 (this is probably an Orthanc mistake), but no data can be found on the Orthanc instance. I tested it with different Orthanc version and with the Ortanc docker container.
e.g. the current version:
docker run -p 4242:4242 -p 8042:8042 --rm jodogne/orthanc-plugins
Here the code snipped to reproduce:
With version 0.50.3 there is no data anymore on the server:
http://localhost:8042/app/explorer.html#find-patients (login with orthanc/orthanc), there is no error message ...
The text was updated successfully, but these errors were encountered: