
Engine stats - startpage
| Engine name | Scores | Result count | Response time | Reliability | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| startpage | 1.4 |
|
65 |
Errors and exceptions
| Exception | httpx.TimeoutException | Percentage | 15 |
|---|---|---|---|
| Filename | searx/engines/startpage.py:211 | ||
| Function | get_sc_code | ||
| Code | resp = get(get_sc_url, headers=headers) | ||
| Exception | httpx.TimeoutException | Percentage | 15 |
|---|---|---|---|
| Filename | searx/search/processors/online.py:210 | ||
| Function | _send_http_request | ||
| Code | response = req(params["url"], **request_args) # pyright: ignore[reportArgumentType] | ||
| Exception | TypeError | Percentage | 5 |
|---|---|---|---|
| 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'])) | ||