
Engine stats - bing
| Engine name | Scores | Result count | Response time | Reliability | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| bing | 0.8 |
|
100 |
Errors and exceptions
| Exception | searx.exceptions.SearxEngineAPIException | Percentage | 0 |
|---|---|---|---|
| Parameter | Expected results to start at 1, but got results starting at 181 | ||
| Filename | searx/engines/bing.py:191 | ||
| Function | response | ||
| Code | raise SearxEngineAPIException(msg) | ||
| Exception | httpx.ConnectTimeout | Percentage | 0 |
|---|---|---|---|
| Parameter | NoneNonewww.bing.com | ||
| 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 45 | ||
| 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 23 | ||
| 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) | ||