
Engine stats - wolframalpha
Engine name | Scores | Result count | Response time | Reliability | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
wolframalpha | 1.1 |
|
95 |
Errors and exceptions
Exception | httpx.TimeoutException | Percentage | 5 |
---|---|---|---|
Filename | searx/search/processors/online.py:116 | ||
Function | _send_http_request | ||
Code | response = req(params['url'], **request_args) |
Exception | KeyError | Percentage | 0 |
---|---|---|---|
Filename | searx/engines/wolframalpha_noapi.py:89 | ||
Function | response | ||
Code | for pod in resp_json['queryresult']['pods']: |
Message | timeout | Percentage | 0 |
---|---|---|---|
Filename | searx/search/processors/abstract.py:105 | ||
Function | handle_exception | ||
Code | count_error(self.engine_name, exception_or_message) |
Exception | httpx.TimeoutException | Percentage | 0 |
---|---|---|---|
Filename | searx/engines/wolframalpha_noapi.py:62 | ||
Function | obtain_token | ||
Code | resp = http_get('https://www.wolframalpha.com/input/api/v1/code?ts=9999999999999999999', timeout=2.0) |