mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #22720] issue: Inconsistent code interpreter execution in Vivaldi #35326
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 @jndao on GitHub (Mar 16, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/22720
Check Existing Issues
Installation Method
Other
Open WebUI Version
v0.8.10
Ollama Version (if applicable)
No response
Operating System
Windows 11
Browser (if applicable)
Vivaldi @ Latest
Confirmation
README.md.Expected Behavior
Native mode enabled with modern models should be able to perform and complete code executions in chromium based browsers (including Vivaldi) and within the PWA.
This feature should allow models to complete calculations and validate assumptions.
Actual Behavior
Models are unable to complete the execution of the
execute_codetool call. The entire model response either hangs or theexecute_codecall hangs with incomplete code/code execution. Web search tool executions and other tool executions work as expected as well.Steps to Reproduce
execute_codeprocess.Logs & Screenshots
Additional Information
This might be related to https://github.com/pyodide/pyodide/issues/5927 or https://github.com/open-webui/open-webui/discussions/9720
I do not have this issue on IOS PWA. Code executions work as expected.
@jndao commented on GitHub (Mar 16, 2026):
Also ran in PWA on windows AND on firefox
Continues to hang. It seems to occur when the tab/PWA and the chat is not in focus. Not clear if this is an issue that can be worked around.
@tjbck commented on GitHub (Mar 22, 2026):
Not supported.