
Engine stats - yacy
| Engine name | Scores | Result count | Response time | Reliability | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| yacy | 0.6 |
|
95 |
Errors and exceptions
| Exception | httpx.HTTPStatusError | Percentage | 5 |
|---|---|---|---|
| Parameter | 502Proxy Erroryacy.prosilient.de | ||
| Filename | searx/search/processors/online.py:205 | ||
| Function | _send_http_request | ||
| Code | response = req(params["url"], **request_args) # pyright: ignore[reportArgumentType] | ||
| Exception | httpx.HTTPStatusError | Percentage | 0 |
|---|---|---|---|
| Parameter | 503Service Unavailableyacy.prosilient.de | ||
| Filename | searx/search/processors/online.py:205 | ||
| Function | _send_http_request | ||
| Code | response = req(params["url"], **request_args) # pyright: ignore[reportArgumentType] | ||
| Exception | json.decoder.JSONDecodeError | Percentage | 0 |
|---|---|---|---|
| Parameter | Invalid control character at | ||
| Filename | searx/engines/yacy.py:152 | ||
| Function | response | ||
| Code | raw_search_results = loads(resp.text) | ||
| Exception | httpx.ReadTimeout | Percentage | 0 |
|---|---|---|---|
| Parameter | NoneNoneyacy.prosilient.de | ||
| Filename | searx/search/processors/online.py:205 | ||
| Function | _send_http_request | ||
| Code | response = req(params["url"], **request_args) # pyright: ignore[reportArgumentType] | ||
| Exception | json.decoder.JSONDecodeError | Percentage | 0 |
|---|---|---|---|
| Parameter | Expecting value | ||
| Filename | searx/engines/yacy.py:152 | ||
| Function | response | ||
| Code | raw_search_results = loads(resp.text) | ||
| Exception | dateutil.parser._parser.ParserError | Percentage | 0 |
|---|---|---|---|
| Filename | searx/engines/yacy.py:189 | ||
| Function | response | ||
| Code | publishedDate = parser.parse(result['pubDate']) | ||