mirror of
https://github.com/searxng/searxng.git
synced 2026-05-07 18:03:51 +02:00
e734424006
Karmasearch seem to crash when searching with long queries >= 100 characters. The returned JSON is exactly this `["",[]]`, which will crash when trying to access `resp.json()["results"]` Close: https://github.com/searxng/searxng/issues/5911 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>