[GH-ISSUE #14065] issue: endless loop with 0.6.10 with 1st client connect #17127

Closed
opened 2026-04-19 22:53:02 -05:00 by GiteaMirror · 2 comments
Owner

Originally created by @kaikaikai86 on GitHub (May 20, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/14065

Check Existing Issues

  • I have searched the existing issues and discussions.
  • I am using the latest version of Open WebUI.

Installation Method

Pip Install

Open WebUI Version

v0.6.10

Ollama Version (if applicable)

v0.7.0

Operating System

ubunu 22.04.5 LTS

Browser (if applicable)

firefox 138.0.4

Confirmation

  • I have read and followed all instructions in README.md.
  • I am using the latest version of both Open WebUI and Ollama.
  • I have included the browser console logs.
  • I have included the Docker container logs.
  • I have listed steps to reproduce the bug in detail.

Expected Behavior

after an openwebui upgrade to newest version, openwebui serve, 1st client connect, openwebui should deliver its start page to the client

Actual Behavior

server log shows when first client connect leads to repeating messages in endless loop:
2025-05-20 07:48:01.773 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 123.456.789.012:44950 - "GET /_app/version.json HTTP/1.1" 304 - {}
2025-05-20 07:48:01.969 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 123.456.789.012:44950 - "GET /_app/immutable/nodes/0.CmToBqOU.js HTTP/1.1" 404 - {}
2025-05-20 07:48:01.993 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 123.456.789.012:44950 - "GET /_app/immutable/chunks/zXyoBDYa.js HTTP/1.1" 404 - {}
2025-05-20 07:48:01.994 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 123.456.789.012:44949 - "GET /_app/immutable/chunks/mLBWZbNZ.js HTTP/1.1" 404 - {}
2025-05-20 07:48:01.999 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 123.456.789.012:44950 - "GET /_app/immutable/chunks/Cyru2ozj.js HTTP/1.1" 404 - {}
2025-05-20 07:48:02.014 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 123.456.789.012:44950 - "GET /_app/immutable/chunks/Ceh97fp6.js HTTP/1.1" 404 - {}
2025-05-20 07:48:02.023 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 123.456.789.012:44950 - "GET /_app/immutable/chunks/BPIUpuUy.js HTTP/1.1" 404 - {}
2025-05-20 07:48:02.028 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 123.456.789.012:44951 - "GET /app/immutable/chunks/DAlu4B3.js HTTP/1.1" 404 - {}
2025-05-20 07:48:02.044 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 123.456.789.012:44950 - "GET /_app/immutable/chunks/DymSoHLR.js HTTP/1.1" 404 - {}
2025-05-20 07:48:02.057 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 123.456.789.012:44950 - "GET /_app/immutable/nodes/1.BCZon64U.js HTTP/1.1" 404 - {}
2025-05-20 07:48:02.101 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 123.456.789.012:44950 - "GET /_app/immutable/chunks/D1DWuATg.js HTTP/1.1" 404 - {}
2025-05-20 07:48:02.105 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 123.456.789.012:44952 - "GET /_app/immutable/chunks/DeTCSxKE.js HTTP/1.1" 404 - {}
2025-05-20 07:48:02.127 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 123.456.789.012:44950 - "GET /_app/immutable/chunks/B8o7EAdA.js HTTP/1.1" 404 - {}
2025-05-20 07:48:02.132 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 123.456.789.012:44949 - "GET /_app/immutable/chunks/CpYI4F2F.js HTTP/1.1" 404 - {}
2025-05-20 07:48:02.134 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 123.456.789.012:44951 - "GET /_app/immutable/chunks/DlfSIlAw.js HTTP/1.1" 404 - {}
2025-05-20 07:48:02.158 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 123.456.789.012:44950 - "GET /_app/immutable/chunks/h_WTVbQz.js HTTP/1.1" 404 - {}
2025-05-20 07:48:02.169 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 123.456.789.012:44950 - "GET /_app/immutable/chunks/CwvCZpeW.js HTTP/1.1" 404 - {}
2025-05-20 07:48:02.171 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 123.456.789.012:44952 - "GET /_app/immutable/chunks/Bp0py5N3.js HTTP/1.1" 404 - {}
2025-05-20 07:48:02.184 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 123.456.789.012:44950 - "GET /_app/immutable/chunks/B8NeErbt.js HTTP/1.1" 404 - {}
2025-05-20 07:48:02.226 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 123.456.789.012:44950 - "GET /_app/immutable/chunks/BVL1yIhH.js HTTP/1.1" 404 - {}
2025-05-20 07:48:02.245 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 123.456.789.012:44950 - "GET /_app/immutable/chunks/OuWPaBhF.js HTTP/1.1" 404 - {}
2025-05-20 07:48:02.287 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 123.456.789.012:44950 - "GET /_app/immutable/chunks/BVgnCkb5.js HTTP/1.1" 404 - {}
2025-05-20 07:48:02.294 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 123.456.789.012:44950 - "GET /_app/immutable/chunks/BgiIDvJK.js HTTP/1.1" 404 - {}
2025-05-20 07:48:02.302 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 123.456.789.012:44950 - "GET /_app/immutable/chunks/VXCckgoI.js HTTP/1.1" 404 - {}
2025-05-20 07:48:02.327 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 123.456.789.012:44950 - "GET /_app/immutable/nodes/8.D4BJL8LA.js HTTP/1.1" 404 - {}
2025-05-20 07:48:02.336 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 123.456.789.012:44950 - "GET /_app/immutable/chunks/DV-Cyt3M.js HTTP/1.1" 404 - {}
2025-05-20 07:48:02.340 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 123.456.789.012:44949 - "GET /_app/immutable/chunks/DslyITgB.js HTTP/1.1" 404 - {}
2025-05-20 07:48:02.354 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 123.456.789.012:44950 - "GET /_app/immutable/chunks/BvCBwGeX.js HTTP/1.1" 404 - {}
2025-05-20 07:48:02.364 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 123.456.789.012:44950 - "GET /_app/immutable/chunks/qDGdDKM7.js HTTP/1.1" 404 - {}
2025-05-20 07:48:02.368 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 123.456.789.012:44951 - "GET /_app/immutable/chunks/BtX9Kh4c.js HTTP/1.1" 404 - {}
2025-05-20 07:48:02.374 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 123.456.789.012:44950 - "GET /_app/immutable/chunks/DIyl-qLT.js HTTP/1.1" 404 - {}
2025-05-20 07:48:02.379 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 123.456.789.012:44952 - "GET /_app/immutable/chunks/BEquo4v8.js HTTP/1.1" 404 - {}
2025-05-20 07:48:02.389 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 123.456.789.012:44950 - "GET /_app/immutable/chunks/DUQOtD8m.js HTTP/1.1" 404 - {}
2025-05-20 07:48:02.393 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 123.456.789.012:44949 - "GET /_app/immutable/chunks/EFNqrbDH.js HTTP/1.1" 404 - {}
2025-05-20 07:48:02.397 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 123.456.789.012:44950 - "GET /_app/immutable/chunks/BnOo4qwK.js HTTP/1.1" 404 - {}
2025-05-20 07:48:02.412 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 123.456.789.012:44950 - "GET /_app/immutable/chunks/DbqbX0tl.js HTTP/1.1" 404 - {}
2025-05-20 07:48:02.424 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 123.456.789.012:44950 - "GET /_app/immutable/chunks/C9IohTSR.js HTTP/1.1" 404 - {}
2025-05-20 07:48:02.432 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 123.456.789.012:44950 - "GET /_app/immutable/chunks/D289bUtI.js HTTP/1.1" 404 - {}
2025-05-20 07:48:02.442 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 123.456.789.012:44950 - "GET /_app/version.json HTTP/1.1" 304 - {}
2025-05-20 07:48:02.819 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 123.456.789.012:44950 - "GET /static/splash.png HTTP/1.1" 304 - {}
2025-05-20 07:48:02.835 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 123.456.789.012:44950 - "GET /_app/immutable/nodes/0.CmToBqOU.js HTTP/1.1" 404 - {}
2025-05-20 07:48:02.850 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 123.456.789.012:44950 - "GET /_app/immutable/chunks/zXyoBDYa.js HTTP/1.1" 404 - {}
2025-05-20 07:48:02.855 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 123.456.789.012:44951 - "GET /_app/immutable/chunks/mLBWZbNZ.js HTTP/1.1" 404 - {}
2025-05-20 07:48:02.877 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 123.456.789.012:44950 - "GET /_app/immutable/chunks/Cyru2ozj.js HTTP/1.1" 404 - {}
^C2025-05-20 07:48:02.903 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 123.456.789.012:44950 - "GET /_app/immutable/chunks/Ceh97fp6.js HTTP/1.1" 404 - {}

endless loop

Steps to Reproduce

ubuntu venv installation as specified

after: pip install open-webui --upgrade
runs fine but ends with:

one error occured: ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.

langchain-chroma 0.1.4 requires chromadb!=0.5.4,!=0.5.5,<0.6.0,>=0.4.0, but you have chromadb 0.6.3 which is incompatible

just in case that it matters, I am having another log warning for a while:

/root/openwebui/lib/python3.11/site-packages/pydub/utils.py:170: RuntimeWarning: Couldn't find ffmpeg or avconv - defaulting to ffmpeg, but may not work

warn("Couldn't find ffmpeg or avconv - defaulting to ffmpeg, but may not work", RuntimeWarning)

WARNI [langchain_community.utils.user_agent] USER_AGENT environment variable not set, consider setting it to identify your requests.

after: source openwebui/bin/activate
and: open-webui serve

Logs & Screenshots

open-webui serve
Loading WEBUI_SECRET_KEY from file, not provided as an environment variable.
Loading WEBUI_SECRET_KEY from /root/.webui_secret_key
/root/openwebui/lib/python3.11/site-packages/open_webui
/root/openwebui/lib/python3.11/site-packages
/root/openwebui/lib/python3.11
INFO [alembic.runtime.migration] Context impl SQLiteImpl.
INFO [alembic.runtime.migration] Will assume non-transactional DDL.
INFO [open_webui.env] 'ENABLE_API_KEY' loaded from the latest database entry
INFO [open_webui.env] 'ENABLE_API_KEY_ENDPOINT_RESTRICTIONS' loaded from the latest database entry
INFO [open_webui.env] 'API_KEY_ALLOWED_ENDPOINTS' loaded from the latest database entry
INFO [open_webui.env] 'JWT_EXPIRES_IN' loaded from the latest database entry
INFO [open_webui.env] 'ENABLE_DIRECT_CONNECTIONS' loaded from the latest database entry
INFO [open_webui.env] 'ENABLE_OLLAMA_API' loaded from the latest database entry
INFO [open_webui.env] 'OLLAMA_BASE_URLS' loaded from the latest database entry
INFO [open_webui.env] 'OLLAMA_API_CONFIGS' loaded from the latest database entry
INFO [open_webui.env] 'ENABLE_OPENAI_API' loaded from the latest database entry
INFO [open_webui.env] 'OPENAI_API_KEYS' loaded from the latest database entry
INFO [open_webui.env] 'OPENAI_API_BASE_URLS' loaded from the latest database entry
INFO [open_webui.env] 'OPENAI_API_CONFIGS' loaded from the latest database entry
INFO [open_webui.env] 'TOOL_SERVER_CONNECTIONS' loaded from the latest database entry
INFO [open_webui.env] 'WEBUI_URL' loaded from the latest database entry
INFO [open_webui.env] 'ENABLE_SIGNUP' loaded from the latest database entry
INFO [open_webui.env] 'DEFAULT_LOCALE' loaded from the latest database entry
INFO [open_webui.env] 'DEFAULT_MODELS' loaded from the latest database entry
INFO [open_webui.env] 'DEFAULT_PROMPT_SUGGESTIONS' loaded from the latest database entry
INFO [open_webui.env] 'MODEL_ORDER_LIST' loaded from the latest database entry
INFO [open_webui.env] 'DEFAULT_USER_ROLE' loaded from the latest database entry
INFO [open_webui.env] 'ENABLE_CHANNELS' loaded from the latest database entry
INFO [open_webui.env] 'WEBHOOK_URL' loaded from the latest database entry
INFO [open_webui.env] 'ENABLE_COMMUNITY_SHARING' loaded from the latest database entry
INFO [open_webui.env] 'ENABLE_MESSAGE_RATING' loaded from the latest database entry
WARNI [open_webui.env]

WARNING: CORS_ALLOW_ORIGIN IS SET TO '*' - NOT RECOMMENDED FOR PRODUCTION DEPLOYMENTS.

INFO [open_webui.env] 'WEBUI_BANNERS' loaded from the latest database entry
INFO [open_webui.env] 'SHOW_ADMIN_DETAILS' loaded from the latest database entry
INFO [open_webui.env] 'TASK_MODEL' loaded from the latest database entry
INFO [open_webui.env] 'TASK_MODEL_EXTERNAL' loaded from the latest database entry
INFO [open_webui.env] 'TITLE_GENERATION_PROMPT_TEMPLATE' loaded from the latest database entry
INFO [open_webui.env] 'TAGS_GENERATION_PROMPT_TEMPLATE' loaded from the latest database entry
INFO [open_webui.env] 'IMAGE_PROMPT_GENERATION_PROMPT_TEMPLATE' loaded from the latest database entry
INFO [open_webui.env] 'ENABLE_TAGS_GENERATION' loaded from the latest database entry
INFO [open_webui.env] 'ENABLE_TITLE_GENERATION' loaded from the latest database entry
INFO [open_webui.env] 'ENABLE_SEARCH_QUERY_GENERATION' loaded from the latest database entry
INFO [open_webui.env] 'ENABLE_RETRIEVAL_QUERY_GENERATION' loaded from the latest database entry
INFO [open_webui.env] 'QUERY_GENERATION_PROMPT_TEMPLATE' loaded from the latest database entry
INFO [open_webui.env] 'ENABLE_AUTOCOMPLETE_GENERATION' loaded from the latest database entry
INFO [open_webui.env] 'AUTOCOMPLETE_GENERATION_INPUT_MAX_LENGTH' loaded from the latest database entry
INFO [open_webui.env] 'TOOLS_FUNCTION_CALLING_PROMPT_TEMPLATE' loaded from the latest database entry
INFO [open_webui.env] 'ENABLE_GOOGLE_DRIVE_INTEGRATION' loaded from the latest database entry
INFO [open_webui.env] 'ENABLE_ONEDRIVE_INTEGRATION' loaded from the latest database entry
INFO [open_webui.env] 'CONTENT_EXTRACTION_ENGINE' loaded from the latest database entry
INFO [open_webui.env] 'TIKA_SERVER_URL' loaded from the latest database entry
INFO [open_webui.env] 'DOCLING_SERVER_URL' loaded from the latest database entry
INFO [open_webui.env] 'DOCLING_OCR_ENGINE' loaded from the latest database entry
INFO [open_webui.env] 'DOCLING_OCR_LANG' loaded from the latest database entry
INFO [open_webui.env] 'DOCUMENT_INTELLIGENCE_ENDPOINT' loaded from the latest database entry
INFO [open_webui.env] 'DOCUMENT_INTELLIGENCE_KEY' loaded from the latest database entry
INFO [open_webui.env] 'MISTRAL_OCR_API_KEY' loaded from the latest database entry
INFO [open_webui.env] 'BYPASS_EMBEDDING_AND_RETRIEVAL' loaded from the latest database entry
INFO [open_webui.env] 'RAG_TOP_K' loaded from the latest database entry
INFO [open_webui.env] 'RAG_TOP_K_RERANKER' loaded from the latest database entry
INFO [open_webui.env] 'RAG_RELEVANCE_THRESHOLD' loaded from the latest database entry
INFO [open_webui.env] 'ENABLE_RAG_HYBRID_SEARCH' loaded from the latest database entry
INFO [open_webui.env] 'RAG_FULL_CONTEXT' loaded from the latest database entry
INFO [open_webui.env] 'RAG_EMBEDDING_ENGINE' loaded from the latest database entry
INFO [open_webui.env] 'PDF_EXTRACT_IMAGES' loaded from the latest database entry
INFO [open_webui.env] 'RAG_EMBEDDING_MODEL' loaded from the latest database entry
INFO [open_webui.env] Embedding model set: sentence-transformers/all-MiniLM-L6-v2
INFO [open_webui.env] 'RAG_RERANKING_ENGINE' loaded from the latest database entry
INFO [open_webui.env] 'RAG_EXTERNAL_RERANKER_URL' loaded from the latest database entry
INFO [open_webui.env] 'RAG_EXTERNAL_RERANKER_API_KEY' loaded from the latest database entry
INFO [open_webui.env] 'RAG_TEXT_SPLITTER' loaded from the latest database entry
INFO [open_webui.env] 'CHUNK_SIZE' loaded from the latest database entry
INFO [open_webui.env] 'CHUNK_OVERLAP' loaded from the latest database entry
INFO [open_webui.env] 'RAG_TEMPLATE' loaded from the latest database entry
INFO [open_webui.env] 'YOUTUBE_LOADER_LANGUAGE' loaded from the latest database entry
INFO [open_webui.env] 'YOUTUBE_LOADER_PROXY_URL' loaded from the latest database entry
INFO [open_webui.env] 'ENABLE_WEB_SEARCH' loaded from the latest database entry
INFO [open_webui.env] 'WEB_SEARCH_ENGINE' loaded from the latest database entry
INFO [open_webui.env] 'BYPASS_WEB_SEARCH_EMBEDDING_AND_RETRIEVAL' loaded from the latest database entry
INFO [open_webui.env] 'WEB_SEARCH_RESULT_COUNT' loaded from the latest database entry
INFO [open_webui.env] 'WEB_SEARCH_DOMAIN_FILTER_LIST' loaded from the latest database entry
INFO [open_webui.env] 'WEB_SEARCH_CONCURRENT_REQUESTS' loaded from the latest database entry
INFO [open_webui.env] 'WEB_LOADER_ENGINE' loaded from the latest database entry
INFO [open_webui.env] 'ENABLE_WEB_LOADER_SSL_VERIFICATION' loaded from the latest database entry
INFO [open_webui.env] 'WEB_SEARCH_TRUST_ENV' loaded from the latest database entry
INFO [open_webui.env] 'SEARXNG_QUERY_URL' loaded from the latest database entry
INFO [open_webui.env] 'YACY_QUERY_URL' loaded from the latest database entry
INFO [open_webui.env] 'YACY_USERNAME' loaded from the latest database entry
INFO [open_webui.env] 'YACY_PASSWORD' loaded from the latest database entry
INFO [open_webui.env] 'GOOGLE_PSE_API_KEY' loaded from the latest database entry
INFO [open_webui.env] 'GOOGLE_PSE_ENGINE_ID' loaded from the latest database entry
INFO [open_webui.env] 'BRAVE_SEARCH_API_KEY' loaded from the latest database entry
INFO [open_webui.env] 'KAGI_SEARCH_API_KEY' loaded from the latest database entry
INFO [open_webui.env] 'MOJEEK_SEARCH_API_KEY' loaded from the latest database entry
INFO [open_webui.env] 'BOCHA_SEARCH_API_KEY' loaded from the latest database entry
INFO [open_webui.env] 'SERPSTACK_API_KEY' loaded from the latest database entry
INFO [open_webui.env] 'SERPSTACK_HTTPS' loaded from the latest database entry
INFO [open_webui.env] 'SERPER_API_KEY' loaded from the latest database entry
INFO [open_webui.env] 'SERPLY_API_KEY' loaded from the latest database entry
INFO [open_webui.env] 'JINA_API_KEY' loaded from the latest database entry
INFO [open_webui.env] 'SEARCHAPI_API_KEY' loaded from the latest database entry
INFO [open_webui.env] 'SEARCHAPI_ENGINE' loaded from the latest database entry
INFO [open_webui.env] 'SERPAPI_API_KEY' loaded from the latest database entry
INFO [open_webui.env] 'SERPAPI_ENGINE' loaded from the latest database entry
INFO [open_webui.env] 'BING_SEARCH_V7_ENDPOINT' loaded from the latest database entry
INFO [open_webui.env] 'BING_SEARCH_V7_SUBSCRIPTION_KEY' loaded from the latest database entry
INFO [open_webui.env] 'EXA_API_KEY' loaded from the latest database entry
INFO [open_webui.env] 'PERPLEXITY_API_KEY' loaded from the latest database entry
INFO [open_webui.env] 'SOUGOU_API_SID' loaded from the latest database entry
INFO [open_webui.env] 'SOUGOU_API_SK' loaded from the latest database entry
INFO [open_webui.env] 'TAVILY_API_KEY' loaded from the latest database entry
INFO [open_webui.env] 'TAVILY_EXTRACT_DEPTH' loaded from the latest database entry
INFO [open_webui.env] 'PLAYWRIGHT_WS_URL' loaded from the latest database entry
INFO [open_webui.env] 'PLAYWRIGHT_TIMEOUT' loaded from the latest database entry
INFO [open_webui.env] 'FIRECRAWL_API_KEY' loaded from the latest database entry
INFO [open_webui.env] 'FIRECRAWL_API_BASE_URL' loaded from the latest database entry
INFO [open_webui.env] 'EXTERNAL_WEB_SEARCH_URL' loaded from the latest database entry
INFO [open_webui.env] 'EXTERNAL_WEB_SEARCH_API_KEY' loaded from the latest database entry
INFO [open_webui.env] 'EXTERNAL_WEB_LOADER_URL' loaded from the latest database entry
INFO [open_webui.env] 'EXTERNAL_WEB_LOADER_API_KEY' loaded from the latest database entry
INFO [open_webui.env] 'IMAGE_GENERATION_ENGINE' loaded from the latest database entry
INFO [open_webui.env] 'ENABLE_IMAGE_GENERATION' loaded from the latest database entry
INFO [open_webui.env] 'ENABLE_IMAGE_PROMPT_GENERATION' loaded from the latest database entry
INFO [open_webui.env] 'AUTOMATIC1111_BASE_URL' loaded from the latest database entry
INFO [open_webui.env] 'AUTOMATIC1111_API_AUTH' loaded from the latest database entry
INFO [open_webui.env] 'COMFYUI_BASE_URL' loaded from the latest database entry
INFO [open_webui.env] 'COMFYUI_WORKFLOW' loaded from the latest database entry
INFO [open_webui.env] 'COMFYUI_WORKFLOW' loaded from the latest database entry
INFO [open_webui.env] 'IMAGES_OPENAI_API_BASE_URL' loaded from the latest database entry
INFO [open_webui.env] 'IMAGES_OPENAI_API_KEY' loaded from the latest database entry
INFO [open_webui.env] 'WHISPER_MODEL' loaded from the latest database entry
INFO [open_webui.env] 'AUDIO_STT_OPENAI_API_BASE_URL' loaded from the latest database entry
INFO [open_webui.env] 'AUDIO_STT_OPENAI_API_KEY' loaded from the latest database entry
INFO [open_webui.env] 'AUDIO_STT_ENGINE' loaded from the latest database entry
INFO [open_webui.env] 'AUDIO_STT_MODEL' loaded from the latest database entry
INFO [open_webui.env] 'AUDIO_TTS_OPENAI_API_BASE_URL' loaded from the latest database entry
INFO [open_webui.env] 'AUDIO_TTS_OPENAI_API_KEY' loaded from the latest database entry
INFO [open_webui.env] 'AUDIO_TTS_API_KEY' loaded from the latest database entry
INFO [open_webui.env] 'AUDIO_TTS_ENGINE' loaded from the latest database entry
INFO [open_webui.env] 'AUDIO_TTS_MODEL' loaded from the latest database entry
INFO [open_webui.env] 'AUDIO_TTS_VOICE' loaded from the latest database entry
INFO [open_webui.env] 'AUDIO_TTS_SPLIT_ON' loaded from the latest database entry
INFO [open_webui.env] 'AUDIO_TTS_AZURE_SPEECH_REGION' loaded from the latest database entry
INFO [open_webui.env] 'AUDIO_TTS_AZURE_SPEECH_OUTPUT_FORMAT' loaded from the latest database entry
INFO [open_webui.env] 'ENABLE_LDAP' loaded from the latest database entry
/root/openwebui/lib/python3.11/site-packages/pydub/utils.py:170: RuntimeWarning: Couldn't find ffmpeg or avconv - defaulting to ffmpeg, but may not work
warn("Couldn't find ffmpeg or avconv - defaulting to ffmpeg, but may not work", RuntimeWarning)
WARNI [langchain_community.utils.user_agent] USER_AGENT environment variable not set, consider setting it to identify your requests.

██████╗ ██████╗ ███████╗███╗ ██╗ ██╗ ██╗███████╗██████╗ ██╗ ██╗██╗
██╔═══██╗██╔══██╗██╔════╝████╗ ██║ ██║ ██║██╔════╝██╔══██╗██║ ██║██║
██║ ██║██████╔╝█████╗ ██╔██╗ ██║ ██║ █╗ ██║█████╗ ██████╔╝██║ ██║██║
██║ ██║██╔═══╝ ██╔══╝ ██║╚██╗██║ ██║███╗██║██╔══╝ ██╔══██╗██║ ██║██║
╚██████╔╝██║ ███████╗██║ ╚████║ ╚███╔███╔╝███████╗██████╔╝╚██████╔╝██║
╚═════╝ ╚═╝ ╚══════╝╚═╝ ╚═══╝ ╚══╝╚══╝ ╚══════╝╚═════╝ ╚═════╝ ╚═╝

v0.6.10 - building the best AI user interface.

https://github.com/open-webui/open-webui

Fetching 30 files: 100%|████████████████████████████| 30/30 [00:00<00:00, 91913.16it/s]
INFO: Started server process [342]
INFO: Waiting for application startup.
2025-05-20 09:06:04.003 | INFO | open_webui.utils.logger:start_logger:140 - GLOBAL_LOG_LEVEL: INFO - {}
2025-05-20 09:06:04.003 | INFO | open_webui.main:lifespan:473 - Installing external dependencies of functions and tools... - {}
2025-05-20 09:06:04.019 | INFO | open_webui.utils.plugin:install_frontmatter_requirements:185 - No requirements found in frontmatter. - {}

Additional Information

the error:
langchain-chroma 0.1.4 requires chromadb!=0.5.4,!=0.5.5,<0.6.0,>=0.4.0, but you have chromadb 0.6.3 which is incompatible

might come from trying to activate a vector database recently?

Originally created by @kaikaikai86 on GitHub (May 20, 2025). Original GitHub issue: https://github.com/open-webui/open-webui/issues/14065 ### Check Existing Issues - [x] I have searched the existing issues and discussions. - [x] I am using the latest version of Open WebUI. ### Installation Method Pip Install ### Open WebUI Version v0.6.10 ### Ollama Version (if applicable) v0.7.0 ### Operating System ubunu 22.04.5 LTS ### Browser (if applicable) firefox 138.0.4 ### Confirmation - [x] I have read and followed all instructions in `README.md`. - [x] I am using the latest version of **both** Open WebUI and Ollama. - [x] I have included the browser console logs. - [x] I have included the Docker container logs. - [x] I have listed steps to reproduce the bug in detail. ### Expected Behavior after an openwebui upgrade to newest version, openwebui serve, 1st client connect, openwebui should deliver its start page to the client ### Actual Behavior server log shows when first client connect leads to repeating messages in endless loop: 2025-05-20 07:48:01.773 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 123.456.789.012:44950 - "GET /_app/version.json HTTP/1.1" 304 - {} 2025-05-20 07:48:01.969 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 123.456.789.012:44950 - "GET /_app/immutable/nodes/0.CmToBqOU.js HTTP/1.1" 404 - {} 2025-05-20 07:48:01.993 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 123.456.789.012:44950 - "GET /_app/immutable/chunks/zXyoBDYa.js HTTP/1.1" 404 - {} 2025-05-20 07:48:01.994 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 123.456.789.012:44949 - "GET /_app/immutable/chunks/mLBWZbNZ.js HTTP/1.1" 404 - {} 2025-05-20 07:48:01.999 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 123.456.789.012:44950 - "GET /_app/immutable/chunks/Cyru2ozj.js HTTP/1.1" 404 - {} 2025-05-20 07:48:02.014 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 123.456.789.012:44950 - "GET /_app/immutable/chunks/Ceh97fp6.js HTTP/1.1" 404 - {} 2025-05-20 07:48:02.023 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 123.456.789.012:44950 - "GET /_app/immutable/chunks/BPIUpuUy.js HTTP/1.1" 404 - {} 2025-05-20 07:48:02.028 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 123.456.789.012:44951 - "GET /_app/immutable/chunks/DAlu4B3_.js HTTP/1.1" 404 - {} 2025-05-20 07:48:02.044 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 123.456.789.012:44950 - "GET /_app/immutable/chunks/DymSoHLR.js HTTP/1.1" 404 - {} 2025-05-20 07:48:02.057 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 123.456.789.012:44950 - "GET /_app/immutable/nodes/1.BCZon64U.js HTTP/1.1" 404 - {} 2025-05-20 07:48:02.101 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 123.456.789.012:44950 - "GET /_app/immutable/chunks/D1DWuATg.js HTTP/1.1" 404 - {} 2025-05-20 07:48:02.105 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 123.456.789.012:44952 - "GET /_app/immutable/chunks/DeTCSxKE.js HTTP/1.1" 404 - {} 2025-05-20 07:48:02.127 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 123.456.789.012:44950 - "GET /_app/immutable/chunks/B8o7EAdA.js HTTP/1.1" 404 - {} 2025-05-20 07:48:02.132 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 123.456.789.012:44949 - "GET /_app/immutable/chunks/CpYI4F2F.js HTTP/1.1" 404 - {} 2025-05-20 07:48:02.134 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 123.456.789.012:44951 - "GET /_app/immutable/chunks/DlfSIlAw.js HTTP/1.1" 404 - {} 2025-05-20 07:48:02.158 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 123.456.789.012:44950 - "GET /_app/immutable/chunks/h_WTVbQz.js HTTP/1.1" 404 - {} 2025-05-20 07:48:02.169 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 123.456.789.012:44950 - "GET /_app/immutable/chunks/CwvCZpeW.js HTTP/1.1" 404 - {} 2025-05-20 07:48:02.171 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 123.456.789.012:44952 - "GET /_app/immutable/chunks/Bp0py5N3.js HTTP/1.1" 404 - {} 2025-05-20 07:48:02.184 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 123.456.789.012:44950 - "GET /_app/immutable/chunks/B8NeErbt.js HTTP/1.1" 404 - {} 2025-05-20 07:48:02.226 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 123.456.789.012:44950 - "GET /_app/immutable/chunks/BVL1yIhH.js HTTP/1.1" 404 - {} 2025-05-20 07:48:02.245 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 123.456.789.012:44950 - "GET /_app/immutable/chunks/OuWPaBhF.js HTTP/1.1" 404 - {} 2025-05-20 07:48:02.287 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 123.456.789.012:44950 - "GET /_app/immutable/chunks/BVgnCkb5.js HTTP/1.1" 404 - {} 2025-05-20 07:48:02.294 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 123.456.789.012:44950 - "GET /_app/immutable/chunks/BgiIDvJK.js HTTP/1.1" 404 - {} 2025-05-20 07:48:02.302 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 123.456.789.012:44950 - "GET /_app/immutable/chunks/VXCckgoI.js HTTP/1.1" 404 - {} 2025-05-20 07:48:02.327 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 123.456.789.012:44950 - "GET /_app/immutable/nodes/8.D4BJL8LA.js HTTP/1.1" 404 - {} 2025-05-20 07:48:02.336 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 123.456.789.012:44950 - "GET /_app/immutable/chunks/DV-Cyt3M.js HTTP/1.1" 404 - {} 2025-05-20 07:48:02.340 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 123.456.789.012:44949 - "GET /_app/immutable/chunks/DslyITgB.js HTTP/1.1" 404 - {} 2025-05-20 07:48:02.354 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 123.456.789.012:44950 - "GET /_app/immutable/chunks/BvCBwGeX.js HTTP/1.1" 404 - {} 2025-05-20 07:48:02.364 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 123.456.789.012:44950 - "GET /_app/immutable/chunks/qDGdDKM7.js HTTP/1.1" 404 - {} 2025-05-20 07:48:02.368 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 123.456.789.012:44951 - "GET /_app/immutable/chunks/BtX9Kh4c.js HTTP/1.1" 404 - {} 2025-05-20 07:48:02.374 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 123.456.789.012:44950 - "GET /_app/immutable/chunks/DIyl-qLT.js HTTP/1.1" 404 - {} 2025-05-20 07:48:02.379 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 123.456.789.012:44952 - "GET /_app/immutable/chunks/BEquo4v8.js HTTP/1.1" 404 - {} 2025-05-20 07:48:02.389 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 123.456.789.012:44950 - "GET /_app/immutable/chunks/DUQOtD8m.js HTTP/1.1" 404 - {} 2025-05-20 07:48:02.393 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 123.456.789.012:44949 - "GET /_app/immutable/chunks/EFNqrbDH.js HTTP/1.1" 404 - {} 2025-05-20 07:48:02.397 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 123.456.789.012:44950 - "GET /_app/immutable/chunks/BnOo4qwK.js HTTP/1.1" 404 - {} 2025-05-20 07:48:02.412 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 123.456.789.012:44950 - "GET /_app/immutable/chunks/DbqbX0tl.js HTTP/1.1" 404 - {} 2025-05-20 07:48:02.424 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 123.456.789.012:44950 - "GET /_app/immutable/chunks/C9IohTSR.js HTTP/1.1" 404 - {} 2025-05-20 07:48:02.432 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 123.456.789.012:44950 - "GET /_app/immutable/chunks/D289bUtI.js HTTP/1.1" 404 - {} 2025-05-20 07:48:02.442 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 123.456.789.012:44950 - "GET /_app/version.json HTTP/1.1" 304 - {} 2025-05-20 07:48:02.819 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 123.456.789.012:44950 - "GET /static/splash.png HTTP/1.1" 304 - {} 2025-05-20 07:48:02.835 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 123.456.789.012:44950 - "GET /_app/immutable/nodes/0.CmToBqOU.js HTTP/1.1" 404 - {} 2025-05-20 07:48:02.850 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 123.456.789.012:44950 - "GET /_app/immutable/chunks/zXyoBDYa.js HTTP/1.1" 404 - {} 2025-05-20 07:48:02.855 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 123.456.789.012:44951 - "GET /_app/immutable/chunks/mLBWZbNZ.js HTTP/1.1" 404 - {} 2025-05-20 07:48:02.877 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 123.456.789.012:44950 - "GET /_app/immutable/chunks/Cyru2ozj.js HTTP/1.1" 404 - {} ^C2025-05-20 07:48:02.903 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 123.456.789.012:44950 - "GET /_app/immutable/chunks/Ceh97fp6.js HTTP/1.1" 404 - {} endless loop ### Steps to Reproduce ubuntu venv installation as specified after: pip install open-webui --upgrade runs fine but ends with: ---------------------------------- one error occured: ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. langchain-chroma 0.1.4 requires chromadb!=0.5.4,!=0.5.5,<0.6.0,>=0.4.0, but you have chromadb 0.6.3 which is incompatible ---------------------------------- just in case that it matters, I am having another log warning for a while: ---------------------------------- /root/openwebui/lib/python3.11/site-packages/pydub/utils.py:170: RuntimeWarning: Couldn't find ffmpeg or avconv - defaulting to ffmpeg, but may not work warn("Couldn't find ffmpeg or avconv - defaulting to ffmpeg, but may not work", RuntimeWarning) WARNI [langchain_community.utils.user_agent] USER_AGENT environment variable not set, consider setting it to identify your requests. ---------------------------------- after: source openwebui/bin/activate and: open-webui serve ### Logs & Screenshots open-webui serve Loading WEBUI_SECRET_KEY from file, not provided as an environment variable. Loading WEBUI_SECRET_KEY from /root/.webui_secret_key /root/openwebui/lib/python3.11/site-packages/open_webui /root/openwebui/lib/python3.11/site-packages /root/openwebui/lib/python3.11 INFO [alembic.runtime.migration] Context impl SQLiteImpl. INFO [alembic.runtime.migration] Will assume non-transactional DDL. INFO [open_webui.env] 'ENABLE_API_KEY' loaded from the latest database entry INFO [open_webui.env] 'ENABLE_API_KEY_ENDPOINT_RESTRICTIONS' loaded from the latest database entry INFO [open_webui.env] 'API_KEY_ALLOWED_ENDPOINTS' loaded from the latest database entry INFO [open_webui.env] 'JWT_EXPIRES_IN' loaded from the latest database entry INFO [open_webui.env] 'ENABLE_DIRECT_CONNECTIONS' loaded from the latest database entry INFO [open_webui.env] 'ENABLE_OLLAMA_API' loaded from the latest database entry INFO [open_webui.env] 'OLLAMA_BASE_URLS' loaded from the latest database entry INFO [open_webui.env] 'OLLAMA_API_CONFIGS' loaded from the latest database entry INFO [open_webui.env] 'ENABLE_OPENAI_API' loaded from the latest database entry INFO [open_webui.env] 'OPENAI_API_KEYS' loaded from the latest database entry INFO [open_webui.env] 'OPENAI_API_BASE_URLS' loaded from the latest database entry INFO [open_webui.env] 'OPENAI_API_CONFIGS' loaded from the latest database entry INFO [open_webui.env] 'TOOL_SERVER_CONNECTIONS' loaded from the latest database entry INFO [open_webui.env] 'WEBUI_URL' loaded from the latest database entry INFO [open_webui.env] 'ENABLE_SIGNUP' loaded from the latest database entry INFO [open_webui.env] 'DEFAULT_LOCALE' loaded from the latest database entry INFO [open_webui.env] 'DEFAULT_MODELS' loaded from the latest database entry INFO [open_webui.env] 'DEFAULT_PROMPT_SUGGESTIONS' loaded from the latest database entry INFO [open_webui.env] 'MODEL_ORDER_LIST' loaded from the latest database entry INFO [open_webui.env] 'DEFAULT_USER_ROLE' loaded from the latest database entry INFO [open_webui.env] 'ENABLE_CHANNELS' loaded from the latest database entry INFO [open_webui.env] 'WEBHOOK_URL' loaded from the latest database entry INFO [open_webui.env] 'ENABLE_COMMUNITY_SHARING' loaded from the latest database entry INFO [open_webui.env] 'ENABLE_MESSAGE_RATING' loaded from the latest database entry WARNI [open_webui.env] WARNING: CORS_ALLOW_ORIGIN IS SET TO '*' - NOT RECOMMENDED FOR PRODUCTION DEPLOYMENTS. INFO [open_webui.env] 'WEBUI_BANNERS' loaded from the latest database entry INFO [open_webui.env] 'SHOW_ADMIN_DETAILS' loaded from the latest database entry INFO [open_webui.env] 'TASK_MODEL' loaded from the latest database entry INFO [open_webui.env] 'TASK_MODEL_EXTERNAL' loaded from the latest database entry INFO [open_webui.env] 'TITLE_GENERATION_PROMPT_TEMPLATE' loaded from the latest database entry INFO [open_webui.env] 'TAGS_GENERATION_PROMPT_TEMPLATE' loaded from the latest database entry INFO [open_webui.env] 'IMAGE_PROMPT_GENERATION_PROMPT_TEMPLATE' loaded from the latest database entry INFO [open_webui.env] 'ENABLE_TAGS_GENERATION' loaded from the latest database entry INFO [open_webui.env] 'ENABLE_TITLE_GENERATION' loaded from the latest database entry INFO [open_webui.env] 'ENABLE_SEARCH_QUERY_GENERATION' loaded from the latest database entry INFO [open_webui.env] 'ENABLE_RETRIEVAL_QUERY_GENERATION' loaded from the latest database entry INFO [open_webui.env] 'QUERY_GENERATION_PROMPT_TEMPLATE' loaded from the latest database entry INFO [open_webui.env] 'ENABLE_AUTOCOMPLETE_GENERATION' loaded from the latest database entry INFO [open_webui.env] 'AUTOCOMPLETE_GENERATION_INPUT_MAX_LENGTH' loaded from the latest database entry INFO [open_webui.env] 'TOOLS_FUNCTION_CALLING_PROMPT_TEMPLATE' loaded from the latest database entry INFO [open_webui.env] 'ENABLE_GOOGLE_DRIVE_INTEGRATION' loaded from the latest database entry INFO [open_webui.env] 'ENABLE_ONEDRIVE_INTEGRATION' loaded from the latest database entry INFO [open_webui.env] 'CONTENT_EXTRACTION_ENGINE' loaded from the latest database entry INFO [open_webui.env] 'TIKA_SERVER_URL' loaded from the latest database entry INFO [open_webui.env] 'DOCLING_SERVER_URL' loaded from the latest database entry INFO [open_webui.env] 'DOCLING_OCR_ENGINE' loaded from the latest database entry INFO [open_webui.env] 'DOCLING_OCR_LANG' loaded from the latest database entry INFO [open_webui.env] 'DOCUMENT_INTELLIGENCE_ENDPOINT' loaded from the latest database entry INFO [open_webui.env] 'DOCUMENT_INTELLIGENCE_KEY' loaded from the latest database entry INFO [open_webui.env] 'MISTRAL_OCR_API_KEY' loaded from the latest database entry INFO [open_webui.env] 'BYPASS_EMBEDDING_AND_RETRIEVAL' loaded from the latest database entry INFO [open_webui.env] 'RAG_TOP_K' loaded from the latest database entry INFO [open_webui.env] 'RAG_TOP_K_RERANKER' loaded from the latest database entry INFO [open_webui.env] 'RAG_RELEVANCE_THRESHOLD' loaded from the latest database entry INFO [open_webui.env] 'ENABLE_RAG_HYBRID_SEARCH' loaded from the latest database entry INFO [open_webui.env] 'RAG_FULL_CONTEXT' loaded from the latest database entry INFO [open_webui.env] 'RAG_EMBEDDING_ENGINE' loaded from the latest database entry INFO [open_webui.env] 'PDF_EXTRACT_IMAGES' loaded from the latest database entry INFO [open_webui.env] 'RAG_EMBEDDING_MODEL' loaded from the latest database entry INFO [open_webui.env] Embedding model set: sentence-transformers/all-MiniLM-L6-v2 INFO [open_webui.env] 'RAG_RERANKING_ENGINE' loaded from the latest database entry INFO [open_webui.env] 'RAG_EXTERNAL_RERANKER_URL' loaded from the latest database entry INFO [open_webui.env] 'RAG_EXTERNAL_RERANKER_API_KEY' loaded from the latest database entry INFO [open_webui.env] 'RAG_TEXT_SPLITTER' loaded from the latest database entry INFO [open_webui.env] 'CHUNK_SIZE' loaded from the latest database entry INFO [open_webui.env] 'CHUNK_OVERLAP' loaded from the latest database entry INFO [open_webui.env] 'RAG_TEMPLATE' loaded from the latest database entry INFO [open_webui.env] 'YOUTUBE_LOADER_LANGUAGE' loaded from the latest database entry INFO [open_webui.env] 'YOUTUBE_LOADER_PROXY_URL' loaded from the latest database entry INFO [open_webui.env] 'ENABLE_WEB_SEARCH' loaded from the latest database entry INFO [open_webui.env] 'WEB_SEARCH_ENGINE' loaded from the latest database entry INFO [open_webui.env] 'BYPASS_WEB_SEARCH_EMBEDDING_AND_RETRIEVAL' loaded from the latest database entry INFO [open_webui.env] 'WEB_SEARCH_RESULT_COUNT' loaded from the latest database entry INFO [open_webui.env] 'WEB_SEARCH_DOMAIN_FILTER_LIST' loaded from the latest database entry INFO [open_webui.env] 'WEB_SEARCH_CONCURRENT_REQUESTS' loaded from the latest database entry INFO [open_webui.env] 'WEB_LOADER_ENGINE' loaded from the latest database entry INFO [open_webui.env] 'ENABLE_WEB_LOADER_SSL_VERIFICATION' loaded from the latest database entry INFO [open_webui.env] 'WEB_SEARCH_TRUST_ENV' loaded from the latest database entry INFO [open_webui.env] 'SEARXNG_QUERY_URL' loaded from the latest database entry INFO [open_webui.env] 'YACY_QUERY_URL' loaded from the latest database entry INFO [open_webui.env] 'YACY_USERNAME' loaded from the latest database entry INFO [open_webui.env] 'YACY_PASSWORD' loaded from the latest database entry INFO [open_webui.env] 'GOOGLE_PSE_API_KEY' loaded from the latest database entry INFO [open_webui.env] 'GOOGLE_PSE_ENGINE_ID' loaded from the latest database entry INFO [open_webui.env] 'BRAVE_SEARCH_API_KEY' loaded from the latest database entry INFO [open_webui.env] 'KAGI_SEARCH_API_KEY' loaded from the latest database entry INFO [open_webui.env] 'MOJEEK_SEARCH_API_KEY' loaded from the latest database entry INFO [open_webui.env] 'BOCHA_SEARCH_API_KEY' loaded from the latest database entry INFO [open_webui.env] 'SERPSTACK_API_KEY' loaded from the latest database entry INFO [open_webui.env] 'SERPSTACK_HTTPS' loaded from the latest database entry INFO [open_webui.env] 'SERPER_API_KEY' loaded from the latest database entry INFO [open_webui.env] 'SERPLY_API_KEY' loaded from the latest database entry INFO [open_webui.env] 'JINA_API_KEY' loaded from the latest database entry INFO [open_webui.env] 'SEARCHAPI_API_KEY' loaded from the latest database entry INFO [open_webui.env] 'SEARCHAPI_ENGINE' loaded from the latest database entry INFO [open_webui.env] 'SERPAPI_API_KEY' loaded from the latest database entry INFO [open_webui.env] 'SERPAPI_ENGINE' loaded from the latest database entry INFO [open_webui.env] 'BING_SEARCH_V7_ENDPOINT' loaded from the latest database entry INFO [open_webui.env] 'BING_SEARCH_V7_SUBSCRIPTION_KEY' loaded from the latest database entry INFO [open_webui.env] 'EXA_API_KEY' loaded from the latest database entry INFO [open_webui.env] 'PERPLEXITY_API_KEY' loaded from the latest database entry INFO [open_webui.env] 'SOUGOU_API_SID' loaded from the latest database entry INFO [open_webui.env] 'SOUGOU_API_SK' loaded from the latest database entry INFO [open_webui.env] 'TAVILY_API_KEY' loaded from the latest database entry INFO [open_webui.env] 'TAVILY_EXTRACT_DEPTH' loaded from the latest database entry INFO [open_webui.env] 'PLAYWRIGHT_WS_URL' loaded from the latest database entry INFO [open_webui.env] 'PLAYWRIGHT_TIMEOUT' loaded from the latest database entry INFO [open_webui.env] 'FIRECRAWL_API_KEY' loaded from the latest database entry INFO [open_webui.env] 'FIRECRAWL_API_BASE_URL' loaded from the latest database entry INFO [open_webui.env] 'EXTERNAL_WEB_SEARCH_URL' loaded from the latest database entry INFO [open_webui.env] 'EXTERNAL_WEB_SEARCH_API_KEY' loaded from the latest database entry INFO [open_webui.env] 'EXTERNAL_WEB_LOADER_URL' loaded from the latest database entry INFO [open_webui.env] 'EXTERNAL_WEB_LOADER_API_KEY' loaded from the latest database entry INFO [open_webui.env] 'IMAGE_GENERATION_ENGINE' loaded from the latest database entry INFO [open_webui.env] 'ENABLE_IMAGE_GENERATION' loaded from the latest database entry INFO [open_webui.env] 'ENABLE_IMAGE_PROMPT_GENERATION' loaded from the latest database entry INFO [open_webui.env] 'AUTOMATIC1111_BASE_URL' loaded from the latest database entry INFO [open_webui.env] 'AUTOMATIC1111_API_AUTH' loaded from the latest database entry INFO [open_webui.env] 'COMFYUI_BASE_URL' loaded from the latest database entry INFO [open_webui.env] 'COMFYUI_WORKFLOW' loaded from the latest database entry INFO [open_webui.env] 'COMFYUI_WORKFLOW' loaded from the latest database entry INFO [open_webui.env] 'IMAGES_OPENAI_API_BASE_URL' loaded from the latest database entry INFO [open_webui.env] 'IMAGES_OPENAI_API_KEY' loaded from the latest database entry INFO [open_webui.env] 'WHISPER_MODEL' loaded from the latest database entry INFO [open_webui.env] 'AUDIO_STT_OPENAI_API_BASE_URL' loaded from the latest database entry INFO [open_webui.env] 'AUDIO_STT_OPENAI_API_KEY' loaded from the latest database entry INFO [open_webui.env] 'AUDIO_STT_ENGINE' loaded from the latest database entry INFO [open_webui.env] 'AUDIO_STT_MODEL' loaded from the latest database entry INFO [open_webui.env] 'AUDIO_TTS_OPENAI_API_BASE_URL' loaded from the latest database entry INFO [open_webui.env] 'AUDIO_TTS_OPENAI_API_KEY' loaded from the latest database entry INFO [open_webui.env] 'AUDIO_TTS_API_KEY' loaded from the latest database entry INFO [open_webui.env] 'AUDIO_TTS_ENGINE' loaded from the latest database entry INFO [open_webui.env] 'AUDIO_TTS_MODEL' loaded from the latest database entry INFO [open_webui.env] 'AUDIO_TTS_VOICE' loaded from the latest database entry INFO [open_webui.env] 'AUDIO_TTS_SPLIT_ON' loaded from the latest database entry INFO [open_webui.env] 'AUDIO_TTS_AZURE_SPEECH_REGION' loaded from the latest database entry INFO [open_webui.env] 'AUDIO_TTS_AZURE_SPEECH_OUTPUT_FORMAT' loaded from the latest database entry INFO [open_webui.env] 'ENABLE_LDAP' loaded from the latest database entry /root/openwebui/lib/python3.11/site-packages/pydub/utils.py:170: RuntimeWarning: Couldn't find ffmpeg or avconv - defaulting to ffmpeg, but may not work warn("Couldn't find ffmpeg or avconv - defaulting to ffmpeg, but may not work", RuntimeWarning) WARNI [langchain_community.utils.user_agent] USER_AGENT environment variable not set, consider setting it to identify your requests. ██████╗ ██████╗ ███████╗███╗ ██╗ ██╗ ██╗███████╗██████╗ ██╗ ██╗██╗ ██╔═══██╗██╔══██╗██╔════╝████╗ ██║ ██║ ██║██╔════╝██╔══██╗██║ ██║██║ ██║ ██║██████╔╝█████╗ ██╔██╗ ██║ ██║ █╗ ██║█████╗ ██████╔╝██║ ██║██║ ██║ ██║██╔═══╝ ██╔══╝ ██║╚██╗██║ ██║███╗██║██╔══╝ ██╔══██╗██║ ██║██║ ╚██████╔╝██║ ███████╗██║ ╚████║ ╚███╔███╔╝███████╗██████╔╝╚██████╔╝██║ ╚═════╝ ╚═╝ ╚══════╝╚═╝ ╚═══╝ ╚══╝╚══╝ ╚══════╝╚═════╝ ╚═════╝ ╚═╝ v0.6.10 - building the best AI user interface. https://github.com/open-webui/open-webui Fetching 30 files: 100%|████████████████████████████| 30/30 [00:00<00:00, 91913.16it/s] INFO: Started server process [342] INFO: Waiting for application startup. 2025-05-20 09:06:04.003 | INFO | open_webui.utils.logger:start_logger:140 - GLOBAL_LOG_LEVEL: INFO - {} 2025-05-20 09:06:04.003 | INFO | open_webui.main:lifespan:473 - Installing external dependencies of functions and tools... - {} 2025-05-20 09:06:04.019 | INFO | open_webui.utils.plugin:install_frontmatter_requirements:185 - No requirements found in frontmatter. - {} ### Additional Information the error: langchain-chroma 0.1.4 requires chromadb!=0.5.4,!=0.5.5,<0.6.0,>=0.4.0, but you have chromadb 0.6.3 which is incompatible might come from trying to activate a vector database recently?
GiteaMirror added the bug label 2026-04-19 22:53:02 -05:00
Author
Owner

@Classic298 commented on GitHub (May 20, 2025):

Did you try deleting cookie, cache and local storage?

<!-- gh-comment-id:2893585845 --> @Classic298 commented on GitHub (May 20, 2025): Did you try deleting cookie, cache and local storage?
Author
Owner

@kaikaikai86 commented on GitHub (May 20, 2025):

thx for your reply - and sorry - the bug report took me about 45 minutes to fill out properly, while "openwebui serve" had started and left unattended

seems that this wait periode led to a proper start up!
And it works now, at least it shows a start page.

again sorry for taking your time

<!-- gh-comment-id:2893597740 --> @kaikaikai86 commented on GitHub (May 20, 2025): thx for your reply - and sorry - the bug report took me about 45 minutes to fill out properly, while "openwebui serve" had started and left unattended seems that this wait periode led to a proper start up! And it works now, at least it shows a start page. again sorry for taking your time
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#17127