
Engine stats - brave.images
| Engine name | Scores | Result count | Response time | Reliability | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| brave.images | 0.1 |
|
20 |
Errors and exceptions
| Exception | ValueError | Percentage | 80 |
|---|---|---|---|
| Filename | searx/engines/brave.py:262 | ||
| Function | parse_data_string | ||
| Code | start = resp.text[kit_start:].index('data: [{"type":"data"') | ||
| Exception | json.decoder.JSONDecodeError | Percentage | 0 |
|---|---|---|---|
| Parameter | Extra data | ||
| Filename | searx/engines/brave.py:279 | ||
| Function | parse_data_string | ||
| Code | json_data = js_variable_to_python(resp.text[start:end]) | ||
| Exception | httpx.TimeoutException | Percentage | 0 |
|---|---|---|---|
| Filename | searx/search/processors/online.py:116 | ||
| Function | _send_http_request | ||
| Code | response = req(params['url'], **request_args) | ||