Engine stats - yacy

Engine name Scores Result count Response time Reliability
yacy 0.6
0.8
95

Errors and exceptions

Exceptionhttpx.HTTPStatusErrorPercentage5
Parameter502Proxy Erroryacy.prosilient.de
Filenamesearx/search/processors/online.py:205
Function_send_http_request
Coderesponse = req(params["url"], **request_args) # pyright: ignore[reportArgumentType]
Exceptionhttpx.HTTPStatusErrorPercentage0
Parameter503Service Unavailableyacy.prosilient.de
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)