
Engine stats - yep
| Engine name | Scores | Result count | Response time | Reliability |
|---|---|---|---|---|
| yep | 5 |
Errors and exceptions
| Exception | httpx.HTTPStatusError | Percentage | 95 |
|---|---|---|---|
| Parameter | 400Bad Requestapi.yep.com | ||
| Filename | searx/search/processors/online.py:205 | ||
| Function | _send_http_request | ||
| Code | response = req(params["url"], **request_args) # pyright: ignore[reportArgumentType] | ||
| Exception | UnicodeDecodeError | Percentage | 0 |
|---|---|---|---|
| Filename | searx/engines/yep.py:70 | ||
| Function | response | ||
| Code | for result in resp.json()[1]['results']: | ||
| Exception | searx.exceptions.SearxEngineAccessDeniedException | Percentage | 0 |
|---|---|---|---|
| Parameter | HTTP error 403 (suspended_time=60) | ||
| Filename | searx/search/processors/online.py:205 | ||
| Function | _send_http_request | ||
| Code | response = req(params["url"], **request_args) # pyright: ignore[reportArgumentType] | ||