
Engine stats - openstreetmap
| Engine name | Scores | Result count | Response time | Reliability |
|---|---|---|---|---|
| openstreetmap | 0 |
Errors and exceptions
| Exception | httpx.TimeoutException | Percentage | 50 |
|---|---|---|---|
| Filename | searx/search/processors/online.py:207 | ||
| Function | _send_http_request | ||
| Code | response = req(params["url"], **request_args) # pyright: ignore[reportArgumentType] | ||
| Exception | searx.exceptions.SearxEngineAccessDeniedException | Percentage | 50 |
|---|---|---|---|
| Parameter | HTTP error 403 (suspended_time=86400) | ||
| Filename | searx/engines/wikidata.py:472 | ||
| Function | send_wikidata_query | ||
| Code | http_response = get(SPARQL_ENDPOINT_URL + "?" + urlencode({"query": query}), headers=get_headers(), **kwargs) | ||