mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-08 12:58:11 -05:00
[GH-ISSUE #18145] issue: 0.6.33 regression #18511
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 @Ark-Levy on GitHub (Oct 8, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/18145
Check Existing Issues
Installation Method
Docker
Open WebUI Version
0.6.33
Ollama Version (if applicable)
No response
Operating System
Ubuntu
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
I just updated my docker compose with the last version 0.6.32 -> 0.6.33 and now I have
Usage: python -m uvicorn [OPTIONS] APP
Try 'python -m uvicorn --help' for help.
Error: Got unexpected extra argument (start
On startup.
There is a breaking change in the last version ?
Actual Behavior
Usage: python -m uvicorn [OPTIONS] APP
Try 'python -m uvicorn --help' for help.
Error: Got unexpected extra argument (start
Steps to Reproduce
Get 0.6.33, run the docker (from docker hub image)
Logs & Screenshots
Usage: python -m uvicorn [OPTIONS] APP
Try 'python -m uvicorn --help' for help.
Error: Got unexpected extra argument (start
Additional Information
No response
@silentoplayz commented on GitHub (Oct 8, 2025):
May be related:
@tjbck commented on GitHub (Oct 8, 2025):
More details are warranted here.