
Engine stats - openstreetmap
| Engine name | Scores | Result count | Response time | Reliability | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| openstreetmap | 2.1 |
|
40 |
Errors and exceptions
| Exception | httpx.TimeoutException | Percentage | 45 |
|---|---|---|---|
| Filename | searx/engines/wikidata.py:156 | ||
| Function | send_wikidata_query | ||
| Code | http_response = get(SPARQL_ENDPOINT_URL + '?' + urlencode({'query': query}), headers=get_headers(), **kwargs) | ||
| Message | timeout | Percentage | 15 |
|---|---|---|---|
| Filename | searx/search/processors/abstract.py:185 | ||
| Function | handle_exception | ||
| Code | count_error(self.engine.name, exception_or_message) | ||