
Engine stats - openstreetmap
| Engine name | Scores | Result count | Response time | Reliability |
|---|---|---|---|---|
| openstreetmap | 0 |
Errors and exceptions
| Exception | searx.exceptions.SearxEngineAccessDeniedException | Percentage | 65 |
|---|---|---|---|
| Parameter | HTTP error 403 (suspended_time=180) | ||
| Filename | searx/engines/wikidata.py:473 | ||
| Function | send_wikidata_query | ||
| Code | http_response = get(SPARQL_ENDPOINT_URL + "?" + urlencode({"query": query}), headers=get_headers(), **kwargs) | ||
| Exception | httpx.TimeoutException | Percentage | 25 |
|---|---|---|---|
| Filename | searx/engines/wikidata.py:473 | ||
| Function | send_wikidata_query | ||
| Code | http_response = get(SPARQL_ENDPOINT_URL + "?" + urlencode({"query": query}), headers=get_headers(), **kwargs) | ||
| Message | timeout | Percentage | 10 |
|---|---|---|---|
| Filename | searx/search/processors/abstract.py:188 | ||
| Function | handle_exception | ||
| Code | count_error(self.engine.name, exception_or_message) | ||