ERR::EXTRACTION::INVALID_RULE

The extraction rule is invalid. See all errors

  • Retryable: No
  • HTTP status code: 422
If retryable is "yes" and retry=true the errored is retried internally by scrapfly. In the end if you get the error, it means the errors happened 3 times or the error happened after retries from other kind of retryable error in the last retry round.

Read Error From Response Body

{
  "code": "ERR::EXTRACTION::INVALID_RULE"
  "error_id": "f0e9a6af-846a-49ab-8321-e21bb12bf494",
  "http_code": 422,
  "links": {
    "Related Error Doc": "https://scrapfly.io/docs/extraction-api/error/ERR::EXTRACTION::INVALID_RULE"
  },
  "message": "ERR::EXTRACTION::INVALID_RULE",
  "reason": "Useful information about the error",
  "retryable": true
}

Read Error From Response Headers

  • X-Scrapfly-Reject-Code: ERR::EXTRACTION::INVALID_RULE
  • X-Scrapfly-Reject-Description: The extraction rule is invalid
  • X-Scrapfly-Reject-Doc: https://scrapfly.io/docs/extraction-api/error/ERR::EXTRACTION::INVALID_RULE
  • X-Scrapfly-Reject-Http-Code: https://scrapfly.io/docs/extraction-api/error/422
  • X-Scrapfly-Reject-Retryable: false

Suggested content

Summary