
Engine stats - bing images
| Engine name | Scores | Result count | Response time | Reliability | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| bing images | 0.3 |
|
55 |
Errors and exceptions
| Exception | lxml.etree.ParserError | Percentage | 40 |
|---|---|---|---|
| Filename | searx/engines/bing_images.py:84 | ||
| Function | response | ||
| Code | dom = html.fromstring(resp.text) | ||
| Exception | httpx.ConnectTimeout | Percentage | 5 |
|---|---|---|---|
| Parameter | NoneNonewww.bing.com | ||
| Filename | searx/search/processors/online.py:116 | ||
| Function | _send_http_request | ||
| Code | response = req(params['url'], **request_args) | ||
| Exception | TypeError | Percentage | 0 |
|---|---|---|---|
| Parameter | object of type 'NoneType' has no len() | ||
| Filename | searx/search/processors/abstract.py:110 | ||
| Function | _extend_container_basic | ||
| Code | result_container.extend(self.engine_name, search_results) | ||