Engine stats - wikipedia
Engine name | Scores | Result count | Response time | Reliability | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
wikipedia | 1.2 |
|
100 |
Errors and exceptions
Exception | AttributeError | Percentage | 0 |
---|---|---|---|
Filename | searx/engines/wikipedia.py:190 | ||
Function | response | ||
Code | title = utils.html_to_text(api_result.get('titles', {}).get('display') or api_result.get('title')) |
Exception | httpx.HTTPStatusError | Percentage | 0 |
---|---|---|---|
Parameter | 400Bad Requesten.wikipedia.org | ||
Filename | searx/engines/wikipedia.py:187 | ||
Function | response | ||
Code | _network.raise_for_httperror(resp) |