Error executing flow

I have a flow that runs a for loop in parallel. The last node of this for loop throws this error and not proceed to the next node, get stucked forever? { "error": { "name": "InternalErr", "message": "Internal: fetching flow status 018d3721-45a8-4366-e576-70b7bb4be44c while reporting false RawValue({"error":"Internal: fetching flow status 018d3721-45a8-4366-e576-70b7bb4be44c while reporting true RawValue(null): no rows returned by a query that expected to return at least one row"}): no rows returned by a query that expected to return at least one row" } }
8 Replies
rubenf
rubenf5mo ago
Hi @antonioalves , could you share a minimal flow that reproduce this ? Does it happen consistently or just once ?
antonioalves
antonioalves5mo ago
I'll try make a simple flow or I can send you the entire flow via DM. This happend all the times, I tryed 3 times
rubenf
rubenf5mo ago
👍
antonioalves
antonioalves5mo ago
reducing the flow, I could check that the errors only occur when my script itself throws an error. I tryed with more simple flow, and it never get the failure
rubenf
rubenf5mo ago
thanks, will check
antonioalves
antonioalves5mo ago
No description
rubenf
rubenf5mo ago
@antonioalves I can't reproduce because I do have access to your resources can you try simplifying the flow and removing the logic and have it still show that error please?
antonioalves
antonioalves5mo ago
sure one moment I tryed to reproduce again, but the error was not throw, even with the resources like before I'm running the actual flow to see if the error still get there even with the actual flow, it didnt get the error