mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-10 07:43:10 -05:00
With no internet connection Open-Webui fails to start on a new installation #3306
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 @GanizaniSitara on GitHub (Jan 16, 2025).
This wasn’t an issue in earlier versions.
Installation Method
New installation on Win10 via pip, database is Postgres
Environment
Issue
open_webui.routers.openai get_all_models()
gets invoked on the startup, but openai is blocked on corporate firewall and cannot be unblocked. (that’s why we’re using open-webui in the first place)
UI fails to load.
There doesn’t seem to be a way around it. Trying to downgrade and find whichever version we had before that worked
0.5.1 times out in an orderly manner
@tjbck commented on GitHub (Jan 16, 2025):
Try setting
AIOHTTP_CLIENT_TIMEOUT_OPENAI_MODEL_LISTto 5