mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-19 04:10:26 -05:00
[GH-ISSUE #24749] issue: 0.9.5 breaks API clients? #107387
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 @radekg on GitHub (May 15, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/24749
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.9.5
Ollama Version (if applicable)
No response
Operating System
MacOS Tahoe 26.4.1
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
0.9.5 API does not work for OpenAI-compatible endpoints with the pi-mono harness.
Actual Behavior
I'm using a pi-mono harness to access models via Open WebUI API. v0.9.4 works fine, v0.9.5 breaks with
Steps to Reproduce
Access from pi-mono harness and Open WebUI API using OpenAI-compatible endpoints.
Logs & Screenshots
v0.9.4
v0.9.5
Additional Information
No response
@owui-terminator[bot] commented on GitHub (May 15, 2026):
🔍 Related Issues Found
I found some existing issues that might be related. Please check if any of these are duplicates or contain helpful solutions:
🟣 #24550 bug: NoneType object has no attribute 'startswith' — all /api/v1/chat/completions calls return 400 (v0.9.5, direct connections)
This is the closest match: it reports the same v0.9.5 regression where external/OpenAI-compatible API clients get HTTP 400 errors, specifically from
/api/v1/chat/completionsand a'NoneType' object has no attribute 'startswith'failure.by ThefloorMiner
🟣 #24554 issue: Open WebUI v0.9.5 Broken Completions API
This is the same regression from another client perspective. It explicitly says v0.9.5 breaks the completions API for external clients like OpenCode and Continue, which aligns with the reported API-client breakage here.
by xcjs ·
bug🟣 #4812 400 error in UI on context overflow
This is related at the symptom level because it also describes a 400 error when context overflow recovery/summarization is triggered. While older and not about API clients specifically, the failure mode in the new issue mentions context overflow recovery and summarization failing with 400.
by ddzina
💡 If your issue is a duplicate, please close it and add any additional details to the existing issue instead.
This comment was generated automatically. React with 👍 if helpful, 👎 if not.
@radekg commented on GitHub (May 15, 2026):
I can now see this is a duplicate of https://github.com/open-webui/open-webui/issues/24550.