aws-sam-cli icon indicating copy to clipboard operation
aws-sam-cli copied to clipboard

`'str' object has no attribute 'decode'` when `PortAlreadyInUse` error is raised.

Open DiscreteTom opened this issue 7 months ago • 4 comments

https://github.com/aws/aws-sam-cli/blob/5570367805bc94e43755e31a493b7cb93677dde3/samcli/local/docker/container.py#L392

Remove .decode() to resolve this issue.

DiscreteTom avatar Jul 12 '24 09:07 DiscreteTom