
Engine stats - startpage
Engine name | Scores | Result count | Response time | Reliability | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
startpage | 0.4 |
|
90 |
Errors and exceptions
Exception | json.decoder.JSONDecodeError | Percentage | 10 |
---|---|---|---|
Parameter | Extra data | ||
Filename | searx/engines/startpage.py:407 | ||
Function | response | ||
Code | results_json = loads(results_raw) |
Exception | TypeError | Percentage | 0 |
---|---|---|---|
Parameter | 'int' object is not iterable | ||
Filename | searx/engines/startpage.py:388 | ||
Function | _get_image_result | ||
Code | size_str = ''.join(filter(str.isdigit, result['filesize'])) |
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 | httpx.ReadTimeout | Percentage | 0 |
---|---|---|---|
Parameter | NoneNonewww.startpage.com | ||
Filename | searx/search/processors/online.py:203 | ||
Function | _send_http_request | ||
Code | response = req(params["url"], **request_args) |