
Engine stats - piped
| Engine name | Scores | Result count | Response time | Reliability |
|---|---|---|---|---|
| piped | -5 |
Errors and exceptions
| Exception | httpx.HTTPStatusError | Percentage | 45 |
|---|---|---|---|
| Parameter | 502Bad Gatewaypipedapi.kavin.rocks | ||
| Filename | searx/search/processors/online.py:210 | ||
| Function | _send_http_request | ||
| Code | response = req(params["url"], **request_args) # pyright: ignore[reportArgumentType] | ||
| Exception | httpx.HTTPStatusError | Percentage | 45 |
|---|---|---|---|
| Parameter | 502Bad Gatewaypipedapi-libre.kavin.rocks | ||
| Filename | searx/search/processors/online.py:210 | ||
| Function | _send_http_request | ||
| Code | response = req(params["url"], **request_args) # pyright: ignore[reportArgumentType] | ||
| Exception | json.decoder.JSONDecodeError | Percentage | 15 |
|---|---|---|---|
| Parameter | Expecting value | ||
| Filename | searx/engines/piped.py:133 | ||
| Function | response | ||
| Code | json = resp.json() | ||