
Engine stats - brave.images
| Engine name | Scores | Result count | Response time | Reliability | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| brave.images | 0.0 |
|
95 |
Errors and exceptions
| Exception | httpx.ConnectTimeout | Percentage | 5 |
|---|---|---|---|
| Parameter | NoneNonesearch.brave.com | ||
| Filename | searx/search/processors/online.py:210 | ||
| Function | _send_http_request | ||
| Code | response = req(params["url"], **request_args) # pyright: ignore[reportArgumentType] | ||
| Exception | httpx.ConnectError | Percentage | 0 |
|---|---|---|---|
| Parameter | NoneNonesearch.brave.com | ||
| Filename | searx/search/processors/online.py:210 | ||
| Function | _send_http_request | ||
| Code | response = req(params["url"], **request_args) # pyright: ignore[reportArgumentType] | ||
| Exception | searx.exceptions.SearxEngineTooManyRequestsException | Percentage | 0 |
|---|---|---|---|
| Parameter | Too many request (suspended_time=3600) | ||
| Filename | searx/search/processors/online.py:210 | ||
| Function | _send_http_request | ||
| Code | response = req(params["url"], **request_args) # pyright: ignore[reportArgumentType] | ||
| Exception | json.decoder.JSONDecodeError | Percentage | 0 |
|---|---|---|---|
| Parameter | Invalid \escape | ||
| Filename | searx/engines/brave.py:261 | ||
| Function | extract_json_data | ||
| Code | data: dict[str, t.Any] = json.loads(json_str) | ||