Replies: 2 comments 3 replies
-
|
I think someone reported a similar issue a while ago. Try to search. I do not guarantee or implementation is bug free. But the openxxx guys have also their bugs |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I have the same issue, the only thing i can say is that my open62541 server events are working in UAExpert correctly |
Beta Was this translation helpful? Give feedback.
3 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.
Uh oh!
There was an error while loading. Please reload this page.
-
I am using this server example:
https://github.com/open62541/open62541/blob/master/examples/tutorial_server_events.c
And this client example:
https://github.com/FreeOpcUa/python-opcua/blob/master/examples/client-events.py
With only line 43 and 46 changed to make it compatible:
obj = client.get_server_node()
myevent = root.get_child(["0:Types", "0:EventTypes", "0:BaseEventType", "0:SimpleEventType"])
When I trigger the event, the server sends this error:
opcua.ua.uaerrors._auto.BadFilterOperandCountMismatch: "The number of operands provided for the filter operator was less then expected for the operand provided."(BadFilterOperandCountMismatch)
What is going on there?
Beta Was this translation helpful? Give feedback.
All reactions