
Engine stats - openstreetmap
Engine name | Scores | Result count | Response time | Reliability | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
openstreetmap |
311.4
Scores per result: 1.124 |
|
90 |
Errors and exceptions
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'): |
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 | httpx.TimeoutException | Percentage | 0 |
---|---|---|---|
Filename | searx/search/processors/online.py:96 | ||
Function | _send_http_request | ||
Code | response = req(params['url'], **request_args) |