mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 11:28:35 -05:00
Shutting down the application from start_windows.bat not completing via Ctrl+C #1295
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 @chrisoutwright on GitHub (Jun 17, 2024).
Bug Report
Bug Summary:
The start_windows.bat script for startup and then trying to do crtl-c for shutting down the application does not perform any action in the latest version. This functionality worked correctly in previous versions, such as 0.1.124.
Steps to Reproduce:
Run the start_windows.bat script on a Windows machine.
Attempt to shut down the application using ctrl-c
Expected Behavior:
The application should shut down gracefully when using the start_windows.bat script and then ctl-c.
Actual Behavior:
The ctl-c within running script runs but does not perform any action to shut down the application. It just sits there without any output or logs.
Environment
Reproduction Details
Confirmation:
Logs and Screenshots
Browser Console Logs:
No relevant ..
just stuck:
INFO: Shutting downInstallation Method
Manual
Additional Information
None
@AncientMystic commented on GitHub (Jun 19, 2024):
Have you tried ctrl+pause/break?
(Usual suggestion for when ctrl+c fails)
@chrisoutwright commented on GitHub (Jun 23, 2024):
I tried that one as well, but I will get stuck at
INFO: Shutting down
and will have to ungracefully kill it.