No Codec Registered for encodingId #1492
ravi-kothapally
started this conversation in
General
Replies: 1 comment 2 replies
-
Are you registering a DataTypeDictionarySessionInitializer like the examples do? |
Beta Was this translation helpful? Give feedback.
2 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, I’m using Milo SDK 0.6.15 to connect to an OPC UA server and read values from a custom structure of type Vector3D.
while reading am facing this issue
OPC UA Read error, Reason: no codec registered for encodingId=NodeId{ns=0, id=18817}
From what I understand, this encodingId corresponds to the Default Binary Encoding of the Vector3D structure, and the server does provide this encoding. Other tools like UaExpert are able to read and decode the structure correctly.
Do I need to manually register a codec even for well-defined structures like this if the server is providing the encoding?
Beta Was this translation helpful? Give feedback.
All reactions