
Engine stats - bing
| Engine name | Scores | Result count | Response time | Reliability | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| bing | 0.5 |
|
100 |
Errors and exceptions
| Exception | searx.exceptions.SearxEngineAPIException | Percentage | 0 |
|---|---|---|---|
| Parameter | Expected results to start at 1, but got results starting at 29 | ||
| Filename | searx/engines/bing.py:191 | ||
| Function | response | ||
| Code | raise SearxEngineAPIException(msg) | ||
| Exception | searx.exceptions.SearxEngineAPIException | Percentage | 0 |
|---|---|---|---|
| Parameter | Expected results to start at 1, but got results starting at 19 | ||
| Filename | searx/engines/bing.py:191 | ||
| Function | response | ||
| Code | raise SearxEngineAPIException(msg) | ||
| Exception | searx.exceptions.SearxEngineAPIException | Percentage | 0 |
|---|---|---|---|
| Parameter | Expected results to start at 1, but got results starting at 51 | ||
| Filename | searx/engines/bing.py:191 | ||
| Function | response | ||
| Code | raise SearxEngineAPIException(msg) | ||
| Exception | httpx.TimeoutException | Percentage | 0 |
|---|---|---|---|
| Filename | searx/search/processors/online.py:116 | ||
| Function | _send_http_request | ||
| Code | response = req(params['url'], **request_args) | ||
| Exception | searx.exceptions.SearxEngineAPIException | Percentage | 0 |
|---|---|---|---|
| Parameter | Expected results to start at 1, but got results starting at 8 | ||
| Filename | searx/engines/bing.py:191 | ||
| Function | response | ||
| Code | raise SearxEngineAPIException(msg) | ||
| Exception | lxml.etree.ParserError | Percentage | 0 |
|---|---|---|---|
| Filename | searx/engines/bing.py:128 | ||
| Function | response | ||
| Code | dom = html.fromstring(resp.text) | ||
| Exception | ValueError | Percentage | 0 |
|---|---|---|---|
| Filename | searx/engines/bing.py:168 | ||
| Function | response | ||
| Code | start_str, result_len_container = re.split(r'-\d+', result_len_container) | ||