mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 23:21:44 -05:00
[GH-ISSUE #15080] issue: 'list' object has no attribute 'strip' #17460
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 @Iweisc on GitHub (Jun 17, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/15080
Check Existing Issues
Installation Method
Git Clone
Open WebUI Version
v0.6.13
Ollama Version (if applicable)
No response
Operating System
Debian
Browser (if applicable)
Zen
Confirmation
README.md.Expected Behavior
When i add an image to chat and send a message the ai should response normally.
Actual Behavior
But the actual behavior is when i add the image and send the message this error happens.
'list' object has no attribute 'strip'
Steps to Reproduce
Not sure : (
Logs & Screenshots
Additional Information
No response
@Classic298 commented on GitHub (Jun 17, 2025):
How did you add the model? Do you have any logs from the CLI? Did you try if it is fixed on 0.6.15 (since you are on an outdated version)? But this looks like a connection issue. How did you add the model?
Will need some logs here and steps to reproduce.
@Iweisc commented on GitHub (Jun 17, 2025):
Uhhh, So i dont manually add the models i just add my litellm api as open ai compaitable and it imports all the models from /model
and about CLI logs i will try to find some
CLI logs :-
open-webui-logs.txt
@Iweisc commented on GitHub (Jun 17, 2025):
I'll let you know that UI has been up for 11H so there will be a lot of logs
@Classic298 commented on GitHub (Jun 17, 2025):
Dude, I will not look through half a megabyte of logs. Please only provide the errors related to this issue.
And also, I did scroll through the first thousand lines and you may take these logs down unless you like having your prompts, answers and other sensitive data being publicly available.
@Iweisc commented on GitHub (Jun 17, 2025):
Fineeee.
@Iweisc commented on GitHub (Jun 17, 2025):
Turns out that the issue was being caused by a function named Adaptive memory v3
@Iweisc commented on GitHub (Jun 17, 2025):
Whoopsies
@pywacket commented on GitHub (Nov 1, 2025):
Thanks, removing the adaptive memory worked
@Iweisc commented on GitHub (Nov 1, 2025):
:D