1

enter image description here

Hi everyone, I have a question about NODE-RED. When I call node-red on cmd, all palletes and server are loaded, besides there are some warnings and errors like a picture and I cannot access to the server. Can someone help me to solve this problem because I have approached NODE-RED for a short time. Thank you!

Before I have solved problem about credentialsecret but it does not work

hardillb
  • 54,545
  • 11
  • 67
  • 105
  • Please do not post images of text, they are hard to read, impossible for people that use screen readers and unsearchable. Please post the actual text and use the toolbar to format it. – hardillb Aug 14 '23 at 10:36

2 Answers2

0

The error basically says it: "data"."act_tss" is not a valid string.

Try "data.act_tss" instead.

Camille G.
  • 3,058
  • 1
  • 25
  • 41
0

You need to raise this with the owner of the node-red-contrib-opcua node as it needs to validate all input and to catch all the exceptions that could be thrown.

hardillb
  • 54,545
  • 11
  • 67
  • 105