Engine stats - qwant
| Engine name | Scores | Result count | Response time | Reliability | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| qwant |
5.9
Scores per result: 0.293 |
|
0 |
Errors and exceptions
| Exception | httpx.TimeoutException | Percentage | 95 |
|---|---|---|---|
| Filename | searx/search/processors/online.py:96 | ||
| Function | _send_http_request | ||
| Code | response = req(params['url'], **request_args) | ||
| Exception | searx.exceptions.SearxEngineAPIException | Percentage | 5 |
|---|---|---|---|
| Parameter | API error::unknown | ||
| Filename | searx/engines/qwant.py:123 | ||
| Function | response | ||
| Code | raise SearxEngineAPIException('API error::' + msg) | ||
| Exception | json.decoder.JSONDecodeError | Percentage | 0 |
|---|---|---|---|
| Parameter | Expecting value | ||
| Filename | searx/engines/qwant.py:110 | ||
| Function | response | ||
| Code | search_results = loads(resp.text) | ||