Engine stats - wikidata

Engine name Scores Result count Response time Reliability
wikidata
1.4
60

Errors and exceptions

Exceptionhttpx.TimeoutExceptionPercentage30
Filenamesearx/search/processors/online.py:207
Function_send_http_request
Coderesponse = req(params["url"], **request_args) # pyright: ignore[reportArgumentType]
Exceptionsearx.exceptions.SearxEngineAccessDeniedExceptionPercentage5
ParameterHTTP error 403 (suspended_time=86400)
Filenamesearx/search/processors/online.py:207
Function_send_http_request
Coderesponse = req(params["url"], **request_args) # pyright: ignore[reportArgumentType]
Exceptionhttpx.HTTPStatusErrorPercentage5
Parameter502Bad Gatewayquery.wikidata.org
Filenamesearx/search/processors/online.py:207
Function_send_http_request
Coderesponse = req(params["url"], **request_args) # pyright: ignore[reportArgumentType]
Exceptionsearx.exceptions.SearxEngineTooManyRequestsExceptionPercentage0
ParameterToo many request (suspended_time=3600)
Filenamesearx/search/processors/online.py:207
Function_send_http_request
Coderesponse = req(params["url"], **request_args) # pyright: ignore[reportArgumentType]
MessagetimeoutPercentage0
Filenamesearx/search/processors/abstract.py:195
Functionhandle_exception
Codecount_error(self.engine.name, exception_or_message)