
Engine stats - startpage
Engine name | Scores | Result count | Response time | Reliability | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
startpage | 1.8 |
|
70 |
Errors and exceptions
Exception | json.decoder.JSONDecodeError | Percentage | 25 |
---|---|---|---|
Parameter | Extra data | ||
Filename | searx/engines/startpage.py:414 | ||
Function | response | ||
Code | results_json = loads(results_raw) |
Exception | searx.exceptions.SearxEngineCaptchaException | Percentage | 5 |
---|---|---|---|
Parameter | get_sc_code: got redirected to https://www.startpage.com/sp/captcha | ||
Filename | searx/engines/startpage.py:225 | ||
Function | get_sc_code | ||
Code | raise SearxEngineCaptchaException( |
Exception | TypeError | Percentage | 0 |
---|---|---|---|
Parameter | 'int' object is not iterable | ||
Filename | searx/engines/startpage.py:395 | ||
Function | _get_image_result | ||
Code | size_str = ''.join(filter(str.isdigit, result['filesize'])) |