Engine stats - openstreetmap
| Engine name | Scores | Result count | Response time | Reliability | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| openstreetmap |
9.6
Scores per result: 0.96 |
|
5 |
Errors and exceptions
| Exception | httpx.TimeoutException | Percentage | 85 |
|---|---|---|---|
| Filename | searx/search/processors/online.py:96 | ||
| Function | _send_http_request | ||
| Code | response = req(params['url'], **request_args) | ||
| Message | timeout | Percentage | 5 |
|---|---|---|---|
| Filename | searx/search/processors/abstract.py:102 | ||
| Function | handle_exception | ||
| Code | count_error(self.engine_name, exception_or_message) | ||
| Exception | httpx.TimeoutException | Percentage | 5 |
|---|---|---|---|
| Filename | searx/engines/wikidata.py:145 | ||
| Function | send_wikidata_query | ||
| Code | http_response = get(SPARQL_ENDPOINT_URL + '?' + urlencode({'query': query}), headers=get_headers()) | ||