[GH-ISSUE #15080] issue: 'list' object has no attribute 'strip' #104455

Closed
opened 2026-05-18 02:08:01 -05:00 by GiteaMirror · 9 comments
Owner

Originally created by @Iweisc on GitHub (Jun 17, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/15080

Check Existing Issues

  • I have searched the existing issues and discussions.
  • I am using the latest version of Open WebUI.

Installation Method

Git Clone

Open WebUI Version

v0.6.13

Ollama Version (if applicable)

No response

Operating System

Debian

Browser (if applicable)

Zen

Confirmation

  • I have read and followed all instructions in README.md.
  • I am using the latest version of both Open WebUI and Ollama.
  • I have included the browser console logs.
  • I have included the Docker container logs.
  • I have provided every relevant configuration, setting, and environment variable used in my setup.
  • I have clearly listed every relevant configuration, custom setting, environment variable, and command-line option that influences my setup (such as Docker Compose overrides, .env values, browser settings, authentication configurations, etc).
  • I have documented step-by-step reproduction instructions that are precise, sequential, and leave nothing to interpretation. My steps:
  • Start with the initial platform/version/OS and dependencies used,
  • Specify exact install/launch/configure commands,
  • List URLs visited, user input (incl. example values/emails/passwords if needed),
  • Describe all options and toggles enabled or changed,
  • Include any files or environmental changes,
  • Identify the expected and actual result at each stage,
  • Ensure any reasonably skilled user can follow and hit the same issue.

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'

Image

Steps to Reproduce

Not sure : (

Logs & Screenshots

Image

Additional Information

No response

Originally created by @Iweisc on GitHub (Jun 17, 2025). Original GitHub issue: https://github.com/open-webui/open-webui/issues/15080 ### Check Existing Issues - [x] I have searched the existing issues and discussions. - [x] I am using the latest version of Open WebUI. ### Installation Method Git Clone ### Open WebUI Version v0.6.13 ### Ollama Version (if applicable) _No response_ ### Operating System Debian ### Browser (if applicable) Zen ### Confirmation - [x] I have read and followed all instructions in `README.md`. - [x] I am using the latest version of **both** Open WebUI and Ollama. - [x] I have included the browser console logs. - [x] I have included the Docker container logs. - [x] I have **provided every relevant configuration, setting, and environment variable used in my setup.** - [x] I have clearly **listed every relevant configuration, custom setting, environment variable, and command-line option that influences my setup** (such as Docker Compose overrides, .env values, browser settings, authentication configurations, etc). - [x] I have documented **step-by-step reproduction instructions that are precise, sequential, and leave nothing to interpretation**. My steps: - Start with the initial platform/version/OS and dependencies used, - Specify exact install/launch/configure commands, - List URLs visited, user input (incl. example values/emails/passwords if needed), - Describe all options and toggles enabled or changed, - Include any files or environmental changes, - Identify the expected and actual result at each stage, - Ensure any reasonably skilled user can follow and hit the same issue. ### 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' ![Image](https://github.com/user-attachments/assets/2bcab764-d316-4e7e-bef3-7b90f2db8550) ### Steps to Reproduce Not sure : ( ### Logs & Screenshots ![Image](https://github.com/user-attachments/assets/4372e4f0-c3f4-47dd-aa27-220c11d5ed3e) ### Additional Information _No response_
GiteaMirror added the bug label 2026-05-18 02:08:01 -05:00
Author
Owner

@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.

<!-- gh-comment-id:2980826250 --> @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.
Author
Owner

@Iweisc 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.

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

<!-- gh-comment-id:2981210295 --> @Iweisc 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. 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](https://github.com/user-attachments/files/20780433/open-webui-logs.txt)
Author
Owner

@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

<!-- gh-comment-id:2981212544 --> @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
Author
Owner

@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.

<!-- gh-comment-id:2981219031 --> @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.
Author
Owner

@Iweisc commented on GitHub (Jun 17, 2025):

Fineeee.

<!-- gh-comment-id:2981229500 --> @Iweisc commented on GitHub (Jun 17, 2025): Fineeee.
Author
Owner

@Iweisc commented on GitHub (Jun 17, 2025):

Turns out that the issue was being caused by a function named Adaptive memory v3

<!-- gh-comment-id:2981237238 --> @Iweisc commented on GitHub (Jun 17, 2025): Turns out that the issue was being caused by a function named Adaptive memory v3
Author
Owner

@Iweisc commented on GitHub (Jun 17, 2025):

Whoopsies

<!-- gh-comment-id:2981238060 --> @Iweisc commented on GitHub (Jun 17, 2025): Whoopsies
Author
Owner

@pywacket commented on GitHub (Nov 1, 2025):

Thanks, removing the adaptive memory worked

<!-- gh-comment-id:3476394389 --> @pywacket commented on GitHub (Nov 1, 2025): Thanks, removing the adaptive memory worked
Author
Owner

@Iweisc commented on GitHub (Nov 1, 2025):

Thanks, removing the adaptive memory worked

:D

<!-- gh-comment-id:3476473716 --> @Iweisc commented on GitHub (Nov 1, 2025): > Thanks, removing the adaptive memory worked :D
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#104455