diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2025-07-28 15:36:26 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-28 15:36:26 +0200 |
| commit | 17f2027c4fdc1dc51eaf5710483c70378fe73d26 (patch) | |
| tree | c99825b4a31ba639f6c780c857769f2f333f7703 /docs | |
| parent | 8084a8678430a5442bd421802dca78d862078fbb (diff) | |
[fix] NotImplementedError raised by ResultContainer (#5058)
If the ``on_result`` handle returns False, then the ``else`` was always jumped
to, which throws the NotImplementedError exception::
File "/usr/local/searxng/searxng-src/searx/results.py", line 99, in extend
raise NotImplementedError(f"no handler implemented to process the result of type {result}")
NotImplementedError: no handler implemented to process the result of type MainResult(title=...
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions