
Engine stats - qwant images
| Engine name | Scores | Result count | Response time | Reliability | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| qwant images | 0.7 |
|
90 |
Errors and exceptions
| Exception | httpx.ConnectTimeout | Percentage | 5 |
|---|---|---|---|
| Parameter | NoneNoneapi.qwant.com | ||
| Filename | searx/search/processors/online.py:210 | ||
| Function | _send_http_request | ||
| Code | response = req(params["url"], **request_args) # pyright: ignore[reportArgumentType] | ||
| Exception | searx.exceptions.SearxEngineAccessDeniedException | Percentage | 5 |
|---|---|---|---|
| Parameter | Access denied (suspended_time=86400) | ||
| Filename | searx/engines/qwant.py:207 | ||
| Function | parse_web_api | ||
| Code | raise SearxEngineAccessDeniedException() | ||
| Exception | searx.exceptions.SearxEngineAPIException | Percentage | 0 |
|---|---|---|---|
| Parameter | zh_cn is not a valid locale. (1) | ||
| Filename | searx/engines/qwant.py:209 | ||
| Function | parse_web_api | ||
| Code | raise SearxEngineAPIException(f"{msg} ({error_code})") | ||
| Exception | AttributeError | Percentage | 0 |
|---|---|---|---|
| Filename | searx/engines/qwant.py:244 | ||
| Function | parse_web_api | ||
| Code | title = item.get('title', None) | ||