Engine stats - startpage

Engine name Scores Result count Response time Reliability
startpage 0.7
10
2.0
65

Errors and exceptions

Exceptionsearx.exceptions.SearxEngineCaptchaExceptionPercentage35
Parameterget_sc_code: got redirected to https://www.startpage.com/sp/captcha (suspended_time=3600)
Filenamesearx/engines/startpage.py:209
Functionget_sc_code
Coderaise SearxEngineCaptchaException(
MessagetimeoutPercentage0
Filenamesearx/search/processors/abstract.py:188
Functionhandle_exception
Codecount_error(self.engine.name, exception_or_message)
Exceptionhttpx.TimeoutExceptionPercentage0
Filenamesearx/search/processors/online.py:207
Function_send_http_request
Coderesponse = req(params["url"], **request_args) # pyright: ignore[reportArgumentType]