mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 11:28:35 -05:00
[GH-ISSUE #12018] issue: Code Interpreter Not Working & Error: expected string or bytes-like object, got 'list' When Using VLM Models #31965
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 @yuchenxie4645 on GitHub (Mar 24, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/12018
Check Existing Issues
Installation Method
Docker
Open WebUI Version
V0.5.20
Ollama Version (if applicable)
v0.6.3
Operating System
Ubuntu 24.04
Browser (if applicable)
Chrome
Confirmation
README.md.Expected Behavior
It should've outputted something when I attached a photo and not Error: expected string or bytes-like object, got 'list'. The code interpreter should've worked but instead hangs after finishing coding the analysis.
Actual Behavior
Received this error when attaching ANY photos to ANY VLM: Error: expected string or bytes-like object, got 'list' in both Ollama AND VLLM. Code interpreter hangs.
Steps to Reproduce
For vision:
For Interpreter:
Logs & Screenshots
I do not have a ss for interpreter
Additional Information
No response