Engine stats - gigablast
| Engine name | Scores | Result count | Response time | Reliability |
|---|---|---|---|---|
| gigablast | 5 |
Errors and exceptions
| Exception | httpx.TimeoutException | Percentage | 65 |
|---|---|---|---|
| Filename | searx/engines/gigablast.py:56 | ||
| Function | fetch_extra_param | ||
| Code | text = get(base_url + extra_param_path, headers=headers).text | ||
| Exception | httpx.ConnectError | Percentage | 15 |
|---|---|---|---|
| Parameter | NoneNonegigablast.com | ||
| Filename | searx/engines/gigablast.py:56 | ||
| Function | fetch_extra_param | ||
| Code | text = get(base_url + extra_param_path, headers=headers).text | ||
| Exception | httpx.TimeoutException | Percentage | 15 |
|---|---|---|---|
| Filename | searx/search/processors/online.py:96 | ||
| Function | _send_http_request | ||
| Code | response = req(params['url'], **request_args) | ||