https://prefect.io logo
Title
k

Kanishk

05/22/2023, 1:07 PM
Hi, I get this error : prefect.exceptions.MissingResult: State data is missing. Typically, this occurs when result persistence is disabled and the state has been retrieved from the API. 05:16:22 PM ERROR Finished in state Failed('Flow run encountered an exception. MissingResult: State data is missing. Typically, this occurs when result persistence is disabled and the state has been retrieved from the API.\n') This is a frequent error but a temporary one in one of my flows.
I have result persistence enabled in the flow function
d

Deceivious

05/22/2023, 1:22 PM
Some one should just compile all of these errors and create a ticket tbh. Ive seen over 4 5 ppl saying they have the same issue.
k

Kanishk

05/22/2023, 2:06 PM
ok
z

Zanie

05/22/2023, 3:19 PM
These errors are almost always the result of an upstream error
We need more information than this; preferably the logs from beforehand and any other errors encountered.
What version are you running?
d

Deceivious

05/22/2023, 3:22 PM
When you say upstream do u mean upstream task?
z

Zanie

05/22/2023, 3:25 PM
Not necessarily, just like… before that message.