Bug: mojeek engine
Author: cameronj86Created Feb 11, 2025Updated Sep 8, 2026
LabelsCAPTCHAbug
Version of SearXNG, commit number if you are using on master branch and stipulate if you forked SearXNG Repository: https://github.com/searxng/searxng Branch: master Version: 2025.2.3+4ab7984ed+dirty
How did you install SearXNG? Docker, but it is happening across various public instances as well What happened? Errors out
How To Reproduce
!mjk test
Expected behavior Results
Additional context I also tried the following:
- Visiting mojeek directly to make sure my IP wasn't blocked
- Visiting public instances to make sure that it was widespread
- Selecting instances that don't use ipv6 (as per https://github.com/searxng/searxng/discussions/3188) to confirm that the issue is unrelated
- Changed
outgoing: source_ips: 0.0.0.0in mysettings.ymlfile to make sure ipv6 wasn't the issue on my end.
Error
- Error: searx.exceptions.SearxEngineAccessDeniedException
- Percentage: 100
- Parameters:
('HTTP error 403',) - File name:
searx/search/processors/online.py:116 - Function:
_send_http_request - Code:
response = req(params['url'], **request_args)
Source: searxng/searxng