
Engine stats - duckduckgo
| Engine name | Scores | Result count | Response time | Reliability | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| duckduckgo | 0.3 |
|
15 |
Errors and exceptions
| Exception | searx.exceptions.SearxEngineCaptchaException | Percentage | 40 |
|---|---|---|---|
| Parameter | CAPTCHA (cn-zh) (suspended_time=0) | ||
| Filename | searx/engines/duckduckgo.py:470 | ||
| Function | response | ||
| Code | raise SearxEngineCaptchaException(suspended_time=0, message=f"CAPTCHA ({params['data'].get('kl')})") | ||
| Exception | searx.exceptions.SearxEngineCaptchaException | Percentage | 30 |
|---|---|---|---|
| Parameter | CAPTCHA (wt-wt) (suspended_time=0) | ||
| Filename | searx/engines/duckduckgo.py:470 | ||
| Function | response | ||
| Code | raise SearxEngineCaptchaException(suspended_time=0, message=f"CAPTCHA ({params['data'].get('kl')})") | ||
| Exception | searx.exceptions.SearxEngineCaptchaException | Percentage | 10 |
|---|---|---|---|
| Parameter | CAPTCHA (jp-jp) (suspended_time=0) | ||
| Filename | searx/engines/duckduckgo.py:470 | ||
| Function | response | ||
| Code | raise SearxEngineCaptchaException(suspended_time=0, message=f"CAPTCHA ({params['data'].get('kl')})") | ||
| Exception | IndexError | Percentage | 5 |
|---|---|---|---|
| Filename | searx/engines/duckduckgo.py:493 | ||
| Function | response | ||
| Code | url=eval_xpath(div_result, ".//h2/a/@href")[0], | ||