
Engine stats - startpage
| Engine name | Scores | Result count | Response time | Reliability | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| startpage | 0.6 |
|
95 |
Errors and exceptions
| Exception | httpx.ConnectTimeout | Percentage | 5 |
|---|---|---|---|
| Parameter | NoneNonewww.startpage.com | ||
| 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: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'])) | ||