gLiveview.sh v 1.24.0 Syntax Error

I updated gLiveview.sh to the latest version, 1.24, to show propagation times. But I am getting syntax errors. Does anyone know what variables need to be updated to fix these syntax errors?

Screen Shot 2021-12-01 at 8.23.27 AM

I’ve already updated to 1.24 and all was smooth. I should update the static content of the env file. Did you do?

Some one solved it by copying the cardano-node and cardano-cli file from one running node

Before, check if on all nodes u have the same version

cardano-node - -version

the solution was to replace the cardno-cli and cardano-node in .cabal / bin / using the old server binaries.
thanks for helping me find the solution

this work
image

I have a similar issue after upgrading my block producer to 1.31.0.

cardano-node 1.31.0 - linux-x86_64 - ghc-8.10
git rev 2cbe363874d0261bc62f52185cf23ed492cf4859
cardano-cli 1.31.0 - linux-x86_64 - ghc-8.10
git rev 2cbe363874d0261bc62f52185cf23ed492cf4859

glive_1.24.0_error

No problems on my relays, syntax error in gLive.sh 1.24.0 only on the BP.
Otherwise, the BP seems to be running fine and processing TXs.
All systems running 1.31.0 with same git rev.

It turns out that the problem was an incorrect CNODE_PORT value in the env file.

CNODE_PORT=

Once this was updated to the correct BP port (for me, 6001) and services bounced, gLive 1.24.0 started working properly - no more syntax error.

Not sure how but it looks like the value may have been changed during the upgrade

1 Like