mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 11:28:35 -05:00
[GH-ISSUE #22540] issue: pyodide files: when running script manually, new and changed files not showing up until browser tab refresh #35270
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 @TomTheWise on GitHub (Mar 10, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/22540
Check Existing Issues
Installation Method
Docker
Open WebUI Version
0.8.10
Ollama Version (if applicable)
No response
Operating System
Debian 13, Podman 5.X, postgres + pgvector
Browser (if applicable)
Edge latest
Confirmation
README.md.Expected Behavior
In the pyodide files, new files should show up when clicking files refresh.
Actual Behavior
New files showing up is currently not reliable.
When the python code is run by the LLM Model (Code Interpreter) it has a high chance to show up without need to click refresh inside the pyodide files.
However when script code (that AI generated as python window) is ran manually (Code Execution) it never shows the files - even when clicking refresh inside the pyodide files tab.
When refreshing the browser page - then the new file is shown.
If file already exist refresh also only will show you the old version not the overwritten current data - until you refresh the browser tab via F5, then the latest data is shown.
Steps to Reproduce
Test 1 (manually user started) Code Execution - bugged:
Test 2 (agentic started by AI) Conde Interpreter - successful
Logs & Screenshots
Cant find anything in the Browser logs, the OpenWeb UI Logs but here is a video that shows how AI model created a script and already run it but showed me the script to manually start it afterwards again:
https://github.com/user-attachments/assets/4e26f9ac-fef0-4d8e-9a29-8dcfbda7dc59
Additional Information
I just want to share my deep appreciation for your efforts! This seemingly small feature in the Changelogs of 0.8.9 is SUPER cool and brings so many good productive possibilities! Thank you so much!
@tjbck commented on GitHub (Mar 24, 2026):
Addressed in dev!