
Engine stats - google images
| Engine name | Scores | Result count | Response time | Reliability |
|---|---|---|---|---|
| google images | 0 |
Errors and exceptions
| Exception | searx.exceptions.SearxEngineAccessDeniedException | Percentage | 80 |
|---|---|---|---|
| Parameter | HTTP error 403 (suspended_time=180) | ||
| Filename | searx/search/processors/online.py:205 | ||
| Function | _send_http_request | ||
| Code | response = req(params["url"], **request_args) # pyright: ignore[reportArgumentType] | ||
| Exception | searx.exceptions.SearxEngineCaptchaException | Percentage | 20 |
|---|---|---|---|
| Parameter | CAPTCHA (suspended_time=3600) | ||
| Filename | searx/engines/google.py:298 | ||
| Function | detect_google_sorry | ||
| Code | raise SearxEngineCaptchaException() | ||