mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[GH-ISSUE #23958] bug: Inconsistent API behavior caused by Brotli dependency issues (v0.9.1) #58793
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 @sandr1x on GitHub (Apr 21, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/23958
Check Existing Issues
Installation Method
Pip Install
Open WebUI Version
v0.9.1
Ollama Version (if applicable)
No response
Operating System
Windows 10
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
Actual Behavior
Steps to Reproduce
Install Open WebUI v0.9.1 in a Python virtual environment
Have an inconsistent or broken Brotli setup:
~rotli)brotli 1.2.0instead of required1.1.0)Connect external APIs that may return Brotli-compressed responses:
https://api.mistral.ai/v1)Attempt to:
Logs & Screenshots
Relevant Error Log
Additional Context
Additional Information
Resolution / Workaround
Fixing Brotli dependencies resolves the issue:
Remove leftover invalid package manually:
Reinstall correct versions:
Suggestion
~rotli)@tjbck commented on GitHub (Apr 24, 2026):
Addressed in dev.