Engine stats - openstreetmap
Engine name | Scores | Result count | Response time | Reliability | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
openstreetmap | 0.9 |
|
100 |
Errors and exceptions
Message | timeout | Percentage | 0 |
---|---|---|---|
Filename | searx/search/processors/abstract.py:102 | ||
Function | handle_exception | ||
Code | count_error(self.engine_name, exception_or_message) |
Exception | httpx.TimeoutException | Percentage | 0 |
---|---|---|---|
Filename | searx/engines/wikidata.py:145 | ||
Function | send_wikidata_query | ||
Code | http_response = get(SPARQL_ENDPOINT_URL + '?' + urlencode({'query': query}), headers=get_headers()) |
Exception | AttributeError | Percentage | 0 |
---|---|---|---|
Filename | searx/engines/openstreetmap.py:337 | ||
Function | get_img_src | ||
Code | if not img_src and result.get('extratags', {}).get('image'): |
Exception | httpx.TimeoutException | Percentage | 0 |
---|---|---|---|
Filename | searx/search/processors/online.py:113 | ||
Function | _send_http_request | ||
Code | response = req(params['url'], **request_args) |