Engine stats - openstreetmap

Engine name Scores Result count Response time Reliability
openstreetmap 1.3
10
2.8
40

Errors and exceptions

Exceptionhttpx.TimeoutExceptionPercentage40
Filenamesearx/engines/wikidata.py:473
Functionsend_wikidata_query
Codehttp_response = get(SPARQL_ENDPOINT_URL + "?" + urlencode({"query": query}), headers=get_headers(), **kwargs)
MessagetimeoutPercentage10
Filenamesearx/search/processors/abstract.py:188
Functionhandle_exception
Codecount_error(self.engine.name, exception_or_message)
Exceptionsearx.exceptions.SearxEngineAccessDeniedExceptionPercentage10
ParameterHTTP error 403 (suspended_time=180)
Filenamesearx/engines/wikidata.py:473
Functionsend_wikidata_query
Codehttp_response = get(SPARQL_ENDPOINT_URL + "?" + urlencode({"query": query}), headers=get_headers(), **kwargs)