mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[GH-ISSUE #8897] any version above 0.4.3 will encounted networking issue while chat with models #53979
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 @WXpiero on GitHub (Jan 25, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/8897
Bug Report
Important Notes
Before submitting a bug report: Please check the Issues or Discussions section to see if a similar issue or feature request has already been posted. It's likely we're already tracking it! If you’re unsure, start a discussion post first. This will help us efficiently focus on improving the project.
Collaborate respectfully: We value a constructive attitude, so please be mindful of your communication. If negativity is part of your approach, our capacity to engage may be limited. We’re here to help if you’re open to learning and communicating positively. Remember, Open WebUI is a volunteer-driven project managed by a single maintainer and supported by contributors who also have full-time jobs. We appreciate your time and ask that you respect ours.
Contributing: If you encounter an issue, we highly encourage you to submit a pull request or fork the project. We actively work to prevent contributor burnout to maintain the quality and continuity of Open WebUI.
Bug reproducibility: If a bug cannot be reproduced with a
:mainor:devDocker setup, or a pip install with Python 3.11, it may require additional help from the community. In such cases, we will move it to the "issues" Discussions section due to our limited resources. We encourage the community to assist with these issues. Remember, it’s not that the issue doesn’t exist; we need your help!Note: Please remove the notes above when submitting your post. Thank you for your understanding and support!
Installation Method
I use following command to innitiate the app container, all goes well until the version 0.4.4 or above:
docker run -d --network=host -v open-webui:/app/backend/data -e OLLAMA_BASE_URL=http://127.0.0.1:11434 --name open-webui --restart always ghcr.io/open-webui/open-webui:latest
Environment
Open WebUI Version: [e.g., v0.3.11] 0.5.7
Ollama (if applicable): [e.g., v0.2.0, v0.1.32-rc1] 0.5.7
Operating System: [e.g., Windows 10, macOS Big Sur, Ubuntu 20.04]
debian 11
Browser (if applicable): [e.g., Chrome 100.0, Firefox 98.0]
Microsoft Edge
ver 132.0.2957.115 (official) (64 )
Confirmation:
I have read and followed all the instructions provided in the README.md.
I am on the latest version of both Open WebUI and Ollama.
I have included the browser console logs.
I have included the Docker container logs.
I have provided the exact steps to reproduce the bug in the "Steps to Reproduce" section below.
Expected Behavior:
[Describe what you expected to happen.] I want to chat with models.
Actual Behavior:
[Describe what actually happened.]
I install the open-web-ui docker image on a free arm Oracle cloud server.
I can pull or delete models with open-web-ui, but when I start a chat session, the model response Network Problem.
It only happens on version 0.4.4 or above, if I dongrade the image back to 0.4.3 will sove the problem.
(chat with models using only ollama in command propt is all fine)
Description
Bug Summary:
[Provide a brief but clear summary of the bug]
I can pull or delete models with open-web-ui, but when I start a chat session, the model response Network Problem.
It only happens on version 0.4.4 or above, if I dongrade the image back to 0.4.3 will sove the problem.
Reproduction Details
Steps to Reproduce:
[Outline the steps to reproduce the bug. Be as detailed as possible.]
Logs and Screenshots
Browser Console Logs:
[Include relevant browser console logs, if applicable]
ollama server logs:
llm_load_print_meta: general.name = DeepSeek R1 Distill Qwen 1.5B
llm_load_print_meta: BOS token = 151646 '<|begin▁of▁sentence|>'
llm_load_print_meta: EOS token = 151643 '<|end▁of▁sentence|>'
llm_load_print_meta: EOT token = 151643 '<|end▁of▁sentence|>'
llm_load_print_meta: PAD token = 151643 '<|end▁of▁sentence|>'
llm_load_print_meta: LF token = 148848 'ÄĬ'
llm_load_print_meta: FIM PRE token = 151659 '<|fim_prefix|>'
llm_load_print_meta: FIM SUF token = 151661 '<|fim_suffix|>'
llm_load_print_meta: FIM MID token = 151660 '<|fim_middle|>'
llm_load_print_meta: FIM PAD token = 151662 '<|fim_pad|>'
llm_load_print_meta: FIM REP token = 151663 '<|repo_name|>'
llm_load_print_meta: FIM SEP token = 151664 '<|file_sep|>'
llm_load_print_meta: EOG token = 151643 '<|end▁of▁sentence|>'
llm_load_print_meta: EOG token = 151662 '<|fim_pad|>'
llm_load_print_meta: EOG token = 151663 '<|repo_name|>'
llm_load_print_meta: EOG token = 151664 '<|file_sep|>'
llm_load_print_meta: max token length = 256
llm_load_tensors: CPU model buffer size = 1059.89 MiB
llama_new_context_with_model: n_seq_max = 4
llama_new_context_with_model: n_ctx = 8192
llama_new_context_with_model: n_ctx_per_seq = 2048
llama_new_context_with_model: n_batch = 2048
llama_new_context_with_model: n_ubatch = 512
llama_new_context_with_model: flash_attn = 0
llama_new_context_with_model: freq_base = 10000.0
llama_new_context_with_model: freq_scale = 1
llama_new_context_with_model: n_ctx_per_seq (2048) < n_ctx_train (131072) -- the full capacity of the model will not be utilized
llama_kv_cache_init: kv_size = 8192, offload = 1, type_k = 'f16', type_v = 'f16', n_layer = 28, can_shift = 1
llama_kv_cache_init: CPU KV buffer size = 224.00 MiB
llama_new_context_with_model: KV self size = 224.00 MiB, K (f16): 112.00 MiB, V (f16): 112.00 MiB
llama_new_context_with_model: CPU output buffer size = 2.34 MiB
llama_new_context_with_model: CPU compute buffer size = 302.75 MiB
llama_new_context_with_model: graph nodes = 986
llama_new_context_with_model: graph splits = 1
time=2025-01-25T09:32:00.271+08:00 level=INFO source=server.go:594 msg="llama runner started in 1.01 seconds"
[GIN] 2025/01/25 - 09:32:02 | 200 | 3.756786292s | 127.0.0.1 | POST "/api/chat"
^[[M
a?^[[Ma?^[[Ma?^[[Ma?^[[Ma?^[[Ma?^[[Ma?^[[Ma?^[[Ma?^[[Ma?^[[Ma?^[[Ma?^[[M`a?Docker Container Logs:
[Include relevant Docker container logs, if applicable]
Loading WEBUI_SECRET_KEY from file, not provided as an environment variable.
Generating WEBUI_SECRET_KEY
Loading WEBUI_SECRET_KEY from .webui_secret_key
/app/backend/open_webui
/app/backend
/app
Running migrations
INFO [alembic.runtime.migration] Context impl SQLiteImpl.
INFO [alembic.runtime.migration] Will assume non-transactional DDL.
INFO [open_webui.env] 'JWT_EXPIRES_IN' loaded from the latest database entry
INFO [open_webui.env] 'ENABLE_SIGNUP' loaded from the latest database entry
INFO [open_webui.env] 'DEFAULT_LOCALE' loaded from the latest database entry
INFO [open_webui.env] 'DEFAULT_MODELS' loaded from the latest database entry
INFO [open_webui.env] 'DEFAULT_PROMPT_SUGGESTIONS' loaded from the latest database entry
INFO [open_webui.env] 'MODEL_ORDER_LIST' loaded from the latest database entry
INFO [open_webui.env] 'DEFAULT_USER_ROLE' loaded from the latest database entry
INFO [open_webui.env] 'WEBHOOK_URL' loaded from the latest database entry
INFO [open_webui.env] 'ENABLE_COMMUNITY_SHARING' loaded from the latest database entry
INFO [open_webui.env] 'ENABLE_MESSAGE_RATING' loaded from the latest database entry
WARNI [open_webui.env]
WARNING: CORS_ALLOW_ORIGIN IS SET TO '*' - NOT RECOMMENDED FOR PRODUCTION DEPLOYMENTS.
INFO [open_webui.env] 'SHOW_ADMIN_DETAILS' loaded from the latest database entry
INFO [open_webui.env] Embedding model set: sentence-transformers/all-MiniLM-L6-v2
WARNI [chromadb.db.impl.sqlite] ⚠️ It looks like you upgraded from a version below 0.6 and could benefit from vacuuming your database. Run chromadb utils vacuum --help for more information.
WARNI [langchain_community.utils.user_agent] USER_AGENT environment variable not set, consider setting it to identify your requests.
/ _ \ _ __ ___ _ __ \ \ / /| | | | | |_ |
| | | | ' \ / _ \ '_ \ \ \ /\ / / _ \ '_ | | | || |
| || | |) | / | | | \ V V / / |) | || || |
_/| ./ _|| || _/_/ _|./ _/|_|
||
v0.5.7 - building the best open-source AI user interface.
https://github.com/open-webui/open-webui
Fetching 30 files: 100%|██████████| 30/30 [00:00<00:00, 148034.26it/s]
INFO: Started server process [1]
INFO: Waiting for application startup.
INFO: Application startup complete.
INFO: Uvicorn running on http://0.0.0.0:8080 (Press CTRL+C to quit)
Invalid transport (further occurrences of this error will be logged with level INFO)
ERROR [engineio.server] Invalid transport (further occurrences of this error will be logged with level INFO)
INFO: 129.153.222.102:0 - "GET /ws/socket.io/?EIO=4&transport=polling&t=PIR5ToS&sid=6A_XQ-Am91DBcEuyAAAG HTTP/1.0" 400 Bad Request
INFO: 129.153.222.102:0 - "POST /ws/socket.io/?EIO=4&transport=polling&t=PIR5ToR&sid=6A_XQ-Am91DBcEuyAAAG HTTP/1.0" 400 Bad Request
INFO: 129.153.222.102:0 - "POST /ws/socket.io/?EIO=4&transport=polling&t=PIR5U6j&sid=6A_XQ-Am91DBcEuyAAAG HTTP/1.0" 400 Bad Request
INFO: 129.153.222.102:0 - "GET /_app/immutable/nodes/5.DTA3cD2O.js HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /_app/immutable/nodes/18.BPmJinii.js HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /ws/socket.io/?EIO=4&transport=polling&t=PIR5US3 HTTP/1.0" 400 Bad Request
INFO: 129.153.222.102:0 - "GET /c/3c14df0a-7a0e-4dc2-82fc-1db2cc9efbf4 HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /_app/immutable/entry/start.Cm62h41j.js HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /_app/immutable/chunks/entry.BuM5ZKsF.js HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /_app/immutable/chunks/scheduler.BXITcVIL.js HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /_app/immutable/chunks/index.CMgO2_ru.js HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /_app/immutable/entry/app.D42t8XkT.js HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /_app/immutable/chunks/index.CKC1pLeO.js HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /_app/immutable/chunks/preload-helper.C1FmrZbK.js HTTP/1.0" 304 Not Modified
INFO: 129.153.222.102:0 - "GET /static/splash.png HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /_app/immutable/nodes/0.BS3OWp5q.js HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /_app/immutable/chunks/globals.D0QH3NT1.js HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /_app/immutable/chunks/index.CGwCSIWv.js HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /_app/immutable/chunks/stores.DpoiRdL3.js HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /_app/immutable/chunks/each.CeC5znru.js HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /_app/immutable/chunks/index.B1XrKGHd.js HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /_app/immutable/chunks/Toaster.svelte_svelte_type_style_lang.D8ruyfxE.js HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /_app/immutable/chunks/spread.CgU5AtxT.js HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /_app/immutable/assets/Toaster.DQwrSZtH.css HTTP/1.0" 304 Not Modified
INFO: 129.153.222.102:0 - "GET /_app/immutable/chunks/index.3cLwvUzB.js HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /_app/immutable/chunks/index.D2i4pzu3.js HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /_app/immutable/chunks/index.BYCuSfRg.js HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /_app/immutable/chunks/_commonjsHelpers.BosuxZz1.js HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /_app/immutable/chunks/i18next.B1Cj3nBs.js HTTP/1.0" 304 Not Modified
INFO: 129.153.222.102:0 - "GET /_app/immutable/chunks/marked.esm._0_gBwjO.js HTTP/1.0" 304 Not Modified
INFO: 129.153.222.102:0 - "GET /_app/immutable/chunks/index.h_223CD3.js HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /_app/immutable/chunks/relativeTime.BDz4fsXT.js HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /_app/immutable/chunks/index.GIrcjtS6.js HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /_app/immutable/chunks/Tooltip.Bk1C4ypY.js HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /_app/immutable/chunks/Modal.DzDM0HzR.js HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /_app/immutable/chunks/index.BFuekP1B.js HTTP/1.0" 304 Not Modified
INFO: 129.153.222.102:0 - "GET /_app/immutable/chunks/index.BuooSJuA.js HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /_app/immutable/chunks/index.d-P32WO6.js HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /_app/immutable/nodes/1.r_fvWwF8.js HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /_app/immutable/nodes/2.DP5n7qcJ.js HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /_app/immutable/chunks/index.tP7o4U0v.js HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /_app/immutable/chunks/SensitiveInput.BBBjHL95.js HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /_app/immutable/chunks/FileSaver.min.CimDdHIv.js HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /_app/immutable/assets/0.ChvqYoMx.css HTTP/1.0" 304 Not Modified
INFO: 129.153.222.102:0 - "GET /_app/immutable/chunks/index.Ccw7PXcW.js HTTP/1.0" 304 Not Modified
INFO: 129.153.222.102:0 - "GET /_app/immutable/chunks/ConfirmDialog.D3WfRuej.js HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /_app/immutable/assets/Modal.CyLKLEmt.css HTTP/1.0" 304 Not Modified
INFO: 129.153.222.102:0 - "GET /_app/immutable/chunks/UserMenu.BAqY0kfs.js HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /_app/immutable/assets/ConfirmDialog.kaSBQ3kP.css HTTP/1.0" 304 Not Modified
INFO: 129.153.222.102:0 - "GET /_app/immutable/chunks/index.hrjN04Db.js HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /_app/immutable/chunks/updater.DQM2zBRb.js HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /_app/immutable/chunks/menu-trigger.CKZC45Md.js HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /_app/immutable/chunks/Tags.CojXf4DP.js HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /_app/immutable/chunks/XMark.DBrT1hqs.js HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /_app/immutable/chunks/Dropdown.B45Ky_zR.js HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /_app/immutable/chunks/Pencil.Bn7Q7q1C.js HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /_app/immutable/chunks/GarbageBin.BX9-VV8q.js HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /_app/immutable/chunks/index.BCPVwS_1.js HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /_app/immutable/chunks/DocumentDuplicate.CAXHzbaT.js HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /_app/immutable/chunks/Check.D1vNMA1z.js HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /_app/immutable/chunks/Spinner.Ds4ZYjMW.js HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /_app/immutable/chunks/ChevronDown.42HMvR_9.js HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /_app/immutable/chunks/Loader.B3t5FLIZ.js HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /_app/immutable/chunks/index.DxXmvhkA.js HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /_app/immutable/chunks/UserCircleSolid.iLdWKxED.js HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /_app/immutable/chunks/ChevronRight.Dht20jbC.js HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /_app/immutable/chunks/FolderOpen.DtTSM9Np.js HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /_app/immutable/chunks/Badge.CuKOUNVw.js HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /_app/immutable/chunks/AccessControl.B5qq6Ad5.js HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /_app/immutable/chunks/ChevronUp.Bgs0GDa3.js HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /_app/immutable/chunks/EllipsisHorizontal.BVtzwp2E.js HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /_app/immutable/chunks/index.D5fKgChi.js HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /_app/immutable/chunks/Collapsible.CJfsRPy2.js HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /_app/immutable/chunks/Plus.FOVUIjv2.js HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /_app/immutable/chunks/index.DiECSSGt.js HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /_app/immutable/chunks/Switch._GFX78Ig.js HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /_app/immutable/chunks/index.BMQtlA8x.js HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /_app/immutable/chunks/index.DQfRr7yB.js HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /_app/immutable/chunks/Cog6.C_CundTt.js HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /_app/immutable/chunks/Search.B45KRAu7.js HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /_app/immutable/chunks/AdvancedParams.DFF5U3ct.js HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /_app/immutable/assets/2.CrTRA_Nn.css HTTP/1.0" 304 Not Modified
INFO: 129.153.222.102:0 - "GET /_app/immutable/chunks/User.C46uKRiN.js HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /_app/immutable/nodes/14.C4dT8X0y.js HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /_app/immutable/chunks/Help.mGqJ3d5Z.js HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /_app/immutable/chunks/FilesOverlay.DZPhH2Lc.js HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /_app/immutable/chunks/Drawer.CvUpTWwi.js HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /_app/immutable/chunks/index.CYL3T2ht.js HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /_app/immutable/chunks/index.Nb0Z8-RI.js HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /_app/immutable/chunks/index.DA4qaYW-.js HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /_app/immutable/chunks/WrenchSolid.C9GKHMyQ.js HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /_app/immutable/chunks/RichTextInput.CAZ6STkr.js HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /_app/immutable/chunks/index.Vcq4gwWv.js HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /_app/immutable/chunks/FileItem.i5YYAUhZ.js HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /_app/immutable/assets/RichTextInput.Bx2lu9jm.css HTTP/1.0" 304 Not Modified
INFO: 129.153.222.102:0 - "GET /_app/immutable/chunks/index.DfzJ7itm.js HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /_app/immutable/chunks/index.C1_J-sAl.js HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /_app/immutable/chunks/fuse.CU2r43ac.js HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /_app/immutable/chunks/Markdown.BdP3i5Ce.js HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /_app/immutable/chunks/CodeEditor.D4m-esKu.js HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /_app/immutable/chunks/ArrowDownTray.Ns86CM-b.js HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /_app/immutable/assets/Markdown.CEsFNEqN.css HTTP/1.0" 304 Not Modified
INFO: 129.153.222.102:0 - "GET /_app/immutable/chunks/Messages.B93Jn7S6.js HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /_app/immutable/chunks/index.DTEaKtoR.js HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /_app/immutable/chunks/MagnifyingGlass.D1DKxpCN.js HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /_app/immutable/chunks/index.BHEDWNrA.js HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /_app/immutable/assets/Messages.BcWvXtSC.css HTTP/1.0" 304 Not Modified
INFO: 129.153.222.102:0 - "GET /_app/immutable/chunks/Selector._J9BxKj2.js HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /_app/immutable/chunks/MenuLines.DtYjeyBF.js HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /_app/immutable/chunks/index.B-Zt5Dip.js HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /_app/immutable/chunks/Heart.pCekG9wf.js HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /_app/immutable/chunks/EllipsisVertical.DnVr1aAq.js HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /_app/immutable/assets/Help.CWA0G-PE.css HTTP/1.0" 304 Not Modified
INFO: 129.153.222.102:0 - "GET /assets/fonts/Inter-Variable.ttf HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /favicon/favicon.svg HTTP/1.0" 304 Not Modified
INFO: 129.153.222.102:0 - "GET /api/config HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /static/favicon.png HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /api/v1/auths/ HTTP/1.0" 401 Unauthorized
INFO: 129.153.222.102:0 - "GET /_app/immutable/chunks/translation.BTkAai7r.js HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /_app/immutable/chunks/translation.bL6YkcQI.js HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /_app/immutable/nodes/33.DIQH-aXR.js HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /_app/immutable/assets/33.DUP86x5U.css HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 129.153.222.102:0 - "GET /assets/fonts/Archivo-Variable.ttf HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO [open_webui.models.auths] authenticate_user: dd88five@gmail.com
INFO: 129.153.222.102:0 - "POST /api/v1/auths/signin HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /api/config HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /_app/immutable/nodes/6.DjYTJK9F.js HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /api/changelog HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /api/v1/users/user/settings HTTP/1.0" 200 OK
INFO [open_webui.routers.openai] get_all_models()
INFO [open_webui.routers.ollama] get_all_models()
INFO: 129.153.222.102:0 - "GET /api/models HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /api/v1/configs/banners HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /api/v1/tools/ HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /ollama/api/version HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /api/v1/channels/ HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /api/v1/users/user/settings HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /api/version/updates HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 129.153.222.102:0 - "GET /api/v1/chats/all/tags HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /api/v1/chats/pinned HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /api/v1/folders/ HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /api/v1/chats/?page=1 HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 129.153.222.102:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 129.153.222.102:0 - "POST /api/v1/chats/new HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /api/v1/chats/?page=1 HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "POST /api/v1/chats/e5c78e5f-8dfa-4a62-b0af-7a5c03fae895 HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /api/v1/chats/?page=1 HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "POST /api/chat/completions HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 129.153.222.102:0 - "GET /api/v1/chats/?page=1 HTTP/1.0" 200 OK
INFO: 129.153.222.102:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 129.153.222.102:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 129.153.222.102:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 129.153.222.102:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 129.153.222.102:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 129.153.222.102:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 129.153.222.102:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 129.153.222.102:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 129.153.222.102:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 129.153.222.102:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 129.153.222.102:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 129.153.222.102:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 129.153.222.102:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 129.153.222.102:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 129.153.222.102:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 129.153.222.102:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 129.153.222.102:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 129.153.222.102:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 129.153.222.102:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 129.153.222.102:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 129.153.222.102:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 129.153.222.102:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 129.153.222.102:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 129.153.222.102:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 129.153.222.102:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 129.153.222.102:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 129.153.222.102:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 129.153.222.102:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 129.153.222.102:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 129.153.222.102:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 129.153.222.102:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 129.153.222.102:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 129.153.222.102:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 129.153.222.102:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 129.153.222.102:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 129.153.222.102:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 129.153.222.102:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 129.153.222.102:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 129.153.222.102:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 129.153.222.102:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 129.153.222.102:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 129.153.222.102:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 129.153.222.102:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 129.153.222.102:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 129.153.222.102:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 129.153.222.102:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 129.153.222.102:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 129.153.222.102:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 129.153.222.102:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 129.153.222.102:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 129.153.222.102:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 129.153.222.102:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 58.48.157.45:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 58.48.157.45:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 58.48.157.45:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 58.48.157.45:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 58.48.157.45:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 58.48.157.45:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 58.48.157.45:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 58.48.157.45:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 58.48.157.45:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 58.48.157.45:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 58.48.157.45:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 58.48.157.45:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 58.48.157.45:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 58.48.157.45:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 58.48.157.45:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 58.48.157.45:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 58.48.157.45:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 58.48.157.45:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 58.48.157.45:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 58.48.157.45:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 58.48.157.45:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 58.48.157.45:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 58.48.157.45:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 58.48.157.45:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 58.48.157.45:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 58.48.157.45:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 58.48.157.45:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 58.48.157.45:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 58.48.157.45:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 58.48.157.45:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 58.48.157.45:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 58.48.157.45:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 58.48.157.45:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 58.48.157.45:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 58.48.157.45:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 58.48.157.45:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 58.48.157.45:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 58.48.157.45:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 58.48.157.45:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 58.48.157.45:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 58.48.157.45:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 58.48.157.45:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 58.48.157.45:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 58.48.157.45:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 58.48.157.45:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 58.48.157.45:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 58.48.157.45:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 58.48.157.45:0 - "GET /api/v1/chats/f2c1a58d-430b-4075-aae1-b5792992fe53 HTTP/1.0" 200 OK
INFO: 58.48.157.45:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 58.48.157.45:0 - "GET /api/v1/chats/39e298c2-ff72-463c-9a15-b70d3bd932b7 HTTP/1.0" 200 OK
INFO: 58.48.157.45:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 58.48.157.45:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 58.48.157.45:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 58.48.157.45:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 58.48.157.45:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 58.48.157.45:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 58.48.157.45:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 58.48.157.45:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 58.48.157.45:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 58.48.157.45:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 58.48.157.45:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 58.48.157.45:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 58.48.157.45:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 58.48.157.45:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 58.48.157.45:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 58.48.157.45:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 58.48.157.45:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 58.48.157.45:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 58.48.157.45:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 58.48.157.45:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 58.48.157.45:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 58.48.157.45:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 58.48.157.45:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 58.48.157.45:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 58.48.157.45:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
INFO: 58.48.157.45:0 - "GET /ws/socket.io/?EIO=4&transport=websocket HTTP/1.0" 400 Bad Request
^C
Screenshots/Screen Recordings (if applicable):
[Attach any relevant screenshots to help illustrate the issue]
Additional Information
[Include any additional details that may help in understanding and reproducing the issue. This could include specific configurations, error messages, or anything else relevant to the bug.]
Note
If the bug report is incomplete or does not follow the provided instructions, it may not be addressed. Please ensure that you have followed the steps outlined in the README.md and troubleshooting.md documents, and provide all necessary information for us to reproduce and address the issue. Thank you!