Full logs in the attached file
# protobufs
p
Full logs in the attached file
@uglyog Full logs is here
u
Copy code
Caused by: io.grpc.netty.shaded.io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /[0:0:0:0:0:0:0:1]:50052
Caused by: java.net.ConnectException: Connection refused
☝️ That is in your logs.
For some reason, the Pact framework can't talk to the plugin.
Do you have any type of firewall software running?
What mac are you using? Do you know what version of OSX it has?
p
I have MAcbook Pro with macos monterey currently
u
In the manifest file, there is a
"hostToBindTo"
field. Try change that from
"127.0.0.1"
to
"::1"