[GH-ISSUE #16418] issue: Streaming stops when Kimi-Dev thinking tokens (◁think▷ / ◁/think▷) are encountered #17897

Closed
opened 2026-04-19 23:47:10 -05:00 by GiteaMirror · 4 comments
Owner

Originally created by @chrisoutwright on GitHub (Aug 9, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/16418

Check Existing Issues

  • I have searched the existing issues and discussions.
  • I am using the latest version of Open WebUI.

Installation Method

Pip Install

Open WebUI Version

v0.6.18

Ollama Version (if applicable)

v0.11.4

Operating System

Windows 11 Pro 24H2 , OS build 26100.4652 , Windows Feature Experience Pack 1000.26100.128.0

Browser (if applicable)

Chrome Version 139.0.7258.66 (64-Bit)

Confirmation

  • I have read and followed all instructions in README.md.
  • I am using the latest version of both Open WebUI and Ollama.
  • I have included the browser console logs. (not sure which)
  • I have included the Docker container logs. (n.A.)
  • I have provided every relevant configuration, setting, and environment variable used in my setup. (fresh install, connections added for ollama)
  • I have clearly listed every relevant configuration, custom setting, environment variable, and command-line option that influences my setup (such as Docker Compose overrides, .env values, browser settings, authentication configurations, etc). (listed in steps)
  • I have documented step-by-step reproduction instructions that are precise, sequential, and leave nothing to interpretation. My steps:
  • Start with the initial platform/version/OS and dependencies used,
  • Specify exact install/launch/configure commands,
  • List URLs visited, user input (incl. example values/emails/passwords if needed),
  • Describe all options and toggles enabled or changed,
  • Include any files or environmental changes,
  • Identify the expected and actual result at each stage,
  • Ensure any reasonably skilled user can follow and hit the same issue.

Expected Behavior

When using Kimi-Dev models that output ◁think▷ ... ◁/think▷, streaming should continue normally, with the "thinking" section hidden or collapsible in real time (similar to <think> handling).

Actual Behavior

When the model outputs ◁think▷, streaming stops immediately.
The rest of the response is only displayed all at once after the model finishes, instead of streaming progressively.

Steps to Reproduce

  1. Start a fresh $env:DATA_DIR="D:\open-webui\data"; uvx --python 3.11 open-webui@latest serve
  2. Connect to Ollama v0.11.4, (local connection)
  3. Load and run a Kimi-Dev-72B (hf.co/bartowski/moonshotai_Kimi-Dev-72B-GGUF:IQ4_XS) model that outputs thinking markers: ◁think▷ and ◁/think▷
  4. Ask the model any prompt that triggers a thinking section
  5. Observe that as soon as ◁think is output, streaming halts until the model completes, then the entire remaining text is dumped at once

Logs & Screenshots

Image

Additional Information

No response

Originally created by @chrisoutwright on GitHub (Aug 9, 2025). Original GitHub issue: https://github.com/open-webui/open-webui/issues/16418 ### Check Existing Issues - [x] I have searched the existing issues and discussions. - [x] I am using the latest version of Open WebUI. ### Installation Method Pip Install ### Open WebUI Version v0.6.18 ### Ollama Version (if applicable) v0.11.4 ### Operating System Windows 11 Pro 24H2 , OS build 26100.4652 , Windows Feature Experience Pack 1000.26100.128.0 ### Browser (if applicable) Chrome Version 139.0.7258.66 (64-Bit) ### Confirmation - [x] I have read and followed all instructions in `README.md`. - [x] I am using the latest version of **both** Open WebUI and Ollama. - [ ] I have included the browser console logs. (not sure which) - [ ] I have included the Docker container logs. (n.A.) - [x] I have **provided every relevant configuration, setting, and environment variable used in my setup.** (fresh install, connections added for ollama) - [x] I have clearly **listed every relevant configuration, custom setting, environment variable, and command-line option that influences my setup** (such as Docker Compose overrides, .env values, browser settings, authentication configurations, etc). (listed in steps) - [x] I have documented **step-by-step reproduction instructions that are precise, sequential, and leave nothing to interpretation**. My steps: - Start with the initial platform/version/OS and dependencies used, - Specify exact install/launch/configure commands, - List URLs visited, user input (incl. example values/emails/passwords if needed), - Describe all options and toggles enabled or changed, - Include any files or environmental changes, - Identify the expected and actual result at each stage, - Ensure any reasonably skilled user can follow and hit the same issue. ### Expected Behavior When using Kimi-Dev models that output `◁think▷ ... ◁/think▷`, streaming should continue normally, with the "thinking" section hidden or collapsible in real time (similar to `<think>` handling). ### Actual Behavior When the model outputs `◁think▷`, streaming stops immediately. The rest of the response is only displayed all at once after the model finishes, instead of streaming progressively. ### Steps to Reproduce 1. Start a fresh $env:DATA_DIR="D:\open-webui\data"; uvx --python 3.11 open-webui@latest serve 2. Connect to Ollama v0.11.4, (local connection) 3. Load and run a Kimi-Dev-72B (hf.co/bartowski/moonshotai_Kimi-Dev-72B-GGUF:IQ4_XS) model that outputs thinking markers: `◁think▷` and `◁/think▷` 4. Ask the model any prompt that triggers a thinking section 5. Observe that as soon as `◁think` is output, streaming halts until the model completes, then the entire remaining text is dumped at once ### Logs & Screenshots <img width="1766" height="227" alt="Image" src="https://github.com/user-attachments/assets/b90271f3-6596-4935-b9b6-7256a576aa66" /> ### Additional Information _No response_
GiteaMirror added the bug label 2026-04-19 23:47:10 -05:00
Author
Owner

@tjbck commented on GitHub (Aug 9, 2025):

Backend logs?

<!-- gh-comment-id:3172033252 --> @tjbck commented on GitHub (Aug 9, 2025): Backend logs?
Author
Owner

@chrisoutwright commented on GitHub (Aug 9, 2025):

take openrouter to reproduce ,, also this seems to be not tested fix of https://github.com/open-webui/open-webui/issues/15682#issuecomment-3078123483
screenshot shows it clearly.

anyway, how do I enable logging debug via?:

--env GLOBAL_LOG_LEVEL="DEBUG"

does not work with command:

PS C:\Users\chris> $env:DATA_DIR="D:\open-webui\data"; uvx --python 3.11 open-webui@latest serve --env GLOBAL_LOG_LEVEL="DEBUG"
████████░░░░░░░░░░░░ [137/306] starlette-compress==1.6.0                                                                                                                                                         warning: The module `cv2` is provided by more than one package, which causes an install race condition and can result in a broken module. Consider removing your dependency on either `opencv-python-headless` (v4.11.0.86) or `opencv-python` (v4.11.0.86).
Installed 306 packages in 5.06s
Usage: open-webui serve [OPTIONS]
Try 'open-webui serve --help' for help.
╭─ Error ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ No such option: --env                                                                                                                                                                                         │
╰───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
PS C:\Users\chris>

<!-- gh-comment-id:3172076905 --> @chrisoutwright commented on GitHub (Aug 9, 2025): take openrouter to reproduce ,, also this seems to be not tested fix of https://github.com/open-webui/open-webui/issues/15682#issuecomment-3078123483 screenshot shows it clearly. anyway, how do I enable logging debug via?: --env GLOBAL_LOG_LEVEL="DEBUG" does not work with command: ``` PS C:\Users\chris> $env:DATA_DIR="D:\open-webui\data"; uvx --python 3.11 open-webui@latest serve --env GLOBAL_LOG_LEVEL="DEBUG" ████████░░░░░░░░░░░░ [137/306] starlette-compress==1.6.0 warning: The module `cv2` is provided by more than one package, which causes an install race condition and can result in a broken module. Consider removing your dependency on either `opencv-python-headless` (v4.11.0.86) or `opencv-python` (v4.11.0.86). Installed 306 packages in 5.06s Usage: open-webui serve [OPTIONS] Try 'open-webui serve --help' for help. ╭─ Error ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ │ No such option: --env │ ╰───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ PS C:\Users\chris> ```
Author
Owner

@chrisoutwright commented on GitHub (Aug 9, 2025):

logs:

no such group repeating ..

2025-08-09 22:34:54.768 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 192.168.1.247:1236 - "GET /api/models HTTP/1.1" 200 - {}
2025-08-09 22:35:06.277 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 192.168.1.247:1258 - "POST /api/v1/chats/f2a7034a-b9e5-4c04-9902-7df97a4b65da HTTP/1.1" 200 - {}
2025-08-09 22:35:06.285 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 192.168.1.247:1258 - "GET /api/v1/chats/?page=1 HTTP/1.1" 200 - {}
2025-08-09 22:35:06.348 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 192.168.1.247:1258 - "GET /api/v1/folders/ HTTP/1.1" 200 - {}
2025-08-09 22:35:06.354 | DEBUG    | open_webui.utils.middleware:process_chat_payload:734 - form_data: {'stream': True, 'model': 'ChrisDual.hf.co/bartowski/moonshotai_Kimi-Dev-72B-GGUF:IQ3_M', 'messages': [{'role': 'user', 'content': 'The vocalist for "I Am Impact!" in Mystical Ninja Starring Goemon is _ _._ known as the "Big Brother of the anime music world" for his extensive work on TV shows and movies, performed the song which serves as the main theme for the robot Impact\n\nGive me 4 candidates.'}], 'features': {'image_generation': False, 'code_interpreter': False, 'web_search': False, 'memory': False}, 'variables': {'{{USER_NAME}}': 'Hans-Christian Heine', '{{USER_LOCATION}}': 'Unknown', '{{CURRENT_DATETIME}}': '2025-08-09 22:38:32', '{{CURRENT_DATE}}': '2025-08-09', '{{CURRENT_TIME}}': '22:38:32', '{{CURRENT_WEEKDAY}}': 'Saturday', '{{CURRENT_TIMEZONE}}': 'Europe/Zurich', '{{USER_LANGUAGE}}': 'de-DE'}, 'metadata': {'user_id': '9ec727cc-1eaf-43a5-984e-f7451d84fd67', 'chat_id': 'f2a7034a-b9e5-4c04-9902-7df97a4b65da', 'message_id': 'a2f10899-be4a-44f8-9ed0-9284aadbb95a', 'session_id': '2_EMJ9y-eTz9TshhAAAD', 'filter_ids': [], 'tool_ids': None, 'tool_servers': [], 'files': None, 'features': {'image_generation': False, 'code_interpreter': False, 'web_search': False, 'memory': False}, 'variables': {'{{USER_NAME}}': 'Hans-Christian Heine', '{{USER_LOCATION}}': 'Unknown', '{{CURRENT_DATETIME}}': '2025-08-09 22:38:32', '{{CURRENT_DATE}}': '2025-08-09', '{{CURRENT_TIME}}': '22:38:32', '{{CURRENT_WEEKDAY}}': 'Saturday', '{{CURRENT_TIMEZONE}}': 'Europe/Zurich', '{{USER_LANGUAGE}}': 'de-DE'}, 'model': {'id': 'ChrisDual.hf.co/bartowski/moonshotai_Kimi-Dev-72B-GGUF:IQ3_M', 'name': 'hf.co/bartowski/moonshotai_Kimi-Dev-72B-GGUF:IQ3_M', 'object': 'model', 'created': 1754771694, 'owned_by': 'ollama', 'ollama': {'name': 'hf.co/bartowski/moonshotai_Kimi-Dev-72B-GGUF:IQ3_M', 'model': 'ChrisDual.hf.co/bartowski/moonshotai_Kimi-Dev-72B-GGUF:IQ3_M', 'modified_at': '2025-08-06T22:14:34.6527196+02:00', 'size': 35503599163, 'digest': 'f047a7ef70eef6517bff4bf74b55577bd809914fda1f0833ffa136bedafec112', 'details': {'parent_model': '', 'format': 'gguf', 'family': 'qwen2', 'families': ['qwen2'], 'parameter_size': '72.7B', 'quantization_level': 'unknown'}, 'connection_type': 'local', 'urls': [1], 'expires_at': 1754772849}, 'connection_type': 'local', 'tags': [], 'actions': [], 'filters': []}, 'direct': False}, 'options': {}} - {}
2025-08-09 22:35:06.355 | DEBUG    | open_webui.utils.middleware:process_chat_payload:902 - tool_ids=None - {}
2025-08-09 22:35:06.355 | DEBUG    | open_webui.utils.middleware:process_chat_payload:903 - tool_servers=[] - {}
2025-08-09 22:35:06.355 | DEBUG    | open_webui.utils.chat:generate_chat_completion:167 - generate_chat_completion: {'stream': True, 'model': 'ChrisDual.hf.co/bartowski/moonshotai_Kimi-Dev-72B-GGUF:IQ3_M', 'messages': [{'role': 'user', 'content': 'The vocalist for "I Am Impact!" in Mystical Ninja Starring Goemon is _ _._ known as the "Big Brother of the anime music world" for his extensive work on TV shows and movies, performed the song which serves as the main theme for the robot Impact\n\nGive me 4 candidates.'}], 'metadata': {'user_id': '9ec727cc-1eaf-43a5-984e-f7451d84fd67', 'chat_id': 'f2a7034a-b9e5-4c04-9902-7df97a4b65da', 'message_id': 'a2f10899-be4a-44f8-9ed0-9284aadbb95a', 'session_id': '2_EMJ9y-eTz9TshhAAAD', 'filter_ids': [], 'tool_ids': None, 'tool_servers': [], 'files': None, 'features': {'image_generation': False, 'code_interpreter': False, 'web_search': False, 'memory': False}, 'variables': {'{{USER_NAME}}': 'Hans-Christian Heine', '{{USER_LOCATION}}': 'Unknown', '{{CURRENT_DATETIME}}': '2025-08-09 22:38:32', '{{CURRENT_DATE}}': '2025-08-09', '{{CURRENT_TIME}}': '22:38:32', '{{CURRENT_WEEKDAY}}': 'Saturday', '{{CURRENT_TIMEZONE}}': 'Europe/Zurich', '{{USER_LANGUAGE}}': 'de-DE'}, 'model': {'id': 'ChrisDual.hf.co/bartowski/moonshotai_Kimi-Dev-72B-GGUF:IQ3_M', 'name': 'hf.co/bartowski/moonshotai_Kimi-Dev-72B-GGUF:IQ3_M', 'object': 'model', 'created': 1754771694, 'owned_by': 'ollama', 'ollama': {'name': 'hf.co/bartowski/moonshotai_Kimi-Dev-72B-GGUF:IQ3_M', 'model': 'ChrisDual.hf.co/bartowski/moonshotai_Kimi-Dev-72B-GGUF:IQ3_M', 'modified_at': '2025-08-06T22:14:34.6527196+02:00', 'size': 35503599163, 'digest': 'f047a7ef70eef6517bff4bf74b55577bd809914fda1f0833ffa136bedafec112', 'details': {'parent_model': '', 'format': 'gguf', 'family': 'qwen2', 'families': ['qwen2'], 'parameter_size': '72.7B', 'quantization_level': 'unknown'}, 'connection_type': 'local', 'urls': [1], 'expires_at': 1754772849}, 'connection_type': 'local', 'tags': [], 'actions': [], 'filters': []}, 'direct': False}, 'options': {}} - {}
2025-08-09 22:35:07.081 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 192.168.1.247:1259 - "POST /api/chat/completions HTTP/1.1" 200 - {}
2025-08-09 22:35:07.160 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 192.168.1.247:1259 - "GET /api/v1/chats/?page=1 HTTP/1.1" 200 - {}
2025-08-09 22:35:07.191 | DEBUG    | open_webui.utils.middleware:stream_body_handler:2065 - Error: no such group - {}
2025-08-09 22:35:07.220 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 192.168.1.247:1259 - "GET /api/v1/folders/ HTTP/1.1" 200 - {}
2025-08-09 22:35:07.250 | DEBUG    | open_webui.utils.middleware:stream_body_handler:2065 - Error: no such group - {}
2025-08-09 22:35:07.306 | DEBUG    | open_webui.utils.middleware:stream_body_handler:2065 - Error: no such group - {}
2025-08-09 22:35:07.361 | DEBUG    | open_webui.utils.middleware:stream_body_handler:2065 - Error: no such group - {}
2025-08-09 22:35:07.419 | DEBUG    | open_webui.utils.middleware:stream_body_handler:2065 - Error: no such group - {}
2025-08-09 22:35:07.475 | DEBUG    | open_webui.utils.middleware:stream_body_handler:2065 - Error: no such group - {}
2025-08-09 22:35:07.530 | DEBUG    | open_webui.utils.middleware:stream_body_handler:2065 - Error: no such group - {}
<!-- gh-comment-id:3172082742 --> @chrisoutwright commented on GitHub (Aug 9, 2025): logs: no such group repeating .. ``` 2025-08-09 22:34:54.768 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 192.168.1.247:1236 - "GET /api/models HTTP/1.1" 200 - {} 2025-08-09 22:35:06.277 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 192.168.1.247:1258 - "POST /api/v1/chats/f2a7034a-b9e5-4c04-9902-7df97a4b65da HTTP/1.1" 200 - {} 2025-08-09 22:35:06.285 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 192.168.1.247:1258 - "GET /api/v1/chats/?page=1 HTTP/1.1" 200 - {} 2025-08-09 22:35:06.348 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 192.168.1.247:1258 - "GET /api/v1/folders/ HTTP/1.1" 200 - {} 2025-08-09 22:35:06.354 | DEBUG | open_webui.utils.middleware:process_chat_payload:734 - form_data: {'stream': True, 'model': 'ChrisDual.hf.co/bartowski/moonshotai_Kimi-Dev-72B-GGUF:IQ3_M', 'messages': [{'role': 'user', 'content': 'The vocalist for "I Am Impact!" in Mystical Ninja Starring Goemon is _ _._ known as the "Big Brother of the anime music world" for his extensive work on TV shows and movies, performed the song which serves as the main theme for the robot Impact\n\nGive me 4 candidates.'}], 'features': {'image_generation': False, 'code_interpreter': False, 'web_search': False, 'memory': False}, 'variables': {'{{USER_NAME}}': 'Hans-Christian Heine', '{{USER_LOCATION}}': 'Unknown', '{{CURRENT_DATETIME}}': '2025-08-09 22:38:32', '{{CURRENT_DATE}}': '2025-08-09', '{{CURRENT_TIME}}': '22:38:32', '{{CURRENT_WEEKDAY}}': 'Saturday', '{{CURRENT_TIMEZONE}}': 'Europe/Zurich', '{{USER_LANGUAGE}}': 'de-DE'}, 'metadata': {'user_id': '9ec727cc-1eaf-43a5-984e-f7451d84fd67', 'chat_id': 'f2a7034a-b9e5-4c04-9902-7df97a4b65da', 'message_id': 'a2f10899-be4a-44f8-9ed0-9284aadbb95a', 'session_id': '2_EMJ9y-eTz9TshhAAAD', 'filter_ids': [], 'tool_ids': None, 'tool_servers': [], 'files': None, 'features': {'image_generation': False, 'code_interpreter': False, 'web_search': False, 'memory': False}, 'variables': {'{{USER_NAME}}': 'Hans-Christian Heine', '{{USER_LOCATION}}': 'Unknown', '{{CURRENT_DATETIME}}': '2025-08-09 22:38:32', '{{CURRENT_DATE}}': '2025-08-09', '{{CURRENT_TIME}}': '22:38:32', '{{CURRENT_WEEKDAY}}': 'Saturday', '{{CURRENT_TIMEZONE}}': 'Europe/Zurich', '{{USER_LANGUAGE}}': 'de-DE'}, 'model': {'id': 'ChrisDual.hf.co/bartowski/moonshotai_Kimi-Dev-72B-GGUF:IQ3_M', 'name': 'hf.co/bartowski/moonshotai_Kimi-Dev-72B-GGUF:IQ3_M', 'object': 'model', 'created': 1754771694, 'owned_by': 'ollama', 'ollama': {'name': 'hf.co/bartowski/moonshotai_Kimi-Dev-72B-GGUF:IQ3_M', 'model': 'ChrisDual.hf.co/bartowski/moonshotai_Kimi-Dev-72B-GGUF:IQ3_M', 'modified_at': '2025-08-06T22:14:34.6527196+02:00', 'size': 35503599163, 'digest': 'f047a7ef70eef6517bff4bf74b55577bd809914fda1f0833ffa136bedafec112', 'details': {'parent_model': '', 'format': 'gguf', 'family': 'qwen2', 'families': ['qwen2'], 'parameter_size': '72.7B', 'quantization_level': 'unknown'}, 'connection_type': 'local', 'urls': [1], 'expires_at': 1754772849}, 'connection_type': 'local', 'tags': [], 'actions': [], 'filters': []}, 'direct': False}, 'options': {}} - {} 2025-08-09 22:35:06.355 | DEBUG | open_webui.utils.middleware:process_chat_payload:902 - tool_ids=None - {} 2025-08-09 22:35:06.355 | DEBUG | open_webui.utils.middleware:process_chat_payload:903 - tool_servers=[] - {} 2025-08-09 22:35:06.355 | DEBUG | open_webui.utils.chat:generate_chat_completion:167 - generate_chat_completion: {'stream': True, 'model': 'ChrisDual.hf.co/bartowski/moonshotai_Kimi-Dev-72B-GGUF:IQ3_M', 'messages': [{'role': 'user', 'content': 'The vocalist for "I Am Impact!" in Mystical Ninja Starring Goemon is _ _._ known as the "Big Brother of the anime music world" for his extensive work on TV shows and movies, performed the song which serves as the main theme for the robot Impact\n\nGive me 4 candidates.'}], 'metadata': {'user_id': '9ec727cc-1eaf-43a5-984e-f7451d84fd67', 'chat_id': 'f2a7034a-b9e5-4c04-9902-7df97a4b65da', 'message_id': 'a2f10899-be4a-44f8-9ed0-9284aadbb95a', 'session_id': '2_EMJ9y-eTz9TshhAAAD', 'filter_ids': [], 'tool_ids': None, 'tool_servers': [], 'files': None, 'features': {'image_generation': False, 'code_interpreter': False, 'web_search': False, 'memory': False}, 'variables': {'{{USER_NAME}}': 'Hans-Christian Heine', '{{USER_LOCATION}}': 'Unknown', '{{CURRENT_DATETIME}}': '2025-08-09 22:38:32', '{{CURRENT_DATE}}': '2025-08-09', '{{CURRENT_TIME}}': '22:38:32', '{{CURRENT_WEEKDAY}}': 'Saturday', '{{CURRENT_TIMEZONE}}': 'Europe/Zurich', '{{USER_LANGUAGE}}': 'de-DE'}, 'model': {'id': 'ChrisDual.hf.co/bartowski/moonshotai_Kimi-Dev-72B-GGUF:IQ3_M', 'name': 'hf.co/bartowski/moonshotai_Kimi-Dev-72B-GGUF:IQ3_M', 'object': 'model', 'created': 1754771694, 'owned_by': 'ollama', 'ollama': {'name': 'hf.co/bartowski/moonshotai_Kimi-Dev-72B-GGUF:IQ3_M', 'model': 'ChrisDual.hf.co/bartowski/moonshotai_Kimi-Dev-72B-GGUF:IQ3_M', 'modified_at': '2025-08-06T22:14:34.6527196+02:00', 'size': 35503599163, 'digest': 'f047a7ef70eef6517bff4bf74b55577bd809914fda1f0833ffa136bedafec112', 'details': {'parent_model': '', 'format': 'gguf', 'family': 'qwen2', 'families': ['qwen2'], 'parameter_size': '72.7B', 'quantization_level': 'unknown'}, 'connection_type': 'local', 'urls': [1], 'expires_at': 1754772849}, 'connection_type': 'local', 'tags': [], 'actions': [], 'filters': []}, 'direct': False}, 'options': {}} - {} 2025-08-09 22:35:07.081 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 192.168.1.247:1259 - "POST /api/chat/completions HTTP/1.1" 200 - {} 2025-08-09 22:35:07.160 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 192.168.1.247:1259 - "GET /api/v1/chats/?page=1 HTTP/1.1" 200 - {} 2025-08-09 22:35:07.191 | DEBUG | open_webui.utils.middleware:stream_body_handler:2065 - Error: no such group - {} 2025-08-09 22:35:07.220 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 192.168.1.247:1259 - "GET /api/v1/folders/ HTTP/1.1" 200 - {} 2025-08-09 22:35:07.250 | DEBUG | open_webui.utils.middleware:stream_body_handler:2065 - Error: no such group - {} 2025-08-09 22:35:07.306 | DEBUG | open_webui.utils.middleware:stream_body_handler:2065 - Error: no such group - {} 2025-08-09 22:35:07.361 | DEBUG | open_webui.utils.middleware:stream_body_handler:2065 - Error: no such group - {} 2025-08-09 22:35:07.419 | DEBUG | open_webui.utils.middleware:stream_body_handler:2065 - Error: no such group - {} 2025-08-09 22:35:07.475 | DEBUG | open_webui.utils.middleware:stream_body_handler:2065 - Error: no such group - {} 2025-08-09 22:35:07.530 | DEBUG | open_webui.utils.middleware:stream_body_handler:2065 - Error: no such group - {} ```
Author
Owner

@tjbck commented on GitHub (Aug 14, 2025):

Addressed with b43acc2b3d in dev!

<!-- gh-comment-id:3186233269 --> @tjbck commented on GitHub (Aug 14, 2025): Addressed with b43acc2b3d1ee66cb2cc2f1eb2860b9dcee3d837 in dev!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#17897