
Engine stats - brave.videos
| Engine name | Scores | Result count | Response time | Reliability | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| brave.videos | 0.3 |
|
55 |
Errors and exceptions
| Exception | searx.exceptions.SearxEngineTooManyRequestsException | Percentage | 45 |
|---|---|---|---|
| Parameter | Too many request (suspended_time=60) | ||
| Filename | searx/search/processors/online.py:205 | ||
| Function | _send_http_request | ||
| Code | response = req(params["url"], **request_args) # pyright: ignore[reportArgumentType] | ||
| Exception | json.decoder.JSONDecodeError | Percentage | 0 |
|---|---|---|---|
| Parameter | Invalid \escape | ||
| Filename | searx/engines/brave.py:260 | ||
| Function | extract_json_data | ||
| Code | data: dict[str, t.Any] = json.loads(json_str) | ||