Skip to content

[BUG] channel in filtergateway #113

@youngtaekiim

Description

@youngtaekiim

Reproduce

  1. make builder image in project root folder.
  2. make install
  3. cd examples && ./helloworld.sh

Expected

no error and launch helloworld container

Actual

# 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

Metadata

Metadata

Labels

bugSomething isn't working

Type

No fields configured for Bug.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions