
Engine stats - duckduckgo web
| Engine name | Scores | Result count | Response time | Reliability | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| duckduckgo web | 1.8 |
|
90 |
Errors and exceptions
| Exception | json.decoder.JSONDecodeError | Percentage | 10 |
|---|---|---|---|
| Parameter | Expecting value | ||
| Filename | searx/engines/duckduckgo_web.py:137 | ||
| Function | response | ||
| Code | res_json = resp.json() | ||
| Exception | ValueError | Percentage | 0 |
|---|---|---|---|
| Filename | searx/search/processors/abstract.py:210 | ||
| Function | _extend_container_basic | ||
| Code | result_container.extend(self.engine.name, search_results) | ||
| Exception | KeyError | Percentage | 0 |
|---|---|---|---|
| Filename | searx/engines/duckduckgo_web.py:139 | ||
| Function | response | ||
| Code | for result in res_json["results"]: | ||