
Engine stats - startpage
| Engine name | Scores | Result count | Response time | Reliability | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| startpage | 1.2 |
|
95 |
Errors and exceptions
| Exception | httpx.TimeoutException | Percentage | 5 |
|---|---|---|---|
| Filename | searx/search/processors/online.py:203 | ||
| Function | _send_http_request | ||
| Code | response = req(params["url"], **request_args) | ||
| 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 | httpx.UnsupportedProtocol | Percentage | 0 |
|---|---|---|---|
| Parameter | NoneNonelocalhost | ||
| Filename | searx/engines/startpage.py:211 | ||
| Function | get_sc_code | ||
| Code | resp = get(get_sc_url, headers=headers) | ||
| Exception | json.decoder.JSONDecodeError | Percentage | 0 |
|---|---|---|---|
| Parameter | Extra data | ||
| Filename | searx/engines/startpage.py:407 | ||
| Function | response | ||
| Code | results_json = loads(results_raw) | ||
| Exception | httpx.TimeoutException | Percentage | 0 |
|---|---|---|---|
| Filename | searx/engines/startpage.py:211 | ||
| Function | get_sc_code | ||
| Code | resp = get(get_sc_url, headers=headers) | ||
| Message | timeout | Percentage | 0 |
|---|---|---|---|
| Filename | searx/search/processors/abstract.py:185 | ||
| Function | handle_exception | ||
| Code | count_error(self.engine.name, exception_or_message) | ||