
Engine stats - presearch
Engine name | Scores | Result count | Response time | Reliability |
---|---|---|---|---|
presearch | 0 |
Errors and exceptions
Exception | json.decoder.JSONDecodeError | Percentage | 90 |
---|---|---|---|
Parameter | Expecting value | ||
Filename | searx/engines/presearch.py:247 | ||
Function | response | ||
Code | json_resp = resp.json() |
Exception | searx.exceptions.SearxEngineAccessDeniedException | Percentage | 10 |
---|---|---|---|
Parameter | HTTP error 403 | ||
Filename | searx/engines/presearch.py:140 | ||
Function | _get_request_id | ||
Code | resp_text = get(url, headers=headers).text # type: ignore |