Engine stats - openstreetmap

Engine name Scores Result count Response time Reliability
openstreetmap 0

Errors and exceptions

Exceptionsearx.exceptions.SearxEngineAccessDeniedExceptionPercentage60
ParameterHTTP error 403 (suspended_time=180)
Filenamesearx/engines/wikidata.py:156
Functionsend_wikidata_query
Codehttp_response = get(SPARQL_ENDPOINT_URL + '?' + urlencode({'query': query}), headers=get_headers(), **kwargs)
Exceptionhttpx.TimeoutExceptionPercentage20
Filenamesearx/search/processors/online.py:205
Function_send_http_request
Coderesponse = req(params["url"], **request_args) # pyright: ignore[reportArgumentType]
Exceptionhttpx.TimeoutExceptionPercentage20
Filenamesearx/engines/wikidata.py:156
Functionsend_wikidata_query
Codehttp_response = get(SPARQL_ENDPOINT_URL + '?' + urlencode({'query': query}), headers=get_headers(), **kwargs)