Replies: 1 comment
-
This is the problem: ae.supported_contexts = StorageCommitmentPresentationContexts
ae.supported_contexts = AllStoragePresentationContexts This is overwriting the storage commitment contexts using the storage context, not appending to them, hence the error message:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Sorry, my English is bad. And Python beginner.
I want to make simple Storage SCP. And I want it to support Storage Commitment.
I am testing use Storage SCU Emulator of DVTK.
After sending the image, send a Storage Commit to Storage SCP from the Storage SCU Emulator.
my Storage SCP show this error message...
I don't know why...
I test DVTK Storage SCP Emulator and DVTK Storage SCU Emulator working very well. no problem...
Thanks.
This is my test code...
Beta Was this translation helpful? Give feedback.
All reactions