Engine stats - openstreetmap
Engine name | Scores | Result count | Response time | Reliability | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
openstreetmap |
200.4
Scores per result: 1.049 |
|
90 |
Errors and exceptions
Exception | httpx.TimeoutException | Percentage | 5 |
---|---|---|---|
Filename | searx/engines/wikidata.py:138 | ||
Function | send_wikidata_query | ||
Code | http_response = get(SPARQL_ENDPOINT_URL + '?' + urlencode({'query': query}), headers=get_headers()) |
Exception | AttributeError | Percentage | 5 |
---|---|---|---|
Filename | searx/engines/openstreetmap.py:333 | ||
Function | get_img_src | ||
Code | if not img_src and result.get('extratags', {}).get('image'): |