Node Red configure error with RevPi Core

Topics about the Software of Revolution Pi
Post Reply
Cloud
Posts: 11
Joined: 25 Apr 2018, 03:18
Answers: 0

Node Red configure error with RevPi Core

Post by Cloud »

Hello guys,

I am a newbie to RevPi and Node-Red. When I followed the Node-Red tutorial and write the first flow to display the time stamp, I got an node config error message on the function node. Although the debug node can still display the time stamp but I do not know where is the error occurred. Is there anywhere to check the detail error message, such as syntax error, field missing etc?

Thanks in advance.
Attachments
Config.png
Config.png (40.02 KiB) Viewed 2949 times
error_message.png
error_message.png (13.12 KiB) Viewed 2949 times
User avatar
dirk
KUNBUS
Posts: 1948
Joined: 15 Dec 2016, 13:19
Answers: 4

Re: Node Red configure error with RevPi Core

Post by dirk »

Hi Cloud, I can see that there is a red triangle and a blue circle which indicates some error or settings that are missing with the function node. Maybe the root cause is related to the code you have entered.
function node.png
function node.png (11.05 KiB) Viewed 2946 times
Could you share your flow file with us?
Cloud
Posts: 11
Joined: 25 Apr 2018, 03:18
Answers: 0

Re: Node Red configure error with RevPi Core

Post by Cloud »

dirk wrote: 26 Jan 2021, 14:32 Hi Cloud, I can see that there is a red triangle and a blue circle which indicates some error or settings that are missing with the function node. Maybe the root cause is related to the code you have entered.
function node.png
Could you share your flow file with us?
Hi dirk,

finally I fixed this issue by using Firefox browser. The original browser has also issue about displaying nodes such as "ping". After changing the browser, all such issues are gone. :)
Cloud
Posts: 11
Joined: 25 Apr 2018, 03:18
Answers: 0

Re: Node Red configure error with RevPi Core

Post by Cloud »

dirk wrote: 26 Jan 2021, 14:32 Hi Cloud, I can see that there is a red triangle and a blue circle which indicates some error or settings that are missing with the function node. Maybe the root cause is related to the code you have entered.
function node.png
Could you share your flow file with us?
Hello dirk,

one more question. In the injection node I cannot set repeat interval time since the box is not shown up as attached pic. The node-red version is 1.0.6. How should I solve it?
Attachments
2021-01-27-122858_829x693_scrot.png
2021-01-27-122858_829x693_scrot.png (69.75 KiB) Viewed 2911 times
User avatar
dirk
KUNBUS
Posts: 1948
Joined: 15 Dec 2016, 13:19
Answers: 4

Re: Node Red configure error with RevPi Core

Post by dirk »

Hi the issue has been fixed and is in process of final release plan for Buster Image. You may however test the beta version by installing the following prebuilt Debian packages

noderedrevpinodes-server Release 1.0.
node-red-contrib-revpi-nodes Release 1.0.
noderedrevpinodes-server Release 1.0.3

https://github.com/erminas/noderedrevpi ... /tag/1.0.3
noderedrevpinodes-server_1.0.3_all.deb

node-red-contrib-revpi-nodes Release 1.0.8
https://github.com/erminas/node-red-con ... /tag/1.0.8
node-red-contrib-revpi-nodes_1.0.8_all.deb
Post Reply