
Engine stats - gmx
| Engine name | Scores | Result count | Response time | Reliability | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| gmx | 1.4 |
|
25 |
Errors and exceptions
| Exception | json.decoder.JSONDecodeError | Percentage | 75 |
|---|---|---|---|
| Parameter | Expecting value | ||
| Filename | searx/engines/gmx.py:81 | ||
| Function | response | ||
| Code | results = resp.json()["results"] | ||
| Exception | httpx.TimeoutException | Percentage | 0 |
|---|---|---|---|
| Filename | searx/engines/gmx.py:41 | ||
| Function | _get_page_hash | ||
| Code | resp = get(f"{base_url}/web/result?q={query}&page={page}", headers=headers) | ||