mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-22 09:31:58 -05:00
[GH-ISSUE #6282] Calling openwebui endpoints from within an openwebui function fails. #14303
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 @XReyRobert on GitHub (Oct 19, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/6282
Installation Method
My debugging function source code
[Describe the method you used to install the project, e.g., git clone, Docker, pip, etc.]
Environment
Open WebUI Version: v0.3.32
Ollama (if applicable): N/A
Operating System: openwebui docker image ghcr.io/open-webui/open-webui:main
Browser (if applicable): N/A
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 included the Docker container logs.
I have provided the exact steps to reproduce the bug in the "Steps to Reproduce" section below.
Expected Behavior:
I would expect to be able to connect to the openwebui API Endpoints invoked from the function that should be running within the container
Actual Behavior:
*Endpoint call does timeout
Description
Bug Summary:
[Provide a brief but clear summary of the bug]
Reproduction Details
Steps to Reproduce:
[Outline the steps to reproduce the bug. Be as detailed as possible.]
Logs and Screenshots
Browser Console Logs:
[Include relevant browser console logs, if applicable]
Docker Container Logs:
Additional Information
Note
It might be related to how to docker image is configured, I'm just out of options to try to debug further...