open-webui icon indicating copy to clipboard operation
open-webui copied to clipboard

it got an ‘Network Problem’ when I add ali bailian api

Open LeanFly opened this issue 10 months ago • 0 comments

I used docker to run open-webui the version is 0.5.16 the computer is running with windows 11

Image

ERROR [open_webui.routers.openai] Unexpected error: External Error: {'message': 'An system error has occurred, please try again later.', 'type': 'system_error', 'param': None, 'code': 'system_error'} Traceback (most recent call last): File "/app/backend/open_webui/routers/openai.py", line 456, in get_models raise Exception(error_detail) Exception: External Error: {'message': 'An system error has occurred, please try again later.', 'type': 'system_error', 'param': None, 'code': 'system_error'} INFO: 172.17.0.1:35778 - "GET /openai/models/2 HTTP/1.1" 500 Internal Server Error ERROR [open_webui.routers.openai] Unexpected error: External Error: {'message': 'An system error has occurred, please try again later.', 'type': 'system_error', 'param': None, 'code': 'system_error'} Traceback (most recent call last): File "/app/backend/open_webui/routers/openai.py", line 526, in verify_connection raise Exception(error_detail) Exception: External Error: {'message': 'An system error has occurred, please try again later.', 'type': 'system_error', 'param': None, 'code': 'system_error'} INFO: 172.17.0.1:35778 - "POST /openai/verify HTTP/1.1" 500 Internal Server Error ERROR [open_webui.routers.openai] Unexpected error: External Error: {'message': 'An system error has occurred, please try again later.', 'type': 'system_error', 'param': None, 'code': 'system_error'} Traceback (most recent call last): File "/app/backend/open_webui/routers/openai.py", line 526, in verify_connection raise Exception(error_detail) Exception: External Error: {'message': 'An system error has occurred, please try again later.', 'type': 'system_error', 'param': None, 'code': 'system_error'} INFO: 172.17.0.1:48644 - "POST /openai/verify HTTP/1.1" 500 Internal Server Error

LeanFly avatar Feb 25 '25 10:02 LeanFly