mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #12740] issue: Knowledge file import with "%" in file name will throw Uncaught (in promise) URIError: malformed URI sequence #16703
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 @gullevek on GitHub (Apr 11, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/12740
Check Existing Issues
Installation Method
Pip Install
Open WebUI Version
v0.6.2
Ollama Version (if applicable)
v0.6.5
Operating System
macOS 14.7.5
Browser (if applicable)
Firefox 137.0.1, Chrome 135.0.7049.42 (Official Build) (arm64)
Confirmation
README.md.Expected Behavior
Create a new Knowledge Container
Upload a new file that contains a "%" character
It should not crash the web page
Actual Behavior
Create a new Knowledge Container
Upload a new file that contains a "%" character
"Uncaught (in promise) URIError: URI malformed"
The Knowledge container will no longer load and crash the web page if tried to
Steps to Reproduce
Logs & Screenshots
localhost-1744354325152.log
localhost-1744354364033.log
Additional Information
No response
@tjbck commented on GitHub (Apr 11, 2025):
Addressed with
c5636ff68c