
Engine stats - duckduckgo
Engine name | Scores | Result count | Response time | Reliability | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
duckduckgo | 1.5 |
|
95 |
Errors and exceptions
Exception | searx.exceptions.SearxEngineCaptchaException | Percentage | 5 |
---|---|---|---|
Parameter | CAPTCHA (us-en) | ||
Filename | searx/engines/duckduckgo.py:352 | ||
Function | response | ||
Code | raise SearxEngineCaptchaException(suspended_time=0, message=f"CAPTCHA ({resp.search_params['data'].get('kl')})") |
Exception | searx.exceptions.SearxEngineXPathException | Percentage | 0 |
---|---|---|---|
Parameter | //div[@id="zero_click_abstract"]/a/@hrefindex 0 not found | ||
Filename | searx/engines/duckduckgo.py:391 | ||
Function | response | ||
Code | url=eval_xpath_getindex(doc, '//div[@id="zero_click_abstract"]/a/@href', 0), # type: ignore |