Hi All, I am completely new to pact so decided to ...
# pact-python
t
Hi All, I am completely new to pact so decided to start with the examples given in pact-python repo.I cloned the repo and am running the pact broker via docker compose as mentioned in the readme. I intermittently get the error
container for service "broker_app" is unhealthy
What can be the issue with the container? Also, on running
./run_pytest.sh
, with a healthy broker, I get the following error:-
Copy code
docker.errors.DockerException: Error while fetching server API version: ('Connection aborted.', ConnectionRefusedError(61, 'Connection refused'))
What can be causing the issue? Any insights will be greatly appreciated. TIA