Engine stats - duckduckgo

Engine name Scores Result count Response time Reliability
duckduckgo 0.4
10
0.9
75

Errors and exceptions

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