Hello, i have update my Cardano Core to 1.34 from 1.31
when i try to load gLiveView i get this error

and only solution fo r me is to run this code:
PATH="/usr/local/bin:$PATH" >> $HOME/.bashrc
and then i can load gLiveView
and his is the result,

Someone has some tips to don’t let me averytime set the path manually, and also, i am sure my core is running well?
Thank you
you have old binaries on /user/local/bin
(check the dates)
you must delete from there
new binary files should be here ${HOME}/.cabal/bin/
cheers,
1 Like
Thank you i will check it.
Another question
do you know why when i try to interrogate the cardano-cli for leadership schedule i can get answer of current epoch,
but when i set parameter to next i get this error?
cardano-cli: Network.Socket.connect: <socket: 11>: does not exist (No such file or directory)
U will need to export the node socket path
cntools or coincashew guide?
then run this
echo export CARDANO_NODE_SOCKET_PATH="$NODE_HOME/db/socket" >> $HOME/.bashrc
source $HOME/.bashrc
1 Like