Cannot process any more dataTypeDictionary

Hi,
I'm trying to get a hold of node-red and to be able to comprehend it, I'm playing a bit with it.
Nevertheless, when I try to deploy my nodes, I keep getting this error message in my command Bash : Cannot process any more dataTypeDictionary.

I don't know if it's normal and how to solve this problem.
If someone have an idea, I'd be welcome to receive some help.
Thanks in advance.

Hi @JsonDev

Can you share the actual log output from around this message? It isn't something coming from the core of Node-RED, so must be related to the nodes you are using.

Can you provide any more detail on what you're trying to do with the flows? What extra nodes you have installed?

Nick

Hi @knolleary
I did download a plugins for and OPC called node-red-contrib-opcua that allows me to add item and server.
the principle is to write some input with some inject, that goes trought a function that take the value of the inject. then I have an item to get the value and to put it in a OPC server.
Here's the error message :
11:43:10.070Z :populate_data_type_manager_103:757 Cannot process any more dataTypeDictionary

Json

If you google for that you will find it is a file in the opcua package.

node-red-contrib-opcua has LOTS of build in demos...

CTRL + I -> examples

Or you can view them here: node-red-contrib-opcua/examples at master · mikakaraila/node-red-contrib-opcua · GitHub