Engine stats - openstreetmap

Engine name Scores Result count Response time Reliability
openstreetmap 311.4
4
1.2
90

Errors and exceptions

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