
Engine stats - startpage news
| Engine name | Scores | Result count | Response time | Reliability | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| startpage news | 0.5 |
|
45 |
Errors and exceptions
| Exception | searx.exceptions.SearxEngineCaptchaException | Percentage | 50 |
|---|---|---|---|
| Parameter | CAPTCHA (suspended_time=3600) | ||
| Filename | searx/engines/startpage.py:399 | ||
| Function | response | ||
| Code | raise SearxEngineCaptchaException() | ||
| Exception | TypeError | Percentage | 5 |
|---|---|---|---|
| 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) | ||