Engine stats - openlibrary

Engine name Scores Result count Response time Reliability
openlibrary 0.4
1.7
85

Errors and exceptions

Exceptioncurl_cffi.requests.exceptions.TimeoutPercentage10
ParameterNoneNoneopenlibrary.org
Filenamesearx/search/processors/online.py:208
Function_send_http_request
Coderesponse = req(params["url"], **request_args) # pyright: ignore[reportArgumentType]
Exceptioncurl_cffi.requests.exceptions.TimeoutPercentage5
Filenamesearx/search/processors/online.py:208
Function_send_http_request
Coderesponse = req(params["url"], **request_args) # pyright: ignore[reportArgumentType]
Exceptioncurl_cffi.requests.exceptions.HTTPErrorPercentage0
Parameter500openlibrary.org
Filenamesearx/search/processors/online.py:208
Function_send_http_request
Coderesponse = req(params["url"], **request_args) # pyright: ignore[reportArgumentType]
Exceptioncurl_cffi.requests.exceptions.SSLErrorPercentage0
ParameterNoneNoneopenlibrary.org
Filenamesearx/search/processors/online.py:208
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)
Exceptionjson.decoder.JSONDecodeErrorPercentage0
ParameterExpecting value
Filenamesearx/engines/openlibrary.py:71
Functionresponse
Codejson_data = resp.json()