mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
issue: Hangs on startup after update to 0.6.9 #5162
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 @zigydk on GitHub (May 13, 2025).
Check Existing Issues
Installation Method
Pip Install
Open WebUI Version
0.6.9
Ollama Version (if applicable)
No response
Operating System
Windows 11
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
Updating using "pip install --upgrade open-webui"
and starting using: "open-webui serve" should start the server.
Actual Behavior
After running "pip install --upgrade open-webui" my installation can no longer start. It just hangs.
I upgraded from 0.6.8 to 0.6.9
I have set the GLOBAL_LOG_LEVEL="DEBUG" to get more output. And the last line in the console is:
2025-05-13 16:48:04.914 | DEBUG | open_webui.socket.main:periodic_usage_pool_cleanup:111 - Running periodic_usage_pool_cleanup - {}
And then nothing.
I don't know how to proceed from there. Anyone got a clue?
Steps to Reproduce
I don't know if any one else can reproduce this?
Logs & Screenshots
2025-05-13 16:48:04.914 | DEBUG | open_webui.socket.main:periodic_usage_pool_cleanup:111 - Running periodic_usage_pool_cleanup - {}
Then hang
Additional Information
I have never put up a bug report before. If I am doing it wrong feel free to say, or to delete my post.
@Classic298 commented on GitHub (May 13, 2025):
did you delete browser cache and cookies and local storage?