
Engine stats - yandex
| Engine name | Scores | Result count | Response time | Reliability | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| yandex | 0.6 |
|
20 |
Errors and exceptions
| Exception | searx.exceptions.SearxEngineCaptchaException | Percentage | 75 |
|---|---|---|---|
| Parameter | CAPTCHA (suspended_time=60) | ||
| Filename | searx/engines/yandex.py:53 | ||
| Function | catch_bad_response | ||
| Code | raise SearxEngineCaptchaException() | ||
| Exception | httpx.HTTPStatusError | Percentage | 5 |
|---|---|---|---|
| Parameter | 404Not foundyandex.com | ||
| Filename | searx/search/processors/online.py:210 | ||
| Function | _send_http_request | ||
| Code | response = req(params["url"], **request_args) # pyright: ignore[reportArgumentType] | ||