Engine stats - duckduckgo

Engine name Scores Result count Response time Reliability
duckduckgo 1.2
10
1.3
30

Errors and exceptions

Exceptionsearx.exceptions.SearxEngineCaptchaExceptionPercentage45
ParameterCAPTCHA (wt-wt) (suspended_time=0)
Filenamesearx/engines/duckduckgo.py:477
Functionresponse
Coderaise SearxEngineCaptchaException(suspended_time=0, message=f"CAPTCHA ({params['data'].get('kl')})")
Exceptionsearx.exceptions.SearxEngineCaptchaExceptionPercentage15
ParameterCAPTCHA (us-en) (suspended_time=0)
Filenamesearx/engines/duckduckgo.py:477
Functionresponse
Coderaise SearxEngineCaptchaException(suspended_time=0, message=f"CAPTCHA ({params['data'].get('kl')})")
Exceptionsearx.exceptions.SearxEngineCaptchaExceptionPercentage5
ParameterCAPTCHA (uk-en) (suspended_time=0)
Filenamesearx/engines/duckduckgo.py:477
Functionresponse
Coderaise SearxEngineCaptchaException(suspended_time=0, message=f"CAPTCHA ({params['data'].get('kl')})")
Exceptionhttpx.ConnectTimeoutPercentage5
ParameterNoneNonehtml.duckduckgo.com
Filenamesearx/search/processors/online.py:207
Function_send_http_request
Coderesponse = req(params["url"], **request_args) # pyright: ignore[reportArgumentType]