You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! I noticed an interesting "gotcha" that I haven't done any sort of digging into, but just wanted to mention in case you want to add something to the docs or perhaps it's something that can be handled in the code.
If you spin up a Cardano node resource (ie: a preview node running 8.1.2) and then use dmtr to open a socket:
the dmtr process will crash with the following error:
2024-02-07T19:30:03.358253Z INFO connect: dmtrctl::cardano::connect_node_socket: new client connected to socket
Error: x couldn't connect to TLS server
`-> tls handshake eof
If you go into the Demeter web portal and enable the "Expose Node to Client" option, then everything works as expected:
Please let me know if you would like any further details and also feel free to close. Just wanted to make sure you guys were aware. Thanks for Demeter!
The text was updated successfully, but these errors were encountered:
Hello! I noticed an interesting "gotcha" that I haven't done any sort of digging into, but just wanted to mention in case you want to add something to the docs or perhaps it's something that can be handled in the code.
If you spin up a Cardano node resource (ie: a preview node running 8.1.2) and then use
dmtr
to open a socket:then setup some environment variables:
export CARDANO_NODE_SOCKET_PATH=/path/to/dmtr.socket
and then run a command:
the
dmtr
process will crash with the following error:If you go into the Demeter web portal and enable the "Expose Node to Client" option, then everything works as expected:
Please let me know if you would like any further details and also feel free to close. Just wanted to make sure you guys were aware. Thanks for Demeter!
The text was updated successfully, but these errors were encountered: