Hi all,
After updating Node Red to V2.2.2 suddenly the deploy time takes around 1.5 minutes.
The flow contains a node of an USB keypad and it worked perfectly with the previous version.
The error that I get is:
[error] [rpi-keyboard:10f69d3efc42015d] Error stopping node: Close timed out
Also sometimes I get "no response from server" when trying to deploy. Any help/hint will be appreciated. Thank you in advance!
I had the same flow running on my previous version of NR (dont remember what version it was). The flow it is large with a lot of subflows. Ans yes, this is happening only on full deploy.
The keyboard is working. But when "full deploy" is used it hangs for about 1 minute and then throws the error. Also I almost went crazy because of debugging without knowing that the topic of the GPIO has changed :). Do you suggest to change the raspberry pi specific nodes to a previous version?
Hi @Colin
On the previous version the topic was with pi/... now it is with gpio/... But nevermind.
I tested with an older version of the GPIO node it doesn't work at all.
I don't know how to handle this. However I can test the SW with node disabled and it works like this. Do you have any idea if in production this will cause stability issues? Thank you in advance for the effort to help me!
Sorry maybe I was not very clear:
When the node is disabled the deploy runs normal. So when I want to test the sw but the keypad is not needed I found handy to disable the node.