runtime error
Exit code: 1. Reason: T3BlbkFJ44QETnIrEgTwBGPbHP97kcfD4ixFk0hYMQHLIR5t8WapLNwUCIM9V7wSLxSdUmmXsMCj0Uc1cA" declare -x PATH="/opt/venv/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" declare -x PORT="8001" declare -x PWD="/app" declare -x PYTHON_SHA256="272179ddd9a2e41a0fc8e42e33dfbdca0b3711aa5abf372d3f2d51543d09b625" declare -x PYTHON_VERSION="3.11.15" declare -x SERVER_BASE_URL="http://localhost:8001" declare -x SHLVL="1" declare -x SPACE_AUTHOR_NAME="AtPeak" declare -x SPACE_CREATOR_USER_ID="68a7258dcde05108060531c2" declare -x SPACE_HOST="atpeak-deepwiki-open.hf.space" declare -x SPACE_ID="AtPeak/deepwiki-open" declare -x SPACE_REPO_NAME="deepwiki-open" declare -x SPACE_SUBDOMAIN="atpeak-deepwiki-open" declare -x SPACE_TITLE="DeepWiki Open" ▲ Next.js 15.3.1 - Local: http://localhost:3000 - Network: http://0.0.0.0:3000 ✓ Starting... ✓ Ready in 223ms /app/api/main.py:100: FutureWarning: All support for the `google.generativeai` package has ended. It will no longer be receiving updates or bug fixes. Please switch to the `google.genai` package as soon as possible. See README for more details: https://github.com/google-gemini/deprecated-generative-ai-python/blob/main/README.md import google.generativeai as genai 2026-04-28 15:36:17,242 - WARNING - adalflow.tracing.mlflow_integration - mlflow_integration.py:20 - MLflow not available. Install with: pip install mlflow Traceback (most recent call last): File "<frozen runpy>", line 198, in _run_module_as_main File "<frozen runpy>", line 88, in _run_code File "/app/api/main.py", line 113, in <module> from api.api import app File "/app/api/api.py", line 432, in <module> app.add_websocket_route("/ws/chat", handle_websocket_chat) ^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'FastAPI' object has no attribute 'add_websocket_route'. Did you mean: 'add_api_websocket_route'? Adalflow path configured to: /root/.adalflow HOME environment variable: /root ADALFLOW_HOME: /root/.adalflow ADALFLOW_CACHE_DIR: /root/.adalflow
Container logs:
Fetching error logs...