
Engine stats - startpage
| Engine name | Scores | Result count | Response time | Reliability | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| startpage | 0.3 | 
 | 20 | 
Errors and exceptions
| Exception | json.decoder.JSONDecodeError | Percentage | 75 | 
|---|---|---|---|
| Parameter | Extra data | ||
| Filename | searx/engines/startpage.py:407 | ||
| Function | response | ||
| Code | results_json = loads(results_raw) | ||
| Exception | httpx.UnsupportedProtocol | Percentage | 5 | 
|---|---|---|---|
| Parameter | NoneNonelocalhost | ||
| Filename | searx/engines/startpage.py:211 | ||
| Function | get_sc_code | ||
| Code | resp = get(get_sc_url, headers=headers) | ||
| Exception | json.decoder.JSONDecodeError | Percentage | 0 | 
|---|---|---|---|
| Parameter | Unterminated string starting at | ||
| Filename | searx/engines/startpage.py:407 | ||
| Function | response | ||
| Code | results_json = loads(results_raw) | ||
| Exception | httpx.TimeoutException | Percentage | 0 | 
|---|---|---|---|
| Filename | searx/search/processors/online.py:203 | ||
| Function | _send_http_request | ||
| Code | response = req(params["url"], **request_args) | ||
| Exception | searx.exceptions.SearxEngineCaptchaException | Percentage | 0 | 
|---|---|---|---|
| Parameter | get_sc_code: got redirected to https://www.startpage.com/sp/captcha (suspended_time=86400) | ||
| Filename | searx/engines/startpage.py:218 | ||
| Function | get_sc_code | ||
| Code | raise SearxEngineCaptchaException( | ||
| Exception | babel.core.UnknownLocaleError | Percentage | 0 | 
|---|---|---|---|
| Filename | searx/engines/startpage.py:196 | ||
| Function | get_sc_code | ||
| Code | locale = babel.Locale.parse(searxng_locale, sep='-') | ||