Engine stats - duckduckgo

Engine name Scores Result count Response time Reliability
duckduckgo 1.0
10
0.8
100

Errors and exceptions

Exceptionhttpx.ReadTimeoutPercentage0
ParameterNoneNonehtml.duckduckgo.com
Filenamesearx/search/processors/online.py:205
Function_send_http_request
Coderesponse = req(params["url"], **request_args) # pyright: ignore[reportArgumentType]
Exceptionhttpx.ConnectErrorPercentage0
ParameterNoneNonehtml.duckduckgo.com
Filenamesearx/search/processors/online.py:205
Function_send_http_request
Coderesponse = req(params["url"], **request_args) # pyright: ignore[reportArgumentType]
Exceptionsearx.exceptions.SearxEngineCaptchaExceptionPercentage0
ParameterCAPTCHA (us-en) (suspended_time=0)
Filenamesearx/engines/duckduckgo.py:476
Functionresponse
Coderaise SearxEngineCaptchaException(suspended_time=0, message=f"CAPTCHA ({params['data'].get('kl')})")
Exceptionsearx.exceptions.SearxEngineCaptchaExceptionPercentage0
ParameterCAPTCHA (wt-wt) (suspended_time=0)
Filenamesearx/engines/duckduckgo.py:476
Functionresponse
Coderaise SearxEngineCaptchaException(suspended_time=0, message=f"CAPTCHA ({params['data'].get('kl')})")
ExceptionIndexErrorPercentage0
Filenamesearx/engines/duckduckgo.py:499
Functionresponse
Codeurl=eval_xpath(div_result, ".//h2/a/@href")[0],