
Engine stats - startpage
| Engine name | Scores | Result count | Response time | Reliability | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| startpage | 2.1 |
|
60 |
Errors and exceptions
| Exception | searx.exceptions.SearxEngineCaptchaException | Percentage | 30 |
|---|---|---|---|
| Parameter | get_sc_code: [PR-695] querying new sc timestamp failed! (https://www.startpage.com/) (suspended_time=60) | ||
| Filename | searx/engines/startpage.py:219 | ||
| Function | get_sc_code | ||
| Code | raise SearxEngineCaptchaException( | ||
| Exception | json.decoder.JSONDecodeError | Percentage | 10 |
|---|---|---|---|
| Parameter | Extra data | ||
| Filename | searx/engines/startpage.py:409 | ||
| Function | response | ||
| Code | results_json = loads(results_raw) | ||
| Exception | curl_cffi.requests.exceptions.Timeout | Percentage | 0 |
|---|---|---|---|
| Parameter | NoneNonewww.startpage.com | ||
| Filename | searx/search/processors/online.py:208 | ||
| Function | _send_http_request | ||
| Code | response = req(params["url"], **request_args) # pyright: ignore[reportArgumentType] | ||