PORT ISSUE
See original GitHub issueHey!, I’m using pynetdicom3 with Orthanc. Starting from the SCP verification, in the beginning everything goes fine orthan ECHOES and succeed. But as I continue working on other things after sometime the same program fails to echo back. When I echo from orthanc it fails on that port. But if I use some other port it is back to normal.
from pynetdicom3 import AE, VerificationPresentationContexts
ae = AE(ae_title=b'leo', port=11111)
ae.supported_contexts = VerificationPresentationContexts
ae.start()
any suggestions?
Issue Analytics
- State:
- Created 5 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
America's Ports Problem Is Decades in the Making
As detailed in numerous reports, American ports and rail terminals are struggling to cope with unprecedented surges of imports from Asia, a ...
Read more >portmagazine Publisher Publications - Issuu
Publications · Port Issue 29 · Port Issue 28 · Port Issue 27 · TenTen Issue 5 - Rolex Cover · Port Issue...
Read more >What the Shipping Crisis Looks Like at a U.S. Port
An enduring traffic jam at the Port of Savannah reveals why the chaos in global shipping is likely to persist.
Read more >These ports are causing the most congestion in supply chain
A container at rest means inventory issues. The heat map tracks all of the critical pieces within the supply chain: factory capacity, vessel ......
Read more >What can the government do to unclog California ports?
Global supply chain problems have led to a backup at Southern California ports. State lawmakers talked with experts about potential ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Typically how many C-ECHO requests and/or how long before it stops working on that port?
Is your SCU port 1111 or 11111? If its 11111 you probably shouldn’t use the same port for both SCU and SCP.
I’ve just run 1000 associate -> C-ECHO request -> release runs against the echoscp in apps listening on port 11113 and haven’t had any issues. Could you run the following and tell me if it succeeds or not?
Did you end up figuring out what was causing the issue?