
Engine stats - duckduckgo
| Engine name | Scores | Result count | Response time | Reliability | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| duckduckgo | 1.4 |
|
65 |
Errors and exceptions
| Exception | searx.exceptions.SearxEngineCaptchaException | Percentage | 25 |
|---|---|---|---|
| Parameter | CAPTCHA (uk-en) (suspended_time=0) | ||
| Filename | searx/engines/duckduckgo.py:477 | ||
| Function | response | ||
| Code | raise SearxEngineCaptchaException(suspended_time=0, message=f"CAPTCHA ({params['data'].get('kl')})") | ||
| Exception | httpx.ConnectTimeout | Percentage | 10 |
|---|---|---|---|
| Parameter | NoneNonehtml.duckduckgo.com | ||
| Filename | searx/search/processors/online.py:207 | ||
| Function | _send_http_request | ||
| Code | response = req(params["url"], **request_args) # pyright: ignore[reportArgumentType] | ||
| Exception | searx.exceptions.SearxEngineCaptchaException | Percentage | 0 |
|---|---|---|---|
| Parameter | CAPTCHA (us-en) (suspended_time=0) | ||
| Filename | searx/engines/duckduckgo.py:477 | ||
| Function | response | ||
| Code | raise SearxEngineCaptchaException(suspended_time=0, message=f"CAPTCHA ({params['data'].get('kl')})") | ||
| Message | timeout | Percentage | 0 |
|---|---|---|---|
| Filename | searx/search/processors/abstract.py:195 | ||
| Function | handle_exception | ||
| Code | count_error(self.engine.name, exception_or_message) | ||
| Exception | searx.exceptions.SearxEngineCaptchaException | Percentage | 0 |
|---|---|---|---|
| Parameter | VQD missed (page: 2, locale: en-US) (suspended_time=0) | ||
| Filename | searx/engines/duckduckgo.py:418 | ||
| Function | request | ||
| Code | raise SearxEngineCaptchaException( | ||
| Exception | httpx.TimeoutException | Percentage | 0 |
|---|---|---|---|
| Filename | searx/search/processors/online.py:207 | ||
| Function | _send_http_request | ||
| Code | response = req(params["url"], **request_args) # pyright: ignore[reportArgumentType] | ||