
Engine stats - startpage
Engine name | Scores | Result count | Response time | Reliability |
---|---|---|---|---|
startpage | 5 |
Errors and exceptions
Exception | json.decoder.JSONDecodeError | Percentage | 65 |
---|---|---|---|
Parameter | Extra data | ||
Filename | searx/engines/startpage.py:409 | ||
Function | response | ||
Code | results_json = loads(results_raw) |
Exception | httpx.TimeoutException | Percentage | 20 |
---|---|---|---|
Filename | searx/search/processors/online.py:116 | ||
Function | _send_http_request | ||
Code | response = req(params['url'], **request_args) |
Exception | httpx.TimeoutException | Percentage | 10 |
---|---|---|---|
Filename | searx/engines/startpage.py:215 | ||
Function | get_sc_code | ||
Code | resp = get(get_sc_url, headers=headers) |