Getting ConnectionAbortedError after all nodes are finished subscription which was earlier working fine for last few months #1456
rajnishnationfirst
started this conversation in
General
Replies: 1 comment 5 replies
-
|
hey! i convert it to a discussion... WinError 10053 is not an OPC UA Error! |
Beta Was this translation helpful? Give feedback.
5 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.
-
Hi Team,
We developed a OPC UA client in python for datachange event for a SIEMENS WinCC over OPC UA which was running fine for few 7-8 months and suddenly from today where i am subscribing for all 900 nodes and then after the subscription and publiishing , ConnectionAbortedError showing the below exception is shown ..
Exceptions Thrown after all publishing is completed with Subscrption
ConnectionAbortedError: [WinError 10053] An established connection was aborted by the software in host machine.
Image Snapshot of OPC UA Alarms Client
Hi Team,
I am facing issues at start during subscribing 900+ Tags for on_datachnage_notiification event. ( here i have a python list containing all 900+ Node Ids of Tags and i am suscribing the whole list as shown below in the code .)
After subscription events for all nodes are over then i am getting a ConnectionAbortedError which is shown in the image below .
if name == "main":
logging.basicConfig(level=logging.WARN)
# logger = logging.getLogger("KeepAlive")
# logger.setLevel(logging.DEBUG)
Pls help me colleagues.
Thanks
Rajnish Vishwakarma
Beta Was this translation helpful? Give feedback.
All reactions