yammering-amber
yammering-amber2y ago

Capture Node malfunctioning!.

Does not move to next node and return with this error.
No description
No description
16 Replies
yammering-amber
yammering-amberOP2y ago
tried the same workflow in different project still getting the error, it just refuses to move ahead.
No description
No description
yammering-amber
yammering-amberOP2y ago
always getting stuck on this node, even tried changing the variables that its being captured on.
No description
No description
W. Williams (SFT)
Prolly getting stuck on that next block. The flow doesn't necessarily get stuck where it is highlighted.
yammering-amber
yammering-amberOP2y ago
@W. Williams (SFT) here you see next node is just a simple text saying "wait a sec" it shouldn't be that hard to handle.
W. Williams (SFT)
what is the next block after that?
yammering-amber
yammering-amberOP2y ago
yes...the issue was with the next step. it was an api call. the endpoint was causing error. But that was for the original flow But idk why it refused to move for ways here to the text node
W. Williams (SFT)
the canvas does not highlight until it has moved through the blocks ahead.
yammering-amber
yammering-amberOP2y ago
Yes that's why I was confused why it didn't go to the text node. The api was like 2 steps ahead of it. Does it pre process the api?
W. Williams (SFT)
it is going to wait until it gets to another stopping point (I think that is what I was told).
yammering-amber
yammering-amberOP2y ago
I see something like capture node.
W. Williams (SFT)
yes b/c it sends all the info between captures all as one payload
yammering-amber
yammering-amberOP2y ago
The issue was a timeout error on the endpoint side. Due to encryption key. This is different from the mistral. I see why it's important not to have a timeout for API.
W. Williams (SFT)
so youu have a capture (question) -> ai response -> more text -> more text -> button step = it delivers 3 text blocks and the buttons in one payload
yammering-amber
yammering-amberOP2y ago
I wish you could actually determine the timeout duration and reroute. Understood.
W. Williams (SFT)
you can in functions
yammering-amber
yammering-amberOP2y ago
Yea..but this is just a simple API. Don't wanna go through the hassle of writing code and variables.😂 It worked out though after fixing the issues on endpoint. But I wish there was more information given on this and rerouting abilities...than just "Unable to fetch response". Both on prototype and production bot .

Did you find this page helpful?