Not a bug Lighthouse returned error:

that's google's problems )
yeah probably is

this is the exact error i get in API querying

Code:
  "error": {
    "code": 500,
    "message": "Lighthouse returned error: INTERNAL: APP::1: Abnormal renderer termination, status = crashed exit_code = 1",
    "errors": [
      {
        "message": "Lighthouse returned error: INTERNAL: APP::1: Abnormal renderer termination, status = crashed exit_code = 1",
        "domain": "lighthouse",
        "reason": "lighthouseError"
      }
    ]
  }
}
 
Top Bottom