Engine stats - qwant
| Engine name | Scores | Result count | Response time | Reliability | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| qwant | 0.6 |
|
85 |
Errors and exceptions
| Exception | searx.exceptions.SearxEngineAPIException | Percentage | 15 |
|---|---|---|---|
| Parameter | API error::unknown | ||
| Filename | searx/engines/qwant.py:128 | ||
| Function | response | ||
| Code | raise SearxEngineAPIException('API error::' + msg) | ||
| Exception | httpx.TimeoutException | Percentage | 0 |
|---|---|---|---|
| Filename | searx/search/processors/online.py:113 | ||
| Function | _send_http_request | ||
| Code | response = req(params['url'], **request_args) | ||
| Exception | json.decoder.JSONDecodeError | Percentage | 0 |
|---|---|---|---|
| Parameter | Expecting value | ||
| Filename | searx/engines/qwant.py:115 | ||
| Function | response | ||
| Code | search_results = loads(resp.text) | ||
| Message | timeout | Percentage | 0 |
|---|---|---|---|
| Filename | searx/search/processors/abstract.py:102 | ||
| Function | handle_exception | ||
| Code | count_error(self.engine_name, exception_or_message) | ||