Lon Nix
11/02/2021, 8:58 PMFailed flows
section of the dashboard. I can't find any errors in pod logs
Something went wrong while trying to fetch failed flow information. Please try refreshing your page. If this error persists, return to this page after a few minutes.
Anna Geller
11/02/2021, 9:08 PMLon Nix
11/02/2021, 9:10 PMAnna Geller
11/02/2021, 9:14 PMLon Nix
11/02/2021, 9:14 PMAnna Geller
11/02/2021, 9:20 PMLon Nix
11/02/2021, 9:20 PM{
"errors": [
{
"message": "expected a list, but found null",
"locations": [
{
"line": 2,
"column": 3
}
],
"path": [
"flow_run"
],
"extensions": {
"path": "$.selectionSet.flow_run.args.where.state._in",
"code": "validation-failed",
"exception": {
"message": "expected a list, but found null"
}
}
}
],
"data": null
}
it says validation failed but doesn't say what it tried to validate to or with. Any thoughts?Anna Geller
11/02/2021, 9:27 PMXinchi He
11/02/2021, 9:37 PMFLOWS
tab, it says You have no flows in this project!
, but we can see the flow from the left tab (like a file explorer). In addition, when the flow runs the live log section show nothing, simply just keep loading forever. Any thoughts or insights here? Thanks a lot!Lon Nix
11/02/2021, 9:57 PMcommand: ["/bin/sh", "-c"]
args: ["prefect execute flow-run"]
but the output is just
Usage: prefect [OPTIONS] COMMAND [ARGS]...
The Prefect CLI for creating, managing, and inspecting your flows.
Note: a Prefect Cloud API token is required for all Cloud related commands. If a token
is not set then run `prefect auth login` to set it.
Query Commands:
get List high-level object information
describe Retrieve detailed object descriptions
Action Commands:
.......
Anna Geller
11/02/2021, 10:21 PMexport PREFECT__CLOUD__API="<http://hostname/graphql>"
Lon Nix
11/02/2021, 10:26 PMFailed to load and execute Flow's environment: HTTPUnauthorized('No valid credentials provided')
error again (but this time its showing in the ui like it should)Anna Geller
11/02/2021, 10:28 PMKevin Kho
11/02/2021, 10:33 PMXinchi He
11/02/2021, 10:34 PMKevin Kho
11/02/2021, 10:36 PMXinchi He
11/02/2021, 10:38 PMopenssh_client
installed.