We are trying to figure out how a flow running in ...
# ask-community
l
We are trying to figure out how a flow running in Prefect Cloud might fail with
Copy code
Failed to find current tenant None in result  {'data': {'tenant': [{'id': 'foo-400d-4288-8020-...', 'slug': '<redacted>'}]}}
when it attempts to trigger another flow run via
StartFlowRun
.
The "sub"-flow succeeds when running by itself and was registered the same way as the flow that attempts to start it.
k
Hi @Luke Orland, that is weird. What Prefect version are you on?
l
0.15.0
k
Can you show me the output of
prefect diagnostics
?
I think this may have been fixed in 0.15.1. changelog here
Related PR . Maybe you can move to using
--key
as opposed to the deprecated
--token
?
l
It looks like using 0.15.1 instead of 0.15.0 resolved this. Thanks!!
👍 1