Engine stats - openstreetmap

Engine name Scores Result count Response time Reliability
openstreetmap 434.8
4
1.2
95

Errors and exceptions

ExceptionAttributeErrorPercentage5
Filenamesearx/engines/openstreetmap.py:333
Functionget_img_src
Codeif not img_src and result.get('extratags', {}).get('image'):
Exceptionhttpx.TimeoutExceptionPercentage0
Filenamesearx/search/processors/online.py:96
Function_send_http_request
Coderesponse = req(params['url'], **request_args)
Exceptionhttpx.TimeoutExceptionPercentage0
Filenamesearx/engines/wikidata.py:138
Functionsend_wikidata_query
Codehttp_response = get(SPARQL_ENDPOINT_URL + '?' + urlencode({'query': query}), headers=get_headers())