Skip to content

DispatchFailure in the LocalStack example #369

@andersfischernielsen

Description

@andersfischernielsen

Describe the bug

Running the LocalStack example using cargo run --example localstack --features="localstack" leads to the following error:

Error: DispatchFailure(DispatchFailure { source: ConnectorError { kind: Io, source: hyper_util::client::legacy::Error(Connect, ConnectError("tcp connect error", 127.0.0.1:37097, Os { code: 61, kind: ConnectionRefused, message: "Connection refused" })), connection: Unknown } })

This is on a freshly cloned repository on the main branch.

Anything I can do to mitigate the error? 😄

To Reproduce

Run cargo run --example localstack --features="localstack".

Expected behavior

The LocalStack container runs as expected and can be reached using an AWS S3 client.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions