
Engine stats - bilibili
| Engine name | Scores | Result count | Response time | Reliability |
|---|---|---|---|---|
| bilibili | 0 |
Errors and exceptions
| Exception | json.decoder.JSONDecodeError | Percentage | 90 |
|---|---|---|---|
| Parameter | Expecting value | ||
| Filename | searx/engines/bilibili.py:61 | ||
| Function | response | ||
| Code | search_res = resp.json() | ||
| Exception | httpx.HTTPStatusError | Percentage | 10 |
|---|---|---|---|
| Parameter | 412Precondition Failedapi.bilibili.com | ||
| Filename | searx/search/processors/online.py:205 | ||
| Function | _send_http_request | ||
| Code | response = req(params["url"], **request_args) # pyright: ignore[reportArgumentType] | ||