mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-08 04:16:03 -05:00
[GH-ISSUE #6597] When uploading a JPEG image, I'm getting TimeoutError: Timeout reached while detecting encoding #29945
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 @natea on GitHub (Oct 30, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/6597
Bug Report
Installation Method
I used
docker runto install it on an Ubuntu Linux host.Environment
Open WebUI Version: v0.3.35
Operating System: Ubuntu 20.04
Browser (if applicable): [e.g., Chrome 100.0, Firefox 98.0]
Confirmation:
Expected Behavior:
When I upload a document, I won't get an error message.
Actual Behavior:
When I upload a document to a Knowledge Collection, it gives an error message and I get the error shown below.
Description
Bug Summary:
When I upload a JPEG image, it fails to upload and the Docker logs show the following traceback (see below)
Reproduction Details
Steps to Reproduce:
Upload a document, preferably larger than 1MB.
Logs and Screenshots
Browser Console Logs:
[Include relevant browser console logs, if applicable]
Docker Container Logs:
Screenshots/Screen Recordings (if applicable):
[Attach any relevant screenshots to help illustrate the issue]
I can create a screen recording if that's useful, but I suspect it won't give much relevant information, since the error message that's displayed is pretty cryptic.