Moises Siles
06/22/2023, 9:32 PMa request for all projects
Given Has some projects
Request Failed - One or more of the setup state change handlers has failed
a request for projects by employee
Given Has some projects
Request Failed - One or more of the setup state change handlers has failed
a request to create a new reason
Given is authenticated
Request Failed - One or more of the setup state change handlers has failedMatt (pactflow.io / pact-js / pact-go)
that is a hintCopy codeOne or more of the setup state change handlers has failed
Matt (pactflow.io / pact-js / pact-go)
<state>Matt (pactflow.io / pact-js / pact-go)
Moises Siles
06/22/2023, 9:47 PMMatt (pactflow.io / pact-js / pact-go)
Moises Siles
06/22/2023, 9:53 PMMoises Siles
06/22/2023, 10:00 PMMatt (pactflow.io / pact-js / pact-go)
and the terminal is kind of cutting the information from the topwha? What terminal are you usinsg? You should be able to make it not do that (usually scroll/buffer)
Timothy Jones
06/22/2023, 10:46 PMTimothy Jones
06/22/2023, 10:46 PMMatt (pactflow.io / pact-js / pact-go)
In that case I would pipe it to a file. I thought pact would tell you which state handler failed even on non-debug mode though. Is there an error elsewhere in the log?yes it should be in the log output. This part is printed by the core (albeit I think the core should print out which state failed - i’ll raise a request)
Moises Siles
06/23/2023, 2:00 PMMoises Siles
06/23/2023, 9:11 PM2023-06-23T20:20:17.460373Z INFO ThreadId(12) pact_verifier: Running teardown provider state change handler 'Has some links' for 'a request for all links'
[14:20:17.455] WARN (89283): pact@11.0.2: no state handler found for state: "Has some links"Moises Siles
06/23/2023, 9:12 PMdescribe('when a call to list all links from something', () => {
describe('and the user is authenticated', () => {
describe('and there are links in the database', () => {
before(() =>
provider.addInteraction({
state: 'Has some links',
uponReceiving: 'a request for all links',Matt (pactflow.io / pact-js / pact-go)
Moises Siles
06/26/2023, 1:41 PM