mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-08 12:40:32 -05:00
Error: Got unexpected extra arguments (apps config.py constants.py data dev.sh main.py migrations open_webui requirements.txt start.sh start_windows.bat static test utils) #1596
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Barryhuan on GitHub (Jul 24, 2024).
I am using node and Python to build open webui, and after the final bash start.sh command, I encountered this error:
Loading WEBUI_SECRET_KEY from file, not provided as an environment variable.
Loading WEBUI_SECRET_KEY from .webui_secret_key
Usage: uvicorn [OPTIONS] APP
Try 'uvicorn --help' for help.
Error: Got unexpected extra arguments (apps config.py constants.py data dev.sh main.py migrations open_webui requirements.txt start.sh start_windows.bat static test utils)
node version:v20.15.1Python 3.12.4