I have noticed the following error pop up in my se...
# ask-community
t
I have noticed the following error pop up in my set of prefect flows recently:
Copy code
Crash detected! Execution was interrupted by an unexpected exception: ValidationError: 1 validation error for PersistedResultBlob
__root__
  Expecting value: line 1 column 1 (char 0) (type=value_error.jsondecode; msg=Expecting value; doc=; pos=0; lineno=1; colno=1)
I am running a couple of flows in parallel in two separate processes, but the same prefect home is used alongside setting the
PREFECT_RESULTS_PERSIST_BY_DEFAULT=true
. Any thoughts?