
Engine stats - neosearch
| Engine name | Scores | Result count | Response time | Reliability | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| neosearch | 2.6 |
|
60 |
Errors and exceptions
| Exception | httpx.TimeoutException | Percentage | 30 |
|---|---|---|---|
| Filename | searx/search/processors/online.py:207 | ||
| Function | _send_http_request | ||
| Code | response = req(params["url"], **request_args) # pyright: ignore[reportArgumentType] | ||
| Message | timeout | Percentage | 5 |
|---|---|---|---|
| Filename | searx/search/processors/abstract.py:195 | ||
| Function | handle_exception | ||
| Code | count_error(self.engine.name, exception_or_message) | ||
| Exception | TypeError | Percentage | 5 |
|---|---|---|---|
| Parameter | 'NoneType' object is not iterable | ||
| Filename | searx/engines/neosearch.py:62 | ||
| Function | response | ||
| Code | for suggestion in json_resp.get("suggestions", []): | ||