
Engine stats - gmx
| Engine name | Scores | Result count | Response time | Reliability | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| gmx | 1.5 |
|
70 |
Errors and exceptions
| Exception | searx.exceptions.SearxEngineCaptchaException | Percentage | 20 |
|---|---|---|---|
| Parameter | CAPTCHA (suspended_time=3600) | ||
| Filename | searx/engines/gmx.py:48 | ||
| Function | _get_page_hash | ||
| Code | raise SearxEngineCaptchaException() | ||
| Exception | httpx.ConnectTimeout | Percentage | 10 |
|---|---|---|---|
| Parameter | NoneNonesearch.gmx.com | ||
| Filename | searx/engines/gmx.py:43 | ||
| Function | _get_page_hash | ||
| Code | resp = get(f"{base_url}/web/result?q={query}&page={page}", headers=headers) | ||
| Exception | KeyError | Percentage | 0 |
|---|---|---|---|
| Filename | searx/engines/gmx.py:93 | ||
| Function | response | ||
| Code | for result in results["hits"]: | ||
| Exception | json.decoder.JSONDecodeError | Percentage | 0 |
|---|---|---|---|
| Parameter | Expecting value | ||
| Filename | searx/engines/gmx.py:88 | ||
| Function | response | ||
| Code | results = resp.json()["results"] | ||