
Engine stats - quark
| Engine name | Scores | Result count | Response time | Reliability | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| quark | 0.4 |
|
80 |
Errors and exceptions
| Exception | AttributeError | Percentage | 15 |
|---|---|---|---|
| Filename | searx/engines/quark.py:329 | ||
| Function | parse_ss_doc | ||
| Code | "title": html_to_text( | ||
| Exception | searx.exceptions.SearxEngineCaptchaException | Percentage | 5 |
|---|---|---|---|
| Parameter | Alibaba CAPTCHA detected. Please try again later. (suspended_time=900) | ||
| Filename | searx/engines/quark.py:88 | ||
| Function | response | ||
| Code | raise SearxEngineCaptchaException( | ||
| Exception | httpx.ConnectTimeout | Percentage | 0 |
|---|---|---|---|
| Parameter | NoneNonequark.sm.cn | ||
| Filename | searx/search/processors/online.py:205 | ||
| Function | _send_http_request | ||
| Code | response = req(params["url"], **request_args) # pyright: ignore[reportArgumentType] | ||