But the plugin still cannot spawn child process.
# protobufs
r
But the plugin still cannot spawn child process.
u
That looks like the test can't start the plugin. Can you try start the same docker container and try run
pact-protobuf-plugin
r
I forgot to add
Copy code
"hostToBindTo": "127.0.0.1"
into 'pact-plugin.json` { "manifestVersion": 1, "pluginInterfaceVersion": 1, "name": "protobuf", "version": "0.1.8", "executableType": "exec", "entryPoint": "pact-protobuf-plugin", "pluginConfig": { "protocVersion": "3.19.1", "downloadUrl": "https://github.com/protocolbuffers/protobuf/releases/download", "hostToBindTo": "127.0.0.1" } }
👍 1
u
Ah! I've set that as the default now
2