
Statistiques des moteurs - duckduckgo
Nom du moteur | Score | Nombre de résultats | Temps de réponse | Fiabilité | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
duckduckgo | 0.8 |
|
80 |
Erreurs et exceptions
Exception | searx.exceptions.SearxEngineCaptchaException | Pourcentage | 20 |
---|---|---|---|
Paramètre | CAPTCHA () | ||
Nom de fichier | searx/engines/duckduckgo.py:363 | ||
Fonction | response | ||
Code | raise SearxEngineCaptchaException(suspended_time=0, message=f"CAPTCHA ({resp.search_params['data'].get('kl')})") |
Exception | searx.exceptions.SearxEngineCaptchaException | Pourcentage | 0 |
---|---|---|---|
Paramètre | CAPTCHA (fr-fr) | ||
Nom de fichier | searx/engines/duckduckgo.py:363 | ||
Fonction | response | ||
Code | raise SearxEngineCaptchaException(suspended_time=0, message=f"CAPTCHA ({resp.search_params['data'].get('kl')})") |
Exception | searx.exceptions.SearxEngineCaptchaException | Pourcentage | 0 |
---|---|---|---|
Paramètre | CAPTCHA (jp-jp) | ||
Nom de fichier | searx/engines/duckduckgo.py:363 | ||
Fonction | response | ||
Code | raise SearxEngineCaptchaException(suspended_time=0, message=f"CAPTCHA ({resp.search_params['data'].get('kl')})") |
Exception | searx.exceptions.SearxEngineXPathException | Pourcentage | 0 |
---|---|---|---|
Paramètre | //div[@id="zero_click_abstract"]/a/@hrefindex 0 not found | ||
Nom de fichier | searx/engines/duckduckgo.py:401 | ||
Fonction | response | ||
Code | url=eval_xpath_getindex(doc, '//div[@id="zero_click_abstract"]/a/@href', 0), # type: ignore |
Message | timeout | Pourcentage | 0 |
---|---|---|---|
Nom de fichier | searx/search/processors/abstract.py:100 | ||
Fonction | handle_exception | ||
Code | count_error(self.engine_name, exception_or_message) |
Exception | searx.exceptions.SearxEngineCaptchaException | Pourcentage | 0 |
---|---|---|---|
Paramètre | CAPTCHA (us-en) | ||
Nom de fichier | searx/engines/duckduckgo.py:363 | ||
Fonction | response | ||
Code | raise SearxEngineCaptchaException(suspended_time=0, message=f"CAPTCHA ({resp.search_params['data'].get('kl')})") |
Exception | httpx.TimeoutException | Pourcentage | 0 |
---|---|---|---|
Nom de fichier | searx/search/processors/online.py:116 | ||
Fonction | _send_http_request | ||
Code | response = req(params['url'], **request_args) |
Exception | searx.exceptions.SearxEngineAccessDeniedException | Pourcentage | 0 |
---|---|---|---|
Paramètre | HTTP error 403 | ||
Nom de fichier | searx/search/processors/online.py:116 | ||
Fonction | _send_http_request | ||
Code | response = req(params['url'], **request_args) |
Exception | searx.exceptions.SearxEngineCaptchaException | Pourcentage | 0 |
---|---|---|---|
Paramètre | CAPTCHA (cn-zh) | ||
Nom de fichier | searx/engines/duckduckgo.py:363 | ||
Fonction | response | ||
Code | raise SearxEngineCaptchaException(suspended_time=0, message=f"CAPTCHA ({resp.search_params['data'].get('kl')})") |
Exception | IndexError | Pourcentage | 0 |
---|---|---|---|
Nom de fichier | searx/engines/duckduckgo.py:386 | ||
Fonction | response | ||
Code | item["content"] = extract_text(eval_xpath(div_result, './/a[contains(@class, "result__snippet")]')[0]) |