Engine stats - presearch
Engine name | Scores | Result count | Response time | Reliability | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
presearch | 2.8 |
|
85 |
Errors and exceptions
Exception | AttributeError | Percentage | 10 |
---|---|---|---|
Filename | searx/engines/presearch.py:161 | ||
Function | parse_search_query | ||
Code | for item in json_results.get('specialSections', {}).get('topStoriesCompact', {}).get('data', []): |
Exception | searx.exceptions.SearxEngineAccessDeniedException | Percentage | 5 |
---|---|---|---|
Parameter | HTTP error 403 | ||
Filename | searx/engines/presearch.py:134 | ||
Function | _get_request_id | ||
Code | resp_text = get(url, headers=headers).text # type: ignore |
Message | timeout | Percentage | 0 |
---|---|---|---|
Filename | searx/search/processors/abstract.py:100 | ||
Function | handle_exception | ||
Code | count_error(self.engine_name, exception_or_message) |