gLiveView- Failed to query protocol-parameters from node, not yet fully started?

Hi,

I get the following error when starting gliveview

Failed to query protocol-parameters from node, not yet fully started?

Any suggestions?

Thanks a million

Your node needs to be running for gLive to come up.

Check your ENV, .bashrc, and ./startProducerBlock.sh

make sure they have the right paths to your folders/config files.

Hi,

Screenshot from 2021-03-02 19-21-58

Status is still starting. My node is up and running.

Still have this error, I’m following coincashew’s guide.

Thanks a million,
Steven

whats your .bashrc / env / and ./startBlockProducer.sh

configs?

goto the bottom of .bashrc in your home /usr and copy those lines. if your on windows press windows key + shift + S to screen shot your ENV and same with startBlockProducer

PATH=/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
export LD_LIBRARY_PATH=/usr/local/lib:
export NODE_HOME=/home/ubuntu/cardano-my-node
export NODE_CONFIG=mainnet
export NODE_BUILD_NUM=5416636
export CARDANO_NODE_SOCKET_PATH=/home/ubuntu/cardano-my-node/db/socket
export NODE_HOME=/home/ubuntu/cardano-my-nod

PATH=/home/x/.local/bin:/home/x/.local/bin:/home/x/.local/bin:/usr/local/>
export LD_LIBRARY_PATH=/usr/local/lib:/usr/local/lib:/usr/local/lib:/usr/local/>
export NODE_HOME=/home/x/cardano-my-node
export NODE_CONFIG=mainnet
export NODE_BUILD_NUM=5416636
export CARDANO_NODE_SOCKET_PATH=/home/x/cardano-my-node/db/socket

your paths look wrong above

I replaced with the following:
PATH=/home/ubuntu/.local/bin:/home/ubuntu/.local/bin:/home/x/.local/bin:/usr/local/>
export LD_LIBRARY_PATH=/usr/local/lib:/usr/local/lib:/usr/local/lib:/usr/local/>
export NODE_HOME=/home/ubuntu/cardano-my-node
export NODE_CONFIG=mainnet
export NODE_BUILD_NUM=5416636
export CARDANO_NODE_SOCKET_PATH=/home/ubuntu/cardano-my-node/db/socket

Is this correct? Would I need to do anything else?

Dont copy mine exact that > is cut off the end because the terminal didnt copy everything.

DO this step again in coincashew:

echo PATH="$HOME/.local/bin:$PATH" >> $HOME/.bashrc
echo export LD_LIBRARY_PATH="/usr/local/lib:$LD_LIBRARY_PATH" >> $HOME/.bashrc
echo export NODE_HOME=$HOME/cardano-my-node >> $HOME/.bashrc
echo export NODE_CONFIG=mainnet>> HOME/.bashrc echo export NODE_BUILD_NUM=(curl https://hydra.iohk.io/job/Cardano/iohk-nix/cardano-deployment/latest-finished/download/1/index.html | grep -e “build” | sed ‘s/.build/([0-9])/download.*/\1/g’) >> $HOME/.bashrc
source $HOME/.bashrc

that will update your .bashrc, just delete your old paths , and make sure your socket path is good.

i was hiding my username with /home/x/

Hi Anti.biz,

I restarted building my node and I have come across this error when trying to run gLiveView( I am using coincashew’s guide):
Looks like cardano-node is running with socket-path as /home/ubuntu/cardano-my-node/db/socket, but the actual socket file does not exist.
This could occur if the node hasnt completed startup or if a second instance of node startup was attempted!
If this does not resolve automatically in a few minutes, you might want to restart your node and try again.
Would you have any suggestions?
Thanks a million,
Skenny

Wait, let the node to sync and try again

1 Like

Hi Alex,

no luck. I checked my db and the socket file is not present. I have no idea where the socket file is a its present in my producer node. I followed the same set up too.

Any suggetions?
Thanks a million,
Steven

Socket file will be created when the node is starting

I thought so… Hmmm

Screenshot from 2021-03-04 21-02-09

I just took the following screenshot, my node is apparently up to date.

But, try

sudo systemctl status cardano-node

What version are u running? cardano-node -version

cardano-node 1.25.1 - linux-x86_64 - ghc-8.10
git rev 9a7331cce5e8bc0ea9c6bfa1c28773f4c5a7000f

And show me the env file

Yeah, looks fine;
Perhaps your node is not synced

Try again sudo systemctl status cardano-node