Engine stats - duckduckgo

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

Errors and exceptions

ExceptionIndexErrorPercentage0
Filenamesearx/engines/duckduckgo.py:499
Functionresponse
Codeurl=eval_xpath(div_result, ".//h2/a/@href")[0],
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')})")
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.SearxEngineXPathExceptionPercentage0
Parameter//div[@id="zero_click_abstract"]/a/@hrefindex 0 not found
Filenamesearx/engines/duckduckgo.py:515
Functionresponse
Codeurl=eval_xpath_getindex(doc, '//div[@id="zero_click_abstract"]/a/@href', 0),