Engine stats - bing images
Engine name | Scores | Result count | Response time | Reliability |
---|---|---|---|---|
bing images | 0 |
Errors and exceptions
Exception | IndexError | Percentage | 80 |
---|---|---|---|
Filename | searx/engines/bing_images.py:83 | ||
Function | response | ||
Code | img_format = result.xpath('./div[contains(@class, "img_info")]/span/text()')[0] |
Exception | IndexError | Percentage | 20 |
---|---|---|---|
Filename | searx/engines/bing_images.py:87 | ||
Function | response | ||
Code | source = result.xpath('./div[contains(@class, "img_info")]//a/text()')[0] |