[GH-ISSUE #4868] some files causes openwebui to close without error #13765

Closed
opened 2026-04-19 20:23:08 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @tcgumus on GitHub (Aug 23, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/4868

Bug Report

Installation Method

i use git clone and everything works until someone loads document with big table in it or big csv document. I can't find any error on logs even in debug mode.

Environment

  • Open WebUI Version: [e.g., v0.3.11]
    only using chatgpt

  • Operating System: windows server 2019, pipeline works on docker i connect it succesfully with port. there is no rag customization. default settings is causing error also.

  • Browser (if applicable): all

Confirmation:

  • I have read and followed all the instructions provided in the README.md.
  • I am on the latest version of both Open WebUI and Ollama.
  • I have included the browser console logs.
  • I have provided the exact steps to reproduce the bug in the "Steps to Reproduce" section below.
  • I have included the Docker container logs.

Actual Behavior:

i tried tika, changed extraction to chatgpt but still having the same issue. file is uploading correctly but when i submit it, it breaks the program and causes sudden shut down of service.

Description

Bug Summary:

Everything works until someone loads document with big table in it or big csv document. I can't find any error on logs even in debug mode.

i tried tika, changed extraction to chatgpt but still having the same issue. file is uploading correctly but when i submit it, it breaks the program and causes sudden shut down of service.

could you lead me to detailed logs of RAG or any environment variable or way to close big document uploads or file uploads all together. I can'e debug this error :/

there is no customization on the platform.

Originally created by @tcgumus on GitHub (Aug 23, 2024). Original GitHub issue: https://github.com/open-webui/open-webui/issues/4868 # Bug Report ## Installation Method i use git clone and everything works until someone loads document with big table in it or big csv document. I can't find any error on logs even in debug mode. ## Environment - **Open WebUI Version:** [e.g., v0.3.11] only using chatgpt - **Operating System:** windows server 2019, pipeline works on docker i connect it succesfully with port. there is no rag customization. default settings is causing error also. - **Browser (if applicable):** all **Confirmation:** - [x] I have read and followed all the instructions provided in the README.md. - [x] I am on the latest version of both Open WebUI and Ollama. - [x] I have included the browser console logs. - [x] I have provided the exact steps to reproduce the bug in the "Steps to Reproduce" section below. - [x] I have included the Docker container logs. ## Actual Behavior: i tried tika, changed extraction to chatgpt but still having the same issue. file is uploading correctly but when i submit it, it breaks the program and causes sudden shut down of service. ## Description **Bug Summary:** Everything works until someone loads document with big table in it or big csv document. I can't find any error on logs even in debug mode. i tried tika, changed extraction to chatgpt but still having the same issue. file is uploading correctly but when i submit it, it breaks the program and causes sudden shut down of service. could you lead me to detailed logs of RAG or any environment variable or way to close big document uploads or file uploads all together. I can'e debug this error :/ there is no customization on the platform.
Author
Owner

@tcgumus commented on GitHub (Aug 23, 2024):

After weeks of struggling to find a solution, I finally gave in and opened an issue on GitHub. And guess what? Less than an hour later, I might have found the solution! 🎉 It seems like the problem was related to a bug involving uvicorn and asyncio on Windows, specifically in production with SSL.

I've got a long testing journey ahead, but right now, it looks like things are working. I’d like to leave this issue open for about a week, as I think it could help others facing similar problems. I’m actively working on it and will share my test results soon. A PR is also in the works!

Thanks for your patience!

<!-- gh-comment-id:2307881120 --> @tcgumus commented on GitHub (Aug 23, 2024): After weeks of struggling to find a solution, I finally gave in and opened an issue on GitHub. And guess what? Less than an hour later, I might have found the solution! 🎉 It seems like the problem was related to a bug involving uvicorn and asyncio on Windows, specifically in production with SSL. I've got a long testing journey ahead, but right now, it looks like things are working. I’d like to leave this issue open for about a week, as I think it could help others facing similar problems. I’m actively working on it and will share my test results soon. A PR is also in the works! Thanks for your patience!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#13765