Can't Create Functions - [WinError 32] The process cannot access the file because it is being used by another process #2155

Closed
opened 2025-11-11 15:01:18 -06:00 by GiteaMirror · 0 comments
Owner

Originally created by @github-pmj on GitHub (Sep 22, 2024).

Bug Report

Installation Method

.venv
py -m pip install --upgrade open-webui

Environment

  • **Open WebUI Version:**0.3.23

  • Ollama (if applicable): 0.3.11

  • Operating System: Windows 10 22H2

  • Browser (if applicable): Edge

Confirmation:

  • [X ] 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.
  • [X ] I have included the browser console logs.
  • I have included the Docker container logs.
  • [X ] I have provided the exact steps to reproduce the bug in the "Steps to Reproduce" section below.

Expected Behavior:

The function should be saved

Actual Behavior:

An error is returned and the function is not saved

Description

Bug Summary:
Unable to save a Function from Open-WebUI. After clicking Save, and confirming the action I receive a Win32 error relating to a temporary file being created by the process.:- "[WinError 32] The process cannot access the file because it is being used by another process"

Reproduction Details

Steps to Reproduce:
Attempt to add the sample filter function - providing a name and description (Test, Test).
Click Save and Confirm Action
Error is received

Logs and Screenshots

Browser Console Logs:
[Include relevant browser console logs, if applicable]
Function_Save_Error_Broswer.log

Docker Container Logs:
[Include relevant Docker container logs, if applicable]

Screenshots/Screen Recordings (if applicable):
[Attach any relevant screenshots to help illustrate the issue]
OWI_Function_Error

Additional Information

[Include any additional details that may help in understanding and reproducing the issue. This could include specific configurations, error messages, or anything else relevant to the bug.]

Note

If the bug report is incomplete or does not follow the provided instructions, it may not be addressed. Please ensure that you have followed the steps outlined in the README.md and troubleshooting.md documents, and provide all necessary information for us to reproduce and address the issue. Thank you!

Originally created by @github-pmj on GitHub (Sep 22, 2024). # Bug Report ## Installation Method .venv py -m pip install --upgrade open-webui ## Environment - **Open WebUI Version:**0.3.23 - **Ollama (if applicable):** 0.3.11 - **Operating System:** Windows 10 22H2 - **Browser (if applicable):** Edge **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. - [ ] I have included the Docker container logs. - [X ] I have provided the exact steps to reproduce the bug in the "Steps to Reproduce" section below. ## Expected Behavior: The function should be saved ## Actual Behavior: An error is returned and the function is not saved ## Description **Bug Summary:** Unable to save a Function from Open-WebUI. After clicking Save, and confirming the action I receive a Win32 error relating to a temporary file being created by the process.:- "[WinError 32] The process cannot access the file because it is being used by another process" ## Reproduction Details **Steps to Reproduce:** Attempt to add the sample filter function - providing a name and description (Test, Test). Click Save and Confirm Action Error is received ## Logs and Screenshots **Browser Console Logs:** [Include relevant browser console logs, if applicable] [Function_Save_Error_Broswer.log](https://github.com/user-attachments/files/17089167/Function_Save_Error_Broswer.log) **Docker Container Logs:** [Include relevant Docker container logs, if applicable] **Screenshots/Screen Recordings (if applicable):** [Attach any relevant screenshots to help illustrate the issue] <img width="400" alt="OWI_Function_Error" src="https://github.com/user-attachments/assets/c03f1690-3536-46f4-ae11-64ed5ad4c466"> ## Additional Information [Include any additional details that may help in understanding and reproducing the issue. This could include specific configurations, error messages, or anything else relevant to the bug.] ## Note If the bug report is incomplete or does not follow the provided instructions, it may not be addressed. Please ensure that you have followed the steps outlined in the README.md and troubleshooting.md documents, and provide all necessary information for us to reproduce and address the issue. Thank you!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#2155