BadUnexpectedError on method call #1646
-
Hi, This is my code:
Calling the method with same arguments using node-RED and UaExpert works fine. I can access the Nodes to read the available methods or read the description, but calling the method does not. Has anyone had similar issues and can help? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
how does the method inputarguments look like? is it really an array? small example: https://github.com/AndreasHeine/opcua-tutorial/blob/main/client%2Fcall_method.py |
Beta Was this translation helpful? Give feedback.
how does the method inputarguments look like? is it really an array?
small example: https://github.com/AndreasHeine/opcua-tutorial/blob/main/client%2Fcall_method.py