
Engine stats - qwant
| Engine name | Scores | Result count | Response time | Reliability | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| qwant |
|
0 |
Errors and exceptions
| Exception | json.decoder.JSONDecodeError | Percentage | 95 |
|---|---|---|---|
| Parameter | Expecting value | ||
| Filename | searx/engines/qwant.py:190 | ||
| Function | parse_web_api | ||
| Code | search_results = loads(resp.text) | ||
| Exception | searx.exceptions.SearxEngineCaptchaException | Percentage | 5 |
|---|---|---|---|
| Parameter | CAPTCHA | ||
| Filename | searx/engines/qwant.py:199 | ||
| Function | parse_web_api | ||
| Code | raise SearxEngineCaptchaException() | ||
| Exception | httpx.ConnectTimeout | Percentage | 0 |
|---|---|---|---|
| Parameter | NoneNoneapi.qwant.com | ||
| Filename | searx/search/processors/online.py:116 | ||
| Function | _send_http_request | ||
| Code | response = req(params['url'], **request_args) | ||