
Engine stats - duckduckgo
| Engine name | Scores | Result count | Response time | Reliability | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| duckduckgo | 0.3 |
|
10 |
Errors and exceptions
| Exception | searx.exceptions.SearxEngineCaptchaException | Percentage | 65 |
|---|---|---|---|
| Parameter | CAPTCHA (wt-wt) (suspended_time=0) | ||
| Filename | searx/engines/duckduckgo.py:476 | ||
| Function | response | ||
| Code | raise SearxEngineCaptchaException(suspended_time=0, message=f"CAPTCHA ({params['data'].get('kl')})") | ||
| Exception | searx.exceptions.SearxEngineCaptchaException | Percentage | 10 |
|---|---|---|---|
| Parameter | VQD missed (page: 2, locale: en-US) (suspended_time=0) | ||
| Filename | searx/engines/duckduckgo.py:417 | ||
| Function | request | ||
| Code | raise SearxEngineCaptchaException( | ||
| Exception | searx.exceptions.SearxEngineCaptchaException | Percentage | 10 |
|---|---|---|---|
| Parameter | CAPTCHA (us-en) (suspended_time=0) | ||
| Filename | searx/engines/duckduckgo.py:476 | ||
| Function | response | ||
| Code | raise SearxEngineCaptchaException(suspended_time=0, message=f"CAPTCHA ({params['data'].get('kl')})") | ||
| Exception | searx.exceptions.SearxEngineCaptchaException | Percentage | 5 |
|---|---|---|---|
| Parameter | VQD missed (page: 2, locale: all) (suspended_time=0) | ||
| Filename | searx/engines/duckduckgo.py:417 | ||
| Function | request | ||
| Code | raise SearxEngineCaptchaException( | ||
| Exception | searx.exceptions.SearxEngineCaptchaException | Percentage | 0 |
|---|---|---|---|
| Parameter | VQD missed (page: 3, locale: all) (suspended_time=0) | ||
| Filename | searx/engines/duckduckgo.py:417 | ||
| Function | request | ||
| Code | raise SearxEngineCaptchaException( | ||
| Exception | searx.exceptions.SearxEngineAccessDeniedException | Percentage | 0 |
|---|---|---|---|
| Parameter | HTTP error 403 (suspended_time=180) | ||
| Filename | searx/search/processors/online.py:205 | ||
| Function | _send_http_request | ||
| Code | response = req(params["url"], **request_args) # pyright: ignore[reportArgumentType] | ||
| Exception | searx.exceptions.SearxEngineCaptchaException | Percentage | 0 |
|---|---|---|---|
| Parameter | CAPTCHA (jp-jp) (suspended_time=0) | ||
| Filename | searx/engines/duckduckgo.py:476 | ||
| Function | response | ||
| Code | raise SearxEngineCaptchaException(suspended_time=0, message=f"CAPTCHA ({params['data'].get('kl')})") | ||
| Exception | searx.exceptions.SearxEngineCaptchaException | Percentage | 0 |
|---|---|---|---|
| Parameter | CAPTCHA (tw-tzh) (suspended_time=0) | ||
| Filename | searx/engines/duckduckgo.py:476 | ||
| Function | response | ||
| Code | raise SearxEngineCaptchaException(suspended_time=0, message=f"CAPTCHA ({params['data'].get('kl')})") | ||
| Exception | IndexError | Percentage | 0 |
|---|---|---|---|
| Filename | searx/engines/duckduckgo.py:499 | ||
| Function | response | ||
| Code | url=eval_xpath(div_result, ".//h2/a/@href")[0], | ||