mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 23:21:44 -05:00
bug: File upload error-'NoneType' object is not iterable #3237
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 @frondesce on GitHub (Jan 10, 2025).
Bug Report
Installation Method
Docker
Environment
Confirmation:
Expected Behavior:
Files can be uploaded and parsed normally, just like previous versions
Actual Behavior:
An error occurs when uploading files
Description
Bug Summary:
When uploading files, an error message appears in the upper right corner of the screen: 'NoneType' object is not iterable
Reproduction Details
It can be reproduced by uploading a file or dragging the file directly into the dialog box.
Logs and Screenshots
Browser Console Logs:


Docker Container Logs:

Screenshots/Screen Recordings (if applicable):

@lzyq0912 commented on GitHub (Jan 10, 2025):
same, 同样的问题
@juananpe commented on GitHub (Jan 10, 2025):
Can you share the uploaded file? I'm unable to reproduce the bug. Maybe it's related to the UTF-8 encoding of the title or the contents of the file.
@tjbck commented on GitHub (Jan 10, 2025):
Seems to have caused by your embedding engine, it says "Unauthorized" in the logs.