mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-17 17:02:01 -05:00
Invalid external links can cause the program to crash. #4091
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 @glimpse-0201 on GitHub (Feb 24, 2025).
Bug Report
Installation Method
git clone
Environment
Confirmation:
Expected Behavior:
After I add an external link, it should retrieve the available models from the current link. An error popup or warning should be displayed if retrieval fails.
Actual Behavior:
The service crashed when I added an invalid link and failed to retrieve the model.
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:
[Include relevant Docker container logs, if applicable]
Screenshots/Screen Recordings (if applicable):
[Attach any relevant screenshots to help illustrate the issue]
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!
@rgaricano commented on GitHub (Feb 24, 2025):
Please, give some more info for reproduce it.
@glimpse-0201 commented on GitHub (Feb 25, 2025):
admin panel -> settings -> connections -> add connection -> Adding a correct address and entering an invalid API key will cause a crash because the response is not fault-tolerant and errors are not thrown.