mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
issue: 'list' object has no attribute 'strip' on image upload #5039
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 @liucoj on GitHub (May 5, 2025).
Check Existing Issues
Installation Method
Git Clone
Open WebUI Version
v0.6.5
Ollama Version (if applicable)
0.6.7
Operating System
macOS Sequoia 15.4.1
Browser (if applicable)
Safari, Firefox, Brave
Confirmation
README.md.Expected Behavior
Select Gemma3 or another vision model, upload an image to the chat and prompt for an analysis
Actual Behavior
Select Gemma3 or another vision model, upload an image to the chat but an error appears:
Failed to load resource: the server responded with a status of 400 (Bad Request)
Steps to Reproduce
Logs & Screenshots
on Safari I found this entry in console:
Failed to load resource: the server responded with a status of 400 (Bad Request)
Additional Information
This issue is related only to uploading images, no problems on different kind of documents like pdfs or text files.
Using the same vision model, the same image through Ollama cli worked well.