Engine stats - qwant
| Engine name | Scores | Result count | Response time | Reliability |
|---|---|---|---|---|
| qwant | 0 |
Errors and exceptions
| Exception | searx.exceptions.SearxEngineAPIException | Percentage | 75 |
|---|---|---|---|
| Parameter | API error::unknown | ||
| Filename | searx/engines/qwant.py:128 | ||
| Function | response | ||
| Code | raise SearxEngineAPIException('API error::' + msg) | ||
| Exception | json.decoder.JSONDecodeError | Percentage | 25 |
|---|---|---|---|
| Parameter | Expecting value | ||
| Filename | searx/engines/qwant.py:115 | ||
| Function | response | ||
| Code | search_results = loads(resp.text) | ||