mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 11:28:35 -05:00
[GH-ISSUE #21870] issue: v0.8.5: PNG/JPG uploaded but not sent to /api/chat/completions (features.image=false, no image parts) !!!! #58266
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 @Wiziechen on GitHub (Feb 25, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/21870
Check Existing Issues
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
README.md.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