
Engine stats - presearch
| Engine name | Scores | Result count | Response time | Reliability |
|---|---|---|---|---|
| presearch | 0 |
Errors and exceptions
| Exception | searx.exceptions.SearxEngineAccessDeniedException | Percentage | 50 |
|---|---|---|---|
| Parameter | HTTP error 403 (suspended_time=86400) | ||
| Filename | searx/search/processors/online.py:210 | ||
| Function | _send_http_request | ||
| Code | response = req(params["url"], **request_args) # pyright: ignore[reportArgumentType] | ||
| Exception | httpx.ConnectTimeout | Percentage | 25 |
|---|---|---|---|
| Parameter | NoneNonepresearch.com | ||
| Filename | searx/engines/presearch.py:143 | ||
| Function | _get_request_id | ||
| Code | resp = get(url, headers=headers, timeout=5) | ||
| Exception | searx.exceptions.SearxEngineAccessDeniedException | Percentage | 25 |
|---|---|---|---|
| Parameter | HTTP error 403 (suspended_time=86400) | ||
| Filename | searx/engines/presearch.py:143 | ||
| Function | _get_request_id | ||
| Code | resp = get(url, headers=headers, timeout=5) | ||