ERROR:searx.engines: Cannot load engine "yummly"
my .env file:
SEARXNG_BASE_URL="http://searxng:8080" REDIS_BASE_URL="redis://redis:6379/0" WORK_DIR="./workspace_with_my_files" OLLAMA_PORT="11434" LM_STUDIO_PORT="1234" BACKEND_PORT="7777" CUSTOM_ADDITIONAL_LLM_PORT="11435" OPENAI_API_KEY='xxxxx' DEEPSEEK_API_KEY='xxxxx' OPENROUTER_API_KEY='xxxxx' TOGETHER_API_KEY='xxxxx' GOOGLE_API_KEY='xxxxx' ANTHROPIC_API_KEY='xxxxx'
my config ini:
[MAIN] is_local = True provider_name = lm-studio provider_model = qwen/qwen3-coder-30b provider_server_address = http://127.0.0.1:1234 agent_name = Jarvis recover_last_session = False save_session = False speak = False listen = False jarvis_personality = False languages = en [BROWSER] headless_browser = True stealth_mode = False
installation steps:
./install.sh
./start_services.sh # MacOS
I get this error
and it shows System offline. Deploy backend first.
@piseabhijeet Change in Dockerfile.backend line 2 to: FROM --platform=linux/amd64 python:3.11-slim-bookworm
Then run command:
./start_services.sh full
There are a lot of search engines in searxng, and you can see them all in searxng/settings.yml into your downloaded agenticSeek directory. The error often means your searxng cannot finish initial process in one of these search engine called yummly. Basically it shouldn't affect either frontend nor backend because there are a series of other engines still working. If you are bothered with this "Cannot load engine 'yummly'", try to just comment the lines about yummly in searxng/settings.yml.
Hello, should be fixed by #403