Hi all, I'm undergoing a situation where pact-veri...
# general
t
Hi all, I'm undergoing a situation where pact-verifier failed to verify contract and have no idea what is this about. Can anyone help point me to the right direction?
m
Are you on windows?
t
@Matt (pactflow.io / pact-js / pact-go) I got this error in gitlab CI job. But the project I'm trying to verify contract against is .NET project. Should I configure anything to make it works? FYI. I had another Scala project, it works without configure anything.
m
Is the CI job on Windows or Linux? (I assume linux)
Perhaps you could explain more about your CI setup. Does it work locally but not on CI? What’s different about CI
See also https://docs.pact.io/docker (I suspect you’ll be using docker if on Gitlab)
Looks like you’re using an older version of Pact JS - are you porting an old project over to Gitlab or is this a new project? (and if so, why are you using an older version)
t
@Matt (pactflow.io / pact-js / pact-go) Yes, you are correct. CI job run on Linux. I cannot run .NET project so I haven't tested it locally. However, I've updated pact-cli image to the latest version. Somehow the error change to ECONNRESET: Connection reset by peer. Now I figure it out that I need to wait until application is ready... all solved. I won't be able to identify what's wrong with old image version error. Thank you so much for pointing that out. Appreciated your help.
🙌 1
m
No worries, glad you’re back on track!