Engine stats - yacy

Engine name Scores Result count Response time Reliability
yacy 0.4
1.9
10

Errors and exceptions

Exceptionhttpx.ReadTimeoutPercentage75
ParameterNoneNoneyacy.searchlab.eu
Filenamesearx/search/processors/online.py:205
Function_send_http_request
Coderesponse = req(params["url"], **request_args) # pyright: ignore[reportArgumentType]
Exceptionhttpx.HTTPStatusErrorPercentage10
Parameter502Bad Gatewayyacy.searchlab.eu
Filenamesearx/search/processors/online.py:205
Function_send_http_request
Coderesponse = req(params["url"], **request_args) # pyright: ignore[reportArgumentType]
Exceptionhttpx.TimeoutExceptionPercentage5
Filenamesearx/search/processors/online.py:205
Function_send_http_request
Coderesponse = req(params["url"], **request_args) # pyright: ignore[reportArgumentType]
Exceptionjson.decoder.JSONDecodeErrorPercentage0
ParameterExpecting value
Filenamesearx/engines/yacy.py:152
Functionresponse
Coderaw_search_results = loads(resp.text)
MessagetimeoutPercentage0
Filenamesearx/search/processors/abstract.py:185
Functionhandle_exception
Codecount_error(self.engine.name, exception_or_message)