
Engine stats - duckduckgo
Engine name | Scores | Result count | Response time | Reliability |
---|---|---|---|---|
duckduckgo | 5 |
Errors and exceptions
Exception | searx.exceptions.SearxEngineCaptchaException | Percentage | 95 |
---|---|---|---|
Parameter | CAPTCHA (us-en) | ||
Filename | searx/engines/duckduckgo.py:368 | ||
Function | response | ||
Code | raise SearxEngineCaptchaException(suspended_time=0, message=f"CAPTCHA ({resp.search_params['data'].get('kl')})") |
Exception | searx.exceptions.SearxEngineCaptchaException | Percentage | 0 |
---|---|---|---|
Parameter | CAPTCHA (es-es) | ||
Filename | searx/engines/duckduckgo.py:368 | ||
Function | response | ||
Code | raise SearxEngineCaptchaException(suspended_time=0, message=f"CAPTCHA ({resp.search_params['data'].get('kl')})") |
Exception | searx.exceptions.SearxEngineCaptchaException | Percentage | 0 |
---|---|---|---|
Parameter | CAPTCHA (fr-fr) | ||
Filename | searx/engines/duckduckgo.py:368 | ||
Function | response | ||
Code | raise SearxEngineCaptchaException(suspended_time=0, message=f"CAPTCHA ({resp.search_params['data'].get('kl')})") |
Exception | searx.exceptions.SearxEngineCaptchaException | Percentage | 0 |
---|---|---|---|
Parameter | CAPTCHA (es-ca) | ||
Filename | searx/engines/duckduckgo.py:368 | ||
Function | response | ||
Code | raise SearxEngineCaptchaException(suspended_time=0, message=f"CAPTCHA ({resp.search_params['data'].get('kl')})") |
Exception | httpx.ConnectError | Percentage | 0 |
---|---|---|---|
Parameter | NoneNonehtml.duckduckgo.com | ||
Filename | searx/search/processors/online.py:116 | ||
Function | _send_http_request | ||
Code | response = req(params['url'], **request_args) |