
Engine stats - gmx
| Engine name | Scores | Result count | Response time | Reliability | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| gmx | 4.5 |
|
50 |
Errors and exceptions
| Exception | searx.exceptions.SearxEngineCaptchaException | Percentage | 35 |
|---|---|---|---|
| Parameter | CAPTCHA (suspended_time=3600) | ||
| Filename | searx/engines/gmx.py:48 | ||
| Function | _get_page_hash | ||
| Code | raise SearxEngineCaptchaException() | ||
| Exception | json.decoder.JSONDecodeError | Percentage | 15 |
|---|---|---|---|
| Parameter | Expecting value | ||
| Filename | searx/engines/gmx.py:88 | ||
| Function | response | ||
| Code | results = resp.json()["results"] | ||