[GH-ISSUE #21870] issue: v0.8.5: PNG/JPG uploaded but not sent to /api/chat/completions (features.image=false, no image parts) !!!! #35129

Closed
opened 2026-04-25 09:20:40 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @Wiziechen on GitHub (Feb 25, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/21870

Check Existing Issues

  • I have searched for any existing and/or related issues.
  • I have searched for any existing and/or related discussions.
  • I have also searched in the CLOSED issues AND CLOSED discussions and found no related items (your issue might already be addressed on the development branch!).
  • I am using the latest version of Open WebUI.

Installation Method

Git Clone

Open WebUI Version

v0.8.5

Ollama Version (if applicable)

No response

Operating System

Ubuntu 22.04,

Browser (if applicable)

No response

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

2026-02-25 14:52:24.359 | INFO | open_webui.routers.files:upload_file_handler:257 - file.content_type: image/png False
2026-02-25 14:52:24.369 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 119.123.76.67:0 - "POST /api/v1/files/?process=false HTTP/1.1" 200
2026-02-25 14:52:24.483 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 119.123.76.67:0 - "GET /api/v1/files/ad245853-09e6-4de0-9ee1-b98e00e2571c/process/status?stream=true HTTP/1.1" 200
2026-02-25 14:52:24.591 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 119.123.76.67:0 - "GET /api/v1/files/ad245853-09e6-4de0-9ee1-b98e00e2571c/content HTTP/1.1" 200
2026-02-25 14:52:27.608 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 119.123.76.67:0 - "GET /api/v1/chats/ea88f554-8034-4afe-96e6-7ca6ac5f818f HTTP/1.1" 200
2026-02-25 14:52:27.653 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 119.123.76.67:0 - "GET /api/v1/chats/0c11ef9d-0341-4859-9ffb-cbfa2c0c19e9 HTTP/1.1" 200
2026-02-25 14:52:29.974 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 119.123.76.67:0 - "POST /api/v1/chats/5878e10e-1991-401e-b85e-891c1bf6ab44 HTTP/1.1" 200
2026-02-25 14:52:30.153 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 119.123.76.67:0 - "GET /api/v1/chats/?page=1 HTTP/1.1" 200
2026-02-25 14:52:30.322 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 119.123.76.67:0 - "POST /api/chat/completions HTTP/1.1" 200
2026-02-25 14:52:30.503 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 119.123.76.67:0 - "GET /api/v1/chats/?page=1 HTTP/1.1" 200

V0.8.5 is not OK!!!
2026-02-25 14:52:24.359 | INFO | open_webui.routers.files:upload_file_handler:257 - file.content_type: image/png False!!!

Actual Behavior

2026-02-25 14:52:24.359 | INFO | open_webui.routers.files:upload_file_handler:257 - file.content_type: image/png False!!!

Steps to Reproduce

?

Logs & Screenshots

2026-02-25 14:58:54.325 | INFO | open_webui.routers.files:upload_file_handler:257 - file.content_type: image/png False
2026-02-25 14:58:54.336 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 119.123.76.67:0 - "POST /api/v1/files/?process=false HTTP/1.1" 200
2026-02-25 14:58:54.447 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 119.123.76.67:0 - "GET /api/v1/files/18530a61-8a3b-44e6-bc13-515b386edde1/process/status?stream=true HTTP/1.1" 200
2026-02-25 14:58:54.559 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 119.123.76.67:0 - "GET /api/v1/files/18530a61-8a3b-44e6-bc13-515b386edde1/content HTTP/1.1" 200
2026-02-25 14:58:55.055 | INFO | open_webui.routers.files:upload_file_handler:257 - file.content_type: image/png False
2026-02-25 14:58:55.065 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 119.123.76.67:0 - "POST /api/v1/files/?process=false HTTP/1.1" 200
2026-02-25 14:58:55.177 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 119.123.76.67:0 - "GET /api/v1/files/0996dab5-b453-45a7-b12a-63cce233ebd9/process/status?stream=true HTTP/1.1" 200
2026-02-25 14:58:55.290 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 119.123.76.67:0 - "GET /api/v1/files/0996dab5-b453-45a7-b12a-63cce233ebd9/content HTTP/1.1" 200
2026-02-25 14:58:55.727 | INFO | open_webui.routers.files:upload_file_handler:257 - file.content_type: image/png False
2026-02-25 14:58:55.735 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 119.123.76.67:0 - "POST /api/v1/files/?process=false HTTP/1.1" 200
2026-02-25 14:58:55.867 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 119.123.76.67:0 - "GET /api/v1/files/79fc7087-cf74-4084-a731-dea1e82432ad/process/status?stream=true HTTP/1.1" 200
2026-02-25 14:58:55.985 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 119.123.76.67:0 - "GET /api/v1/files/79fc7087-cf74-4084-a731-dea1e82432ad/content HTTP/1.1" 200
2026-02-25 14:58:56.280 | INFO | open_webui.routers.files:upload_file_handler:257 - file.content_type: image/png False
2026-02-25 14:58:56.291 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 119.123.76.67:0 - "POST /api/v1/files/?process=false HTTP/1.1" 200
2026-02-25 14:58:56.405 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 119.123.76.67:0 - "GET /api/v1/files/ab476a8d-9d52-4df8-97ba-191a9d78e287/process/status?stream=true HTTP/1.1" 200
2026-02-25 14:58:56.526 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 119.123.76.67:0 - "GET /api/v1/files/ab476a8d-9d52-4df8-97ba-191a9d78e287/content HTTP/1.1" 200
2026-02-25 14:58:56.865 | INFO | open_webui.routers.files:upload_file_handler:257 - file.content_type: image/png False
2026-02-25 14:58:56.872 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 119.123.76.67:0 - "POST /api/v1/files/?process=false HTTP/1.1" 200
2026-02-25 14:58:56.985 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 119.123.76.67:0 - "GET /api/v1/files/b5b03178-7f01-438f-b146-c29821713163/process/status?stream=true HTTP/1.1" 200
2026-02-25 14:58:57.093 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 119.123.76.67:0 - "GET /api/v1/files/b5b03178-7f01-438f-b146-c29821713163/content HTTP/1.1" 200
2026-02-25 14:58:57.394 | INFO | open_webui.routers.files:upload_file_handler:257 - file.content_type: image/png False
2026-02-25 14:58:57.403 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 119.123.76.67:0 - "POST /api/v1/files/?process=false HTTP/1.1" 200
2026-02-25 14:58:57.515 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 119.123.76.67:0 - "GET /api/v1/files/dd036166-a323-4a91-aa3b-d69636cfc332/process/status?stream=true HTTP/1.1" 200
2026-02-25 14:58:57.624 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 119.123.76.67:0 - "GET /api/v1/files/dd036166-a323-4a91-aa3b-d69636cfc332/content HTTP/1.1" 200
2026-02-25 14:58:57.926 | INFO | open_webui.routers.files:upload_file_handler:257 - file.content_type: image/png False
2026-02-25 14:58:57.934 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 119.123.76.67:0 - "POST /api/v1/files/?process=false HTTP/1.1" 200
2026-02-25 14:58:58.054 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 119.123.76.67:0 - "GET /api/v1/files/5cb9d8fd-9020-4e1f-a210-4b3ed978d565/process/status?stream=true HTTP/1.1" 200
2026-02-25 14:58:58.161 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 119.123.76.67:0 - "GET /api/v1/files/5cb9d8fd-9020-4e1f-a210-4b3ed978d565/content HTTP/1.1" 200

Additional Information

No response

Originally created by @Wiziechen on GitHub (Feb 25, 2026). Original GitHub issue: https://github.com/open-webui/open-webui/issues/21870 ### Check Existing Issues - [x] I have searched for any existing and/or related issues. - [x] I have searched for any existing and/or related discussions. - [x] I have also searched in the CLOSED issues AND CLOSED discussions and found no related items (your issue might already be addressed on the development branch!). - [x] I am using the latest version of Open WebUI. ### Installation Method Git Clone ### Open WebUI Version v0.8.5 ### Ollama Version (if applicable) _No response_ ### Operating System Ubuntu 22.04, ### Browser (if applicable) _No response_ ### 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 2026-02-25 14:52:24.359 | INFO | open_webui.routers.files:upload_file_handler:257 - file.content_type: image/png False 2026-02-25 14:52:24.369 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 119.123.76.67:0 - "POST /api/v1/files/?process=false HTTP/1.1" 200 2026-02-25 14:52:24.483 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 119.123.76.67:0 - "GET /api/v1/files/ad245853-09e6-4de0-9ee1-b98e00e2571c/process/status?stream=true HTTP/1.1" 200 2026-02-25 14:52:24.591 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 119.123.76.67:0 - "GET /api/v1/files/ad245853-09e6-4de0-9ee1-b98e00e2571c/content HTTP/1.1" 200 2026-02-25 14:52:27.608 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 119.123.76.67:0 - "GET /api/v1/chats/ea88f554-8034-4afe-96e6-7ca6ac5f818f HTTP/1.1" 200 2026-02-25 14:52:27.653 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 119.123.76.67:0 - "GET /api/v1/chats/0c11ef9d-0341-4859-9ffb-cbfa2c0c19e9 HTTP/1.1" 200 2026-02-25 14:52:29.974 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 119.123.76.67:0 - "POST /api/v1/chats/5878e10e-1991-401e-b85e-891c1bf6ab44 HTTP/1.1" 200 2026-02-25 14:52:30.153 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 119.123.76.67:0 - "GET /api/v1/chats/?page=1 HTTP/1.1" 200 2026-02-25 14:52:30.322 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 119.123.76.67:0 - "POST /api/chat/completions HTTP/1.1" 200 2026-02-25 14:52:30.503 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 119.123.76.67:0 - "GET /api/v1/chats/?page=1 HTTP/1.1" 200 V0.8.5 is not OK!!! 2026-02-25 14:52:24.359 | INFO | open_webui.routers.files:upload_file_handler:257 - file.content_type: image/png False!!! ### Actual Behavior 2026-02-25 14:52:24.359 | INFO | open_webui.routers.files:upload_file_handler:257 - file.content_type: image/png False!!! ### Steps to Reproduce ? ### Logs & Screenshots 2026-02-25 14:58:54.325 | INFO | open_webui.routers.files:upload_file_handler:257 - file.content_type: image/png False 2026-02-25 14:58:54.336 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 119.123.76.67:0 - "POST /api/v1/files/?process=false HTTP/1.1" 200 2026-02-25 14:58:54.447 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 119.123.76.67:0 - "GET /api/v1/files/18530a61-8a3b-44e6-bc13-515b386edde1/process/status?stream=true HTTP/1.1" 200 2026-02-25 14:58:54.559 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 119.123.76.67:0 - "GET /api/v1/files/18530a61-8a3b-44e6-bc13-515b386edde1/content HTTP/1.1" 200 2026-02-25 14:58:55.055 | INFO | open_webui.routers.files:upload_file_handler:257 - file.content_type: image/png False 2026-02-25 14:58:55.065 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 119.123.76.67:0 - "POST /api/v1/files/?process=false HTTP/1.1" 200 2026-02-25 14:58:55.177 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 119.123.76.67:0 - "GET /api/v1/files/0996dab5-b453-45a7-b12a-63cce233ebd9/process/status?stream=true HTTP/1.1" 200 2026-02-25 14:58:55.290 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 119.123.76.67:0 - "GET /api/v1/files/0996dab5-b453-45a7-b12a-63cce233ebd9/content HTTP/1.1" 200 2026-02-25 14:58:55.727 | INFO | open_webui.routers.files:upload_file_handler:257 - file.content_type: image/png False 2026-02-25 14:58:55.735 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 119.123.76.67:0 - "POST /api/v1/files/?process=false HTTP/1.1" 200 2026-02-25 14:58:55.867 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 119.123.76.67:0 - "GET /api/v1/files/79fc7087-cf74-4084-a731-dea1e82432ad/process/status?stream=true HTTP/1.1" 200 2026-02-25 14:58:55.985 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 119.123.76.67:0 - "GET /api/v1/files/79fc7087-cf74-4084-a731-dea1e82432ad/content HTTP/1.1" 200 2026-02-25 14:58:56.280 | INFO | open_webui.routers.files:upload_file_handler:257 - file.content_type: image/png False 2026-02-25 14:58:56.291 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 119.123.76.67:0 - "POST /api/v1/files/?process=false HTTP/1.1" 200 2026-02-25 14:58:56.405 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 119.123.76.67:0 - "GET /api/v1/files/ab476a8d-9d52-4df8-97ba-191a9d78e287/process/status?stream=true HTTP/1.1" 200 2026-02-25 14:58:56.526 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 119.123.76.67:0 - "GET /api/v1/files/ab476a8d-9d52-4df8-97ba-191a9d78e287/content HTTP/1.1" 200 2026-02-25 14:58:56.865 | INFO | open_webui.routers.files:upload_file_handler:257 - file.content_type: image/png False 2026-02-25 14:58:56.872 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 119.123.76.67:0 - "POST /api/v1/files/?process=false HTTP/1.1" 200 2026-02-25 14:58:56.985 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 119.123.76.67:0 - "GET /api/v1/files/b5b03178-7f01-438f-b146-c29821713163/process/status?stream=true HTTP/1.1" 200 2026-02-25 14:58:57.093 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 119.123.76.67:0 - "GET /api/v1/files/b5b03178-7f01-438f-b146-c29821713163/content HTTP/1.1" 200 2026-02-25 14:58:57.394 | INFO | open_webui.routers.files:upload_file_handler:257 - file.content_type: image/png False 2026-02-25 14:58:57.403 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 119.123.76.67:0 - "POST /api/v1/files/?process=false HTTP/1.1" 200 2026-02-25 14:58:57.515 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 119.123.76.67:0 - "GET /api/v1/files/dd036166-a323-4a91-aa3b-d69636cfc332/process/status?stream=true HTTP/1.1" 200 2026-02-25 14:58:57.624 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 119.123.76.67:0 - "GET /api/v1/files/dd036166-a323-4a91-aa3b-d69636cfc332/content HTTP/1.1" 200 2026-02-25 14:58:57.926 | INFO | open_webui.routers.files:upload_file_handler:257 - file.content_type: image/png False 2026-02-25 14:58:57.934 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 119.123.76.67:0 - "POST /api/v1/files/?process=false HTTP/1.1" 200 2026-02-25 14:58:58.054 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 119.123.76.67:0 - "GET /api/v1/files/5cb9d8fd-9020-4e1f-a210-4b3ed978d565/process/status?stream=true HTTP/1.1" 200 2026-02-25 14:58:58.161 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 119.123.76.67:0 - "GET /api/v1/files/5cb9d8fd-9020-4e1f-a210-4b3ed978d565/content HTTP/1.1" 200 ### Additional Information _No response_
GiteaMirror added the bug label 2026-04-25 09:20:40 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#35129