Engine stats - seznam
Engine name | Scores | Result count | Response time | Reliability | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
seznam | 1.1 |
|
100 |
Errors and exceptions
Message | timeout | Percentage | 0 |
---|---|---|---|
Filename | searx/search/processors/abstract.py:102 | ||
Function | handle_exception | ||
Code | count_error(self.engine_name, exception_or_message) |
Exception | searx.exceptions.SearxEngineXPathException | Percentage | 0 |
---|---|---|---|
Parameter | .//h3/aindex 0 not found | ||
Filename | searx/engines/seznam.py:65 | ||
Function | response | ||
Code | title_element = eval_xpath_getindex(result_element, './/h3/a', 0) |
Exception | httpx.TimeoutException | Percentage | 0 |
---|---|---|---|
Filename | searx/search/processors/online.py:118 | ||
Function | _send_http_request | ||
Code | response = req(params['url'], **request_args) |