
Engine stats - startpage
Engine name | Scores | Result count | Response time | Reliability | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
startpage | 0.6 |
|
0 |
Errors and exceptions
Exception | json.decoder.JSONDecodeError | Percentage | 100 |
---|---|---|---|
Parameter | Extra data | ||
Filename | searx/engines/startpage.py:417 | ||
Function | response | ||
Code | results_json = loads(results_raw) |
Exception | httpx.ConnectTimeout | Percentage | 0 |
---|---|---|---|
Parameter | NoneNonewww.startpage.com | ||
Filename | searx/search/processors/online.py:116 | ||
Function | _send_http_request | ||
Code | response = req(params['url'], **request_args) |
Exception | sqlite3.OperationalError | Percentage | 0 |
---|---|---|---|
Filename | searx/engines/startpage.py:245 | ||
Function | get_sc_code | ||
Code | CACHE.set(key="SC_CODE", value=sc_code, expire=sc_code_cache_sec) |
Exception | sqlite3.OperationalError | Percentage | 0 |
---|---|---|---|
Filename | searx/engines/startpage.py:192 | ||
Function | get_sc_code | ||
Code | sc_code = CACHE.get("SC_CODE", "") |
Exception | httpx.TimeoutException | Percentage | 0 |
---|---|---|---|
Filename | searx/search/processors/online.py:116 | ||
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 | ||
Filename | searx/engines/startpage.py:229 | ||
Function | get_sc_code | ||
Code | raise SearxEngineCaptchaException( |
Exception | babel.core.UnknownLocaleError | Percentage | 0 |
---|---|---|---|
Filename | searx/engines/startpage.py:207 | ||
Function | get_sc_code | ||
Code | locale = babel.Locale.parse(searxng_locale, sep='-') |
Exception | httpx.UnsupportedProtocol | Percentage | 0 |
---|---|---|---|
Parameter | NoneNonelocalhost | ||
Filename | searx/engines/startpage.py:222 | ||
Function | get_sc_code | ||
Code | resp = get(get_sc_url, headers=headers) |