
Engine stats - presearch
| Engine name | Scores | Result count | Response time | Reliability | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| presearch | 9778.1 |
|
100 |
Errors and exceptions
| Exception | ssl.SSLError | Percentage | 0 |
|---|---|---|---|
| Filename | searx/engines/presearch.py:134 | ||
| Function | _get_request_id | ||
| Code | resp_text = get(url, headers=headers).text # type: ignore | ||
| Exception | httpx.TimeoutException | Percentage | 0 |
|---|---|---|---|
| Filename | searx/search/processors/online.py:116 | ||
| Function | _send_http_request | ||
| Code | response = req(params['url'], **request_args) | ||
| Exception | AttributeError | Percentage | 0 |
|---|---|---|---|
| Filename | searx/engines/presearch.py:182 | ||
| Function | parse_search_query | ||
| Code | for item in json_results.get('specialSections', {}).get('topStoriesCompact', {}).get('data', []): | ||
| Exception | searx.exceptions.SearxEngineAccessDeniedException | Percentage | 0 |
|---|---|---|---|
| Parameter | HTTP error 403 | ||
| Filename | searx/engines/presearch.py:134 | ||
| Function | _get_request_id | ||
| Code | resp_text = get(url, headers=headers).text # type: ignore | ||