Hi everyone!
I'm trying to add the first node to torq. It's a Core Lightning node v23.08.1 but adding the node fails with:
`{"level":"warn","protocol":"grpc","grpc.component":"client","grpc.service":"cln.Node","grpc.method":"Getinfo","grpc.method_type":"unary","grpc.start_time":"2023-09-15T14:10:01Z","grpc.request.deadline":"2023-09-15T14:12:01Z","grpc.code":"Internal","grpc.error":"rpc error: code = Internal desc = No such file or directory (os error 2)","grpc.time_ms":"2.328","message":"finished call"}
{"level":"error","error":"Get info from CLN Node: Obtaining information from CLN: rpc error: code = Internal desc = No such file or directory (os error 2)","time":"2023-09-15T14:10:01Z"}
gRPC port is open, reachable, the network connection seems to work, but it can't get any data from the API and thus doesn't add the node.
Hi everyone!
I'm trying to add the first node to torq. It's a Core Lightning node v23.08.1 but adding the node fails with:
`{"level":"warn","protocol":"grpc","grpc.component":"client","grpc.service":"cln.Node","grpc.method":"Getinfo","grpc.method_type":"unary","grpc.start_time":"2023-09-15T14:10:01Z","grpc.request.deadline":"2023-09-15T14:12:01Z","grpc.code":"Internal","grpc.error":"rpc error: code = Internal desc = No such file or directory (os error 2)","grpc.time_ms":"2.328","message":"finished call"}
{"level":"error","error":"Get info from CLN Node: Obtaining information from CLN: rpc error: code = Internal desc = No such file or directory (os error 2)","time":"2023-09-15T14:10:01Z"}
gRPC port is open, reachable, the network connection seems to work, but it can't get any data from the API and thus doesn't add the node.