Query tip error: CARDANO_NODE_SOCKET_PATH

Command failed: query tip Error: Error while looking up environment variable: CARDANO_NODE_SOCKET_PATH Error: “CARDANO_NODE_SOCKET_PATH”

before was socket11 error but now is that again, I have to export again?

1 Like

yes, you have to export

1 Like

I exported, still giving me socket11 error

1 Like

output of
lsof | grep “node.socket”
?

1 Like

problema_05_08

1 Like

this was a tough one:
you are missing a / from the beginning of the path of the socket file:
``
export CARDANO_NODE_SOCKET_PATH=/home/cardano/cnode/sockets/node.socket

you are welcome:)

the docs should put this as well

2 Likes

It was that thank you man
problema_05_09

1 Like