
Engine stats - fastbot
| Engine name | Scores | Result count | Response time | Reliability | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| fastbot | 2.6 |
|
65 |
Errors and exceptions
| Exception | httpx.ReadTimeout | Percentage | 30 |
|---|---|---|---|
| Parameter | NoneNonefastbot.de | ||
| Filename | searx/search/processors/online.py:207 | ||
| Function | _send_http_request | ||
| Code | response = req(params["url"], **request_args) # pyright: ignore[reportArgumentType] | ||
| Exception | ValueError | Percentage | 5 |
|---|---|---|---|
| Filename | searx/engines/xpath.py:295 | ||
| Function | response | ||
| Code | url = extract_url(eval_xpath(result, url_xpath), search_url) | ||
| Exception | httpx.HTTPStatusError | Percentage | 0 |
|---|---|---|---|
| Parameter | 502Bad Gatewayfastbot.de | ||
| Filename | searx/engines/xpath.py:285 | ||
| Function | response | ||
| Code | raise_for_httperror(resp) | ||
| Exception | httpx.TimeoutException | Percentage | 0 |
|---|---|---|---|
| Filename | searx/search/processors/online.py:207 | ||
| Function | _send_http_request | ||
| Code | response = req(params["url"], **request_args) # pyright: ignore[reportArgumentType] | ||
| Message | timeout | Percentage | 0 |
|---|---|---|---|
| Filename | searx/search/processors/abstract.py:195 | ||
| Function | handle_exception | ||
| Code | count_error(self.engine.name, exception_or_message) | ||