mikakaraila / node-red-contrib-opcua

A Node-RED node to communicate OPC UA. Uses node-opcua library.
Other
214 stars 197 forks source link

ReferenceError: server_options is not defined #150

Closed etabegro closed 4 years ago

etabegro commented 4 years ago

I keep getting the "server_options is not defined" error when inserting the server node. I have copied the "OPCUAServer_Flow.json" with the same result, therefore this seems to be some kind of bug.

Node-red version: 1.0.2 node-red-contrib-opcua version: 0.2.57

mikakaraila commented 4 years ago

Thanks, I will fix tomorrow

mikakaraila commented 4 years ago

OK fixed, please test.

etabegro commented 4 years ago

Yes, it works again. Thank you very much for the awesome quick response!