
Engine stats - library of congress
| Engine name | Scores | Result count | Response time | Reliability |
|---|---|---|---|---|
| library of congress | 0 |
Errors and exceptions
| Exception | json.decoder.JSONDecodeError | Percentage | 65 |
|---|---|---|---|
| Parameter | Expecting value | ||
| Filename | searx/engines/loc.py:49 | ||
| Function | response | ||
| Code | json_data = resp.json() | ||
| Exception | httpx.TimeoutException | Percentage | 35 |
|---|---|---|---|
| Filename | searx/search/processors/online.py:205 | ||
| Function | _send_http_request | ||
| Code | response = req(params["url"], **request_args) # pyright: ignore[reportArgumentType] | ||