Engine stats - duckduckgo
| Engine name | Scores | Result count | Response time | Reliability |
|---|---|---|---|---|
| duckduckgo | -5 |
Errors and exceptions
| Exception | httpx.TimeoutException | Percentage | 95 |
|---|---|---|---|
| Filename | searx/search/processors/online.py:96 | ||
| Function | _send_http_request | ||
| Code | response = req(params['url'], **request_args) | ||
| Exception | searx.exceptions.SearxEngineAccessDeniedException | Percentage | 5 |
|---|---|---|---|
| Parameter | HTTP error 403 | ||
| Filename | searx/search/processors/online.py:96 | ||
| Function | _send_http_request | ||
| Code | response = req(params['url'], **request_args) | ||
| Exception | httpx.TimeoutException | Percentage | 5 |
|---|---|---|---|
| Filename | searx/engines/duckduckgo.py:121 | ||
| Function | response | ||
| Code | get(url_ping, headers=headers_ping) | ||