Wikidata search engine crashing the ability to search #5301
-
2025-10-10 20:19:43,796 ERROR:searx.webapp: 'wikidata'
Traceback (most recent call last):
File "/usr/local/searxng/searx/webapp.py", line 651, in search
result_container = search_obj.search()
^^^^^^^^^^^^^^^^^^^
File "/usr/local/searxng/searx/search/__init__.py", line 204, in search
super().search()
File "/usr/local/searxng/searx/search/__init__.py", line 178, in search
self.search_standard()
File "/usr/local/searxng/searx/search/__init__.py", line 164, in search_standard
requests, self.actual_timeout = self._get_requests()
^^^^^^^^^^^^^^^^^^^^
File "/usr/local/searxng/searx/search/__init__.py", line 91, in _get_requests
processor = PROCESSORS[engineref.name]
~~~~~~~~~~^^^^^^^^^^^^^^^^
KeyError: 'wikidata'This is the error that I get when I run my SearxNG instance with wikidata engine enabled, and then search something. Best regards, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
The issue is not reproducible with defaults, so I guess the issue is related to your "tweaks" in settings.yml |
Beta Was this translation helpful? Give feedback.
-
|
The issue was |
Beta Was this translation helpful? Give feedback.
Nevermind, the issue was useragent_suffix in outgoing. I am so sorry, I only realized this obvious error, after posting it. Best regards.