https://prefect.io logo
Title
a

Angelika Tarnawa

10/18/2022, 8:30 AM
Hi, I'm trying to run a flow on prefect 1.0. Every task ends up with a success but at the end flow fails. When I check the logs there is an error
prefect.exceptions.ClientError: [{'path': ['get_or_create_task_run_info'], 'message': 'Expected type UUID!, found ""; Could not parse UUID: ', 'extensions': {'code': 'INTERNAL_SERVER_ERROR', 'exception': {'message': 'Expected type UUID!, found ""; Could not parse UUID: ', 'locations': [{'line': 2, 'column': 101}], 'path': None}}}]
I have tried to re-register flow and I'm sure that flow run and registered flow are the same
👀 1
b

Bianca Hoch

10/18/2022, 5:03 PM
Hey Angelika, thanks for reaching out. Would you mind sharing the run config for the flow? In addition could you provide the ID for the flow run that is throwing the error? You can find the ID in the URL of the flow run page.
Also, after re-registering the flow, are you still receiving the same error?