Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UnhandledBranchError: One or more branches or iterations encountered an unhandled runtime error in step "runAdsQueries" #2

Open
chigozieboniface opened this issue Aug 8, 2023 · 0 comments

Comments

@chigozieboniface
Copy link

I have the below error while running this version of the repo:

UnhandledBranchError: One or more branches or iterations encountered an unhandled runtime error
in step "runAdsQueries", routine "runAdsQueries", line: 137
in step "run_ads_workflow", routine "main", line: 19
{
  "branches": [
    {
      "error": {
        "context": "RuntimeError: \"branch error\"\nin step \"parallel_loop_over_accounts\", routine \"runAdsQueries\", line: 165",
        "payload": {
          "branches": [
            {
              "error": {
                "context": "RuntimeError: \"branch error\"\nin step \"what_to_repeat\", routine \"custom_retry_predicate\", line: 323\nin step \"call_gaarf_cf\", routine \"executeAdsQuery\", line: 293\nin step \"execute_script\", routine \"runAdsQueries\", line: 172",
                "payload": {
                  "message": "TypeError: unsupported operand types for >=: 'null' and 'int' (expecting numbers)",
                  "tags": [
                    "TypeError"
                  ]
                }
              },
              "id": "329"
            }
          ],
          "message": "UnhandledBranchError: One or more branches or iterations encountered an unhandled runtime error",
          "tags": [
            "UnhandledBranchError",
            "RuntimeError"
          ],
          "truncated": false
        }
      },
      "id": "6"
    },

Could you please assist with resolving this error?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant