
Engine stats - brave
| Engine name | Scores | Result count | Response time | Reliability | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| brave | 0.5 |
|
35 |
Errors and exceptions
| Exception | searx.exceptions.SearxEngineTooManyRequestsException | Percentage | 60 |
|---|---|---|---|
| Parameter | Too many request (suspended_time=180) | ||
| Filename | searx/search/processors/online.py:205 | ||
| Function | _send_http_request | ||
| Code | response = req(params["url"], **request_args) # pyright: ignore[reportArgumentType] | ||
| Exception | lxml.etree.ParserError | Percentage | 5 |
|---|---|---|---|
| Filename | /nix/store/5vjnib7qcq0fckfjmy09zbjj50c8wa3y-searxng-0-unstable-2026-02-22/lib/python3.13/site-packages/searx/engines/brave.py:292 | ||
| Function | _parse_search | ||
| Code | dom = html.fromstring(resp.text) | ||