# podman logs -f piccolo-server-apiserver
http api listening on 0.0.0.0:47099
Err(
GRpcStatus(
Status {
code: Unavailable,
message: "tcp connect error: Connection refused (os error 111)",
source: Some(
tonic::transport::Error(
Transport,
ConnectError(
ConnectError(
"tcp connect error",
Os {
code: 111,
kind: ConnectionRefused,
message: "Connection refused",
},
),
),
),
),
},
),
)
# podman logs -f piccolo-player-filtergateway
FilterGatewayManager init
Piccolod gateway listening on 0.0.0.0:47002
Failed to initialize FilterGatewayManager: GRpcStatus(Status { code: Unavailable, message: "tcp connect error: Connection refused (os error 111)", source: Some(tonic::transport::Error(Transport, ConnectError(ConnectError("tcp connect error", Os { code: 111, kind: ConnectionRefused, message: "Connection refused" })))) })
Received scenario handling request
Failed to send scenario: channel closed
Error handling scenario: Failed to send scenario
Reproduce
make builder imagein project root folder.make installExpected
no error and launch helloworld container
Actual