ERR::SCRAPE::NETWORK_ERROR
Network error happened between Scrapfly server and remote server. See all errors
This king of error are automatically retried internally if auto retry is not disabled. If you see this error, it means it already has been tried 5 times
- Retryable: Yes
- HTTP status code: 499
Read Error From Response Body
{
"config": { ... },
"context": { ... },
"result": {
[...],
"status": "DONE",
"success": false,
"reason": null,
"error": {
"http_code": 499,
"code": "ERR::SCRAPE::NETWORK_ERROR",
"description": "Network error happened between Scrapfly server and remote server",
"error_id": "9993a546-b899-4927-b788-04f5c4e473d5",
"message": "Useful hint with details about your error",
"scrape_id": "7c61352c-f1a7-4ea6-a0b8-198d7ac6fe1a",
"retryable": true,
"doc_url": "https://scrapfly.io/docs/scrape-api/error/ERR::SCRAPE::NETWORK_ERROR"
},
[...],
}
}
Read Error From Response Headers
Moslty relevant with HEAD
request
- X-Scrapfly-Reject-Code:
ERR::SCRAPE::NETWORK_ERROR
- X-Scrapfly-Reject-Description:
Network error happened between Scrapfly server and remote server
- X-Scrapfly-Reject-Doc:
https://scrapfly.io/docs/scrape-api/error/ERR::SCRAPE::NETWORK_ERROR
- X-Scrapfly-Reject-Http-Code:
https://scrapfly.io/docs/scrape-api/error/499
- X-Scrapfly-Reject-Retryable:
true