mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 02:48:13 -05:00
Bug: Certain documents will cause the chat to malfunction #471
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 @ChanJianHao on GitHub (Mar 14, 2024).
Bug Report
Description
Bug Summary:
When uploading certain documents along with chat, the chat will not respond.
Steps to Reproduce:
Expected Behavior:
LLM should reply, as it was working in previous version.
Actual Behavior:
Chat shows loading forever. In docker, I noticed some errors.
Environment
Macos Sonoma latest
Reproduction Details
Confirmation:
Logs and Screenshots
Browser Console Logs:
Not applicable.
Docker Container Logs:
Screenshots (if applicable):
[Attach any relevant screenshots to help illustrate the issue]
Installation Method
via Docker
Additional Information
I have attached the file that is giving me issues. Most files would work with no issues. But I noticed certain files, like those with null bytes have to be cleaned beforehand.
I have a few file samples which are known to cause issue, the one I used is firefox.txt within the archive. The others may have issues too.
Archive.zip
Thank you in advance! :)
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!
@tjbck commented on GitHub (Mar 15, 2024):
This issue should be solved with the latest release, keep us updated!
@ChanJianHao commented on GitHub (Mar 16, 2024):
Hi @tjbck, thank you for the quick fix. The issue is indeed fixed! ⭐
Some files are still having difficulties being uploaded though, likely due to non readable ASCII characters like null bytes which needs to be cleaned. Would open-webui be able to handle them in future?
Sample file which does not upload:
persist_firefox_comhijack_sysmon_11_13_7_1.txt
Error on browser:
Docker error:
@tjbck commented on GitHub (Mar 16, 2024):
Should be fixed on the dev branch, feel free to try it out and let us know if the issue persists!