
Engine stats - startpage news
| Engine name | Scores | Result count | Response time | Reliability | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| startpage news | 0.4 |
|
30 |
Errors and exceptions
| Exception | searx.exceptions.SearxEngineCaptchaException | Percentage | 45 |
|---|---|---|---|
| Parameter | CAPTCHA (suspended_time=3600) | ||
| Filename | searx/engines/startpage.py:399 | ||
| Function | response | ||
| Code | raise SearxEngineCaptchaException() | ||
| Exception | searx.exceptions.SearxEngineCaptchaException | Percentage | 25 |
|---|---|---|---|
| Parameter | get_sc_code: got redirected to https://www.startpage.com/sp/captcha (suspended_time=3600) | ||
| Filename | searx/engines/startpage.py:208 | ||
| Function | get_sc_code | ||
| Code | raise SearxEngineCaptchaException( | ||
| Exception | TypeError | Percentage | 0 |
|---|---|---|---|
| Parameter | unsupported operand type(s) for /: 'str' and 'int' | ||
| Filename | searx/engines/startpage.py:348 | ||
| Function | _get_news_result | ||
| Code | publishedDate = datetime.fromtimestamp(result["date"] / 1000) | ||