Page 1 of 1

RevPi server

Posted: 17 Aug 2023, 19:51
by ivan.chonin@axbul.bg
Hello,
We have the following problem when try to start the revpi server
see the pictures below.
What can be the problem ?

Re: RevPi server

Posted: 18 Aug 2023, 14:53
by jgerlach-erminas
Hello,

this can be caused by incombatible server and client versions. Could you please post the output from the following command:

Code: Select all

apt-cache policy noderedrevpinodes-server
Also tell us the version of the client, it can be found in the Node-RED palette manager:

Image

Greetings,
Jonas

Re: RevPi server

Posted: 18 Aug 2023, 21:29
by ivan.chonin@axbul.bg
Hello,

See the verison below:
What is te best way to update?

Re: RevPi server

Posted: 07 Sep 2023, 13:16
by jgerlach-erminas
Hello,
sorry for the late reply.

I can't a see a problem here with the versions. Could you please attach a log of the server?

Code: Select all

cat /var/log/revpi-server.log
Regards,
Jonas

Re: RevPi server

Posted: 13 Sep 2023, 08:30
by ivan.chonin@axbul.bg
Hello,
See attached the log

Re: RevPi server

Posted: 18 Sep 2023, 11:22
by jgerlach-erminas
Hello,

the new client version 1.1.0 is now available on https://flows.nodered.org/node/node-red ... evpi-nodes and can be updated soon via the palette manager.

There is also a debian package for the client, you can check if its installed with

Code: Select all

apt-cache policy node-red-contrib-revpi-nodes
Start Node-RED via systemd to use that:

Code: Select all

sudo systemctl start nodered
If you have the combination of server with verison1.0.5-1+ and client 1.1.0 your problem should be gone.

Regards,
Jonas

Re: RevPi server

Posted: 21 Sep 2023, 11:45
by ivan.chonin@axbul.bg
I was able to update it from "Manage Pallete" Menu.
Now is working fine. Thank you!