![SearXNG](/searxng/static/themes/simple/img/searxng.png?3a7f525e9e73e199aa0d275a746205a6563b645c)
Engine stats - tootfinder
Engine name | Scores | Result count | Response time | Reliability |
---|---|---|---|---|
tootfinder | 0 |
Errors and exceptions
Exception | searx.exceptions.SearxEngineAccessDeniedException | Percentage | 65 |
---|---|---|---|
Parameter | HTTP error 403 | ||
Filename | searx/search/processors/online.py:116 | ||
Function | _send_http_request | ||
Code | response = req(params['url'], **request_args) |
Exception | json.decoder.JSONDecodeError | Percentage | 35 |
---|---|---|---|
Parameter | Expecting value | ||
Filename | searx/engines/tootfinder.py:37 | ||
Function | response | ||
Code | for result in loads(json_str): |