
Engine stats - bing
| Engine name | Scores | Result count | Response time | Reliability | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| bing | 0.4 | 
 | 95 | 
Errors and exceptions
| Exception | searx.exceptions.SearxEngineAPIException | Percentage | 5 | 
|---|---|---|---|
| Parameter | Expected results to start at 11, but got results starting at 1 | ||
| Filename | searx/engines/bing.py:187 | ||
| Function | response | ||
| Code | raise SearxEngineAPIException(msg) | ||
| Exception | searx.exceptions.SearxEngineAPIException | Percentage | 0 | 
|---|---|---|---|
| Parameter | Expected results to start at 1, but got results starting at 11 | ||
| Filename | searx/engines/bing.py:187 | ||
| Function | response | ||
| Code | raise SearxEngineAPIException(msg) | ||
| Exception | searx.exceptions.SearxEngineAPIException | Percentage | 0 | 
|---|---|---|---|
| Parameter | Expected results to start at 21, but got results starting at 1 | ||
| Filename | searx/engines/bing.py:187 | ||
| Function | response | ||
| Code | raise SearxEngineAPIException(msg) | ||
| Exception | ValueError | Percentage | 0 | 
|---|---|---|---|
| Filename | searx/engines/bing.py:164 | ||
| Function | response | ||
| Code | start_str, result_len_container = re.split(r'-\d+', result_len_container) | ||