
Engine stats - openstreetmap
| Engine name | Scores | Result count | Response time | Reliability | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| openstreetmap | 1.0 |
|
60 |
Errors and exceptions
| Exception | httpx.RemoteProtocolError | Percentage | 30 |
|---|---|---|---|
| Parameter | NoneNonenominatim.openstreetmap.org | ||
| Filename | searx/search/processors/online.py:116 | ||
| Function | _send_http_request | ||
| Code | response = req(params['url'], **request_args) | ||
| Message | timeout | Percentage | 5 |
|---|---|---|---|
| Filename | searx/search/processors/abstract.py:100 | ||
| Function | handle_exception | ||
| Code | count_error(self.engine_name, exception_or_message) | ||
| Exception | httpx.TimeoutException | Percentage | 5 |
|---|---|---|---|
| Filename | searx/engines/wikidata.py:164 | ||
| Function | send_wikidata_query | ||
| Code | http_response = get(SPARQL_ENDPOINT_URL + '?' + urlencode({'query': query}), headers=get_headers(), **kwargs) | ||