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
Lon Nix
11/02/2021, 9:10 PMLon Nix
11/02/2021, 9:10 PMAnna Geller
Lon Nix
11/02/2021, 9:14 PMLon Nix
11/02/2021, 9:19 PMAnna Geller
Lon Nix
11/02/2021, 9:20 PMLon Nix
11/02/2021, 9:22 PMLon Nix
11/02/2021, 9:23 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
Anna Geller
Xinchi 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 PMLon Nix
11/02/2021, 10:15 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
export 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)Lon Nix
11/02/2021, 10:27 PMAnna Geller
Kevin Kho
Xinchi He
11/02/2021, 10:34 PMKevin Kho
Xinchi He
11/02/2021, 10:38 PMopenssh_client installed.