Engine stats - yahoo

Engine name Scores Result count Response time Reliability
yahoo 0.5
0.5
5

Errors and exceptions

Exceptionhttpx.RemoteProtocolErrorPercentage95
ParameterNoneNonesearch.yahoo.com
Filenamesearx/search/processors/online.py:207
Function_send_http_request
Coderesponse = req(params["url"], **request_args) # pyright: ignore[reportArgumentType]
Exceptionhttpx.ReadErrorPercentage0
ParameterNoneNonesearch.yahoo.com
Filenamesearx/search/processors/online.py:207
Function_send_http_request
Coderesponse = req(params["url"], **request_args) # pyright: ignore[reportArgumentType]
Exceptionhttpx.TimeoutExceptionPercentage0
Filenamesearx/search/processors/online.py:207
Function_send_http_request
Coderesponse = req(params["url"], **request_args) # pyright: ignore[reportArgumentType]
Exceptionlxml.etree.ParserErrorPercentage0
Filenamesearx/engines/yahoo.py:219
Functionresponse
Codedom = html.fromstring(resp.text)