harbor icon indicating copy to clipboard operation
harbor copied to clipboard

Bug: harbor.webui is unhealthy

Open alsoasnerd opened this issue 9 months ago • 3 comments

harbor up
[+] Running 3/4
✔ Network harbor_harbor-network  Created                                                                                                                                              0.0s
✔ Container harbor.ollama        Healthy                                                                                                                                              2.5s
⠹ Container harbor.webui         Waiting                                                                                                                                             15.0s
✔ Container harbor.ollama-init   Healthy                                                                                                                                              2.4s
container harbor.webui is unhealthy
 harbor logs webui
^Bvharbor.webui  | Xet Storage is enabled for this repo, but the 'hf_xet' package is not installed. Falling back to regular HTTP download. For better performance, install the package with: `pip install huggingface_hub[hf_xet]` or `pip install hf_xet`
harbor.webui  | WARNI [huggingface_hub.file_download] Xet Storage is enabled for this repo, but the 'hf_xet' package is not installed. Falling back to regular HTTP download. For better performance, install the package with: `pip install huggingface_hub[hf_xet]` or `pip install hf_xet`
harbor.webui  | Xet Storage is enabled for this repo, but the 'hf_xet' package is not installed. Falling back to regular HTTP download. For better performance, install the package with: `pip install huggingface_hub[hf_xet]` or `pip install hf_xet`
harbor.webui  | WARNI [huggingface_hub.file_download] Xet Storage is enabled for this repo, but the 'hf_xet' package is not installed. Falling back to regular HTTP download. For better performance, install the package with: `pip install huggingface_hub[hf_xet]` or `pip install hf_xet`
harbor.webui  | Xet Storage is enabled for this repo, but the 'hf_xet' package is not installed. Falling back to regular HTTP download. For better performance, install the package with: `pip install huggingface_hub[hf_xet]` or `pip install hf_xet`
harbor.webui  | WARNI [huggingface_hub.file_download] Xet Storage is enabled for this repo, but the 'hf_xet' package is not installed. Falling back to regular HTTP download. For better performance, install the package with: `pip install huggingface_hub[hf_xet]` or `pip install hf_xet`
Fetching 30 files:  23%|██▎       | 7/30 [00:02<00:07,  3.09it/s]Xet Storage is enabled for this repo, but the 'hf_xet' package is not installed. Falling back to regular HTTP download. For better performance, install the package with: `pip install huggingface_hub[hf_xet]` or `pip install hf_xet`
harbor.webui  | WARNI [huggingface_hub.file_download] Xet Storage is enabled for this repo, but the 'hf_xet' package is not installed. Falling back to regular HTTP download. For better performance, install the package with: `pip install huggingface_hub[hf_xet]` or `pip install hf_xet`
harbor.webui  | Xet Storage is enabled for this repo, but the 'hf_xet' package is not installed. Falling back to regular HTTP download. For better performance, install the package with: `pip install huggingface_hub[hf_xet]` or `pip install hf_xet`
harbor.webui  | WARNI [huggingface_hub.file_download] Xet Storage is enabled for this repo, but the 'hf_xet' package is not installed. Falling back to regular HTTP download. For better performance, install the package with: `pip install huggingface_hub[hf_xet]` or `pip install hf_xet`
harbor.webui  | Xet Storage is enabled for this repo, but the 'hf_xet' package is not installed. Falling back to regular HTTP download. For better performance, install the package with: `pip install huggingface_hub[hf_xet]` or `pip install hf_xet`
harbor.webui  | WARNI [huggingface_hub.file_download] Xet Storage is enabled for this repo, but the 'hf_xet' package is not installed. Falling back to regular HTTP download. For better performance, install the package with: `pip install huggingface_hub[hf_xet]` or `pip install hf_xet`
harbor.webui  | Xet Storage is enabled for this repo, but the 'hf_xet' package is not installed. Falling back to regular HTTP download. For better performance, install the package with: `pip install huggingface_hub[hf_xet]` or `pip install hf_xet`
harbor.webui  | WARNI [huggingface_hub.file_download] Xet Storage is enabled for this repo, but the 'hf_xet' package is not installed. Falling back to regular HTTP download. For better performance, install the package with: `pip install huggingface_hub[hf_xet]` or `pip install hf_xet`
harbor.webui  | Xet Storage is enabled for this repo, but the 'hf_xet' package is not installed. Falling back to regular HTTP download. For better performance, install the package with: `pip install huggingface_hub[hf_xet]` or `pip install hf_xet`
harbor.webui  | WARNI [huggingface_hub.file_download] Xet Storage is enabled for this repo, but the 'hf_xet' package is not installed. Falling back to regular HTTP download. For better performance, install the package with: `pip install huggingface_hub[hf_xet]` or `pip install hf_xet`
Fetching 30 files: 100%|██████████| 30/30 [00:08<00:00,  3.50it/s]
harbor.webui  | INFO:     Started server process [10]
harbor.webui  | INFO:     Waiting for application startup.
harbor.webui  | 2025-04-30 12:50:29.773 | INFO     | open_webui.utils.logger:start_logger:140 - GLOBAL_LOG_LEVEL: INFO - {}

alsoasnerd avatar Apr 30 '25 15:04 alsoasnerd

I tightened up webui healthcheck recently, to avoid always waiting full ten seconds for its start.

By the look of the logs - open webui starts normally, it just takes longer than healthcheck is configured to wait. Is this something that happens to you consistently, or sporadically?

av avatar May 10 '25 08:05 av

I'm getting this bug sometimes. Not sure why, but if I try the command a couple more times it seems to work. Can't really make out a pattern.

FiredMercury21 avatar Jun 06 '25 15:06 FiredMercury21

I noticed that open webui takes a bit to start and that will lead to it saying unhealthy, try waiting a bit before opening the url and seeing if that resolves it

AD-Archer avatar Oct 29 '25 13:10 AD-Archer