[GH-ISSUE #8518] blank page after logging #15153

Closed
opened 2026-04-19 21:26:58 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @Sturmkater on GitHub (Jan 13, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/8518

Bug Report

Important Notes


Installation Method

Docker on Synology NAS, ollama on proxmox

Environment

  • Open WebUI Version: [e.g., v0.3.11]
    ? popably latest, gets updated with Ouroboros

  • Ollama (if applicable): [e.g., v0.2.0, v0.1.32-rc1]

  • 0.5.1 << works well in Terminal

  • Operating System: [e.g., Windows 10, macOS Big Sur, Ubuntu 20.04]

  • Docker

  • Browser (if applicable): [e.g., Chrome 100.0, Firefox 98.0]

  • Brave, Safari

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:

First it got slower und buggier, second question mad it hang. Now after logging there is a blank page. If I compose a new docker open webui container the ui is entirely unreachable.

Actual Behavior:

[Describe what actually happened.]

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]

2025/01/13 13:52:01 stderr INFO:     connection closed
2025/01/13 13:47:22 stderr RuntimeError: No response returned.
2025/01/13 13:47:22 stderr raise RuntimeError("No response returned.")
2025/01/13 13:47:22 stderr File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 166, in call_next
2025/01/13 13:47:22 stderr ^^^^^^^^^^^^^^^^^^^^^^^^
2025/01/13 13:47:22 stderr return await call_next(request)
2025/01/13 13:47:22 stderr File "/app/backend/open_webui/main.py", line 723, in inspect_websocket
2025/01/13 13:47:22 stderr ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025/01/13 13:47:22 stderr response = await self.dispatch_func(request, call_next)
2025/01/13 13:47:22 stderr File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 191, in call
2025/01/13 13:47:22 stderr raise exc
2025/01/13 13:47:22 stderr File "/usr/local/lib/python3.11/site-packages/starlette/_utils.py", line 93, in collapse_excgroups
2025/01/13 13:47:22 stderr self.gen.throw(typ, value, traceback)
2025/01/13 13:47:22 stderr File "/usr/local/lib/python3.11/contextlib.py", line 158, in exit
2025/01/13 13:47:22 stderr with collapse_excgroups():
2025/01/13 13:47:22 stderr File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 189, in call
2025/01/13 13:47:22 stderr await self.app(scope, receive, send)
2025/01/13 13:47:22 stderr File "/usr/local/lib/python3.11/site-packages/starlette/middleware/cors.py", line 85, in call
2025/01/13 13:47:22 stderr await self.app(scope, receive, _send)
2025/01/13 13:47:22 stderr File "/usr/local/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in call
2025/01/13 13:47:22 stderr raise exc
2025/01/13 13:47:22 stderr File "/usr/local/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in call
2025/01/13 13:47:22 stderr await self.middleware_stack(scope, receive, send)
2025/01/13 13:47:22 stderr File "/usr/local/lib/python3.11/site-packages/starlette/applications.py", line 123, in call
2025/01/13 13:47:22 stderr await super().call(scope, receive, send)
2025/01/13 13:47:22 stderr File "/usr/local/lib/python3.11/site-packages/fastapi/applications.py", line 1054, in call
2025/01/13 13:47:22 stderr ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025/01/13 13:47:22 stderr return await self.app(scope, receive, send)
2025/01/13 13:47:22 stderr File "/usr/local/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 70, in call
2025/01/13 13:47:22 stderr ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025/01/13 13:47:22 stderr result = await app(  # type: ignore[func-returns-value]
2025/01/13 13:47:22 stderr File "/usr/local/lib/python3.11/site-packages/uvicorn/protocols/http/httptools_impl.py", line 401, in run_asgi
2025/01/13 13:47:22 stderr Traceback (most recent call last):
2025/01/13 13:47:22 stderr  
2025/01/13 13:47:22 stderr During handling of the above exception, another exception occurred:
2025/01/13 13:47:22 stderr  
2025/01/13 13:47:22 stderr +------------------------------------
2025/01/13 13:47:22 stderr | RuntimeError: No response returned.
2025/01/13 13:47:22 stderr |     raise RuntimeError("No response returned.")
2025/01/13 13:47:22 stderr |   File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 166, in call_next
2025/01/13 13:47:22 stderr |            ^^^^^^^^^^^^^^^^^^^^^^^^
2025/01/13 13:47:22 stderr |     return await call_next(request)
2025/01/13 13:47:22 stderr |   File "/app/backend/open_webui/main.py", line 723, in inspect_websocket
2025/01/13 13:47:22 stderr |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025/01/13 13:47:22 stderr |     response = await self.dispatch_func(request, call_next)
2025/01/13 13:47:22 stderr |   File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 191, in call
2025/01/13 13:47:22 stderr |     raise exc
2025/01/13 13:47:22 stderr |   File "/usr/local/lib/python3.11/site-packages/starlette/_utils.py", line 93, in collapse_excgroups
2025/01/13 13:47:22 stderr |     self.gen.throw(typ, value, traceback)
2025/01/13 13:47:22 stderr |   File "/usr/local/lib/python3.11/contextlib.py", line 158, in exit
2025/01/13 13:47:22 stderr |     with collapse_excgroups():
2025/01/13 13:47:22 stderr |   File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 189, in call
2025/01/13 13:47:22 stderr |     await self.app(scope, receive, send)
2025/01/13 13:47:22 stderr |   File "/usr/local/lib/python3.11/site-packages/starlette/middleware/cors.py", line 85, in call
2025/01/13 13:47:22 stderr |     await self.app(scope, receive, _send)
2025/01/13 13:47:22 stderr |   File "/usr/local/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in call
2025/01/13 13:47:22 stderr |     raise exc
2025/01/13 13:47:22 stderr |   File "/usr/local/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in call
2025/01/13 13:47:22 stderr |     await self.middleware_stack(scope, receive, send)
2025/01/13 13:47:22 stderr |   File "/usr/local/lib/python3.11/site-packages/starlette/applications.py", line 123, in call
2025/01/13 13:47:22 stderr |     await super().call(scope, receive, send)
2025/01/13 13:47:22 stderr |   File "/usr/local/lib/python3.11/site-packages/fastapi/applications.py", line 1054, in call
2025/01/13 13:47:22 stderr |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025/01/13 13:47:22 stderr |     return await self.app(scope, receive, send)
2025/01/13 13:47:22 stderr |   File "/usr/local/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 70, in call
2025/01/13 13:47:22 stderr |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025/01/13 13:47:22 stderr |     result = await app(  # type: ignore[func-returns-value]
2025/01/13 13:47:22 stderr |   File "/usr/local/lib/python3.11/site-packages/uvicorn/protocols/http/httptools_impl.py", line 401, in run_asgi
2025/01/13 13:47:22 stderr | Traceback (most recent call last):
2025/01/13 13:47:22 stderr +-+---------------- 1 ----------------
2025/01/13 13:47:22 stderr | ExceptionGroup: unhandled errors in a TaskGroup (1 sub-exception)
2025/01/13 13:47:22 stderr |     raise BaseExceptionGroup(
2025/01/13 13:47:22 stderr |   File "/usr/local/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 815, in aexit
2025/01/13 13:47:22 stderr |     async with anyio.create_task_group() as task_group:
2025/01/13 13:47:22 stderr |   File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 190, in call
2025/01/13 13:47:22 stderr |     yield
2025/01/13 13:47:22 stderr |   File "/usr/local/lib/python3.11/site-packages/starlette/_utils.py", line 87, in collapse_excgroups
2025/01/13 13:47:22 stderr + Exception Group Traceback (most recent call last):
2025/01/13 13:47:22 stderr ERROR:    Exception in ASGI application
2025/01/13 13:47:22 stderr INFO  [open_webui.routers.ollama] get_all_models()
2025/01/13 13:47:22 stderr ERROR [open_webui.routers.openai] Connection error: Cannot connect to host api.openai.com:443 ssl:default [Connect call failed ('172.66.0.243', 443)]
2025/01/13 13:47:12 stdout INFO:     172.17.0.1:53682 - "POST /api/v1/folders/3feb89b1-27c0-4122-9f09-79550609a379/update/expanded HTTP/1.1" 200 OK
2025/01/13 13:47:12 stdout INFO:     172.17.0.1:53400 - "GET /api/version/updates HTTP/1.1" 200 OK
2025/01/13 13:47:11 stdout INFO:     172.17.0.1:53680 - "GET /api/v1/chats/?page=1 HTTP/1.1" 200 OK
2025/01/13 13:47:11 stdout INFO:     172.17.0.1:53682 - "GET /api/v1/folders/ HTTP/1.1" 200 OK
2025/01/13 13:47:11 stdout INFO:     172.17.0.1:53680 - "GET /api/v1/chats/pinned HTTP/1.1" 200 OK
2025/01/13 13:47:11 stdout INFO:     172.17.0.1:53682 - "GET /api/v1/chats/all/tags HTTP/1.1" 200 OK
2025/01/13 13:47:11 stdout INFO:     172.17.0.1:53680 - "GET /api/v1/users/user/settings HTTP/1.1" 200 OK
2025/01/13 13:47:11 stdout INFO:     172.17.0.1:53682 - "GET /api/v1/channels/ HTTP/1.1" 200 OK
2025/01/13 13:47:11 stdout INFO:     172.17.0.1:53680 - "GET /ollama/api/version HTTP/1.1" 200 OK
2025/01/13 13:47:11 stdout INFO:     172.17.0.1:53682 - "GET /static/favicon.png HTTP/1.1" 304 Not Modified
2025/01/13 13:47:11 stdout INFO:     172.17.0.1:53680 - "GET /assets/fonts/Inter-Variable.ttf HTTP/1.1" 200 OK
2025/01/13 13:47:11 stdout INFO:     172.17.0.1:53400 - "GET /api/v1/tools/ HTTP/1.1" 200 OK
2025/01/13 13:47:11 stdout INFO:     172.17.0.1:53400 - "GET /api/v1/configs/banners HTTP/1.1" 200 OK
2025/01/13 13:47:10 stdout INFO:     172.17.0.1:53400 - "GET /api/models HTTP/1.1" 200 OK
2025/01/13 13:47:10 stderr INFO  [open_webui.routers.ollama] get_all_models()
2025/01/13 13:47:10 stderr ERROR [open_webui.routers.openai] Connection error: Cannot connect to host api.openai.com:443 ssl:default [Connect call failed ('162.159.140.245', 443)]
2025/01/13 13:47:10 stderr RuntimeError: No response returned.
2025/01/13 13:47:10 stderr raise RuntimeError("No response returned.")
2025/01/13 13:47:10 stderr File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 166, in call_next
2025/01/13 13:47:10 stderr ^^^^^^^^^^^^^^^^^^^^^^^^
2025/01/13 13:47:10 stderr return await call_next(request)
2025/01/13 13:47:10 stderr File "/app/backend/open_webui/main.py", line 723, in inspect_websocket
2025/01/13 13:47:10 stderr ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025/01/13 13:47:10 stderr response = await self.dispatch_func(request, call_next)
2025/01/13 13:47:10 stderr File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 191, in call
2025/01/13 13:47:10 stderr raise exc
2025/01/13 13:47:10 stderr File "/usr/local/lib/python3.11/site-packages/starlette/_utils.py", line 93, in collapse_excgroups
2025/01/13 13:47:10 stderr self.gen.throw(typ, value, traceback)
2025/01/13 13:47:10 stderr File "/usr/local/lib/python3.11/contextlib.py", line 158, in exit
2025/01/13 13:47:10 stderr with collapse_excgroups():
2025/01/13 13:47:10 stderr File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 189, in call
2025/01/13 13:47:10 stderr await self.app(scope, receive, send)
2025/01/13 13:47:10 stderr File "/usr/local/lib/python3.11/site-packages/starlette/middleware/cors.py", line 85, in call
2025/01/13 13:47:10 stderr await self.app(scope, receive, _send)
2025/01/13 13:47:10 stderr File "/usr/local/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in call
2025/01/13 13:47:10 stderr raise exc
2025/01/13 13:47:10 stderr File "/usr/local/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in call
2025/01/13 13:47:10 stderr await self.middleware_stack(scope, receive, send)
2025/01/13 13:47:10 stderr File "/usr/local/lib/python3.11/site-packages/starlette/applications.py", line 123, in call
2025/01/13 13:47:10 stderr await super().call(scope, receive, send)
2025/01/13 13:47:10 stderr File "/usr/local/lib/python3.11/site-packages/fastapi/applications.py", line 1054, in call
2025/01/13 13:47:10 stderr ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025/01/13 13:47:10 stderr return await self.app(scope, receive, send)
2025/01/13 13:47:10 stderr File "/usr/local/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 70, in call
2025/01/13 13:47:10 stderr ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025/01/13 13:47:10 stderr result = await app(  # type: ignore[func-returns-value]
2025/01/13 13:47:10 stderr File "/usr/local/lib/python3.11/site-packages/uvicorn/protocols/http/httptools_impl.py", line 401, in run_asgi
2025/01/13 13:47:10 stderr Traceback (most recent call last):
2025/01/13 13:47:10 stderr  
2025/01/13 13:47:10 stderr During handling of the above exception, another exception occurred:
2025/01/13 13:47:10 stderr  
2025/01/13 13:47:10 stderr +------------------------------------
2025/01/13 13:47:10 stderr | RuntimeError: No response returned.
2025/01/13 13:47:10 stderr |     raise RuntimeError("No response returned.")
2025/01/13 13:47:10 stderr |   File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 166, in call_next
2025/01/13 13:47:10 stderr |            ^^^^^^^^^^^^^^^^^^^^^^^^
2025/01/13 13:47:10 stderr |     return await call_next(request)
2025/01/13 13:47:10 stderr |   File "/app/backend/open_webui/main.py", line 723, in inspect_websocket
2025/01/13 13:47:10 stderr |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025/01/13 13:47:10 stderr |     response = await self.dispatch_func(request, call_next)
2025/01/13 13:47:10 stderr |   File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 191, in call
2025/01/13 13:47:10 stderr |     raise exc
2025/01/13 13:47:10 stderr |   File "/usr/local/lib/python3.11/site-packages/starlette/_utils.py", line 93, in collapse_excgroups
2025/01/13 13:47:10 stderr |     self.gen.throw(typ, value, traceback)
2025/01/13 13:47:10 stderr |   File "/usr/local/lib/python3.11/contextlib.py", line 158, in exit
2025/01/13 13:47:10 stderr |     with collapse_excgroups():
2025/01/13 13:47:10 stderr |   File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 189, in call
2025/01/13 13:47:10 stderr |     await self.app(scope, receive, send)
2025/01/13 13:47:10 stderr |   File "/usr/local/lib/python3.11/site-packages/starlette/middleware/cors.py", line 85, in call
2025/01/13 13:47:10 stderr |     await self.app(scope, receive, _send)
2025/01/13 13:47:10 stderr |   File "/usr/local/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in call
2025/01/13 13:47:10 stderr |     raise exc
2025/01/13 13:47:10 stderr |   File "/usr/local/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in call
2025/01/13 13:47:10 stderr |     await self.middleware_stack(scope, receive, send)
2025/01/13 13:47:10 stderr |   File "/usr/local/lib/python3.11/site-packages/starlette/applications.py", line 123, in call
2025/01/13 13:47:10 stderr |     await super().call(scope, receive, send)
2025/01/13 13:47:10 stderr |   File "/usr/local/lib/python3.11/site-packages/fastapi/applications.py", line 1054, in call
2025/01/13 13:47:10 stderr |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025/01/13 13:47:10 stderr |     return await self.app(scope, receive, send)
2025/01/13 13:47:10 stderr |   File "/usr/local/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 70, in call
2025/01/13 13:47:10 stderr |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025/01/13 13:47:10 stderr |     result = await app(  # type: ignore[func-returns-value]
2025/01/13 13:47:10 stderr |   File "/usr/local/lib/python3.11/site-packages/uvicorn/protocols/http/httptools_impl.py", line 401, in run_asgi
2025/01/13 13:47:10 stderr | Traceback (most recent call last):
2025/01/13 13:47:10 stderr +-+---------------- 1 ----------------
2025/01/13 13:47:10 stderr | ExceptionGroup: unhandled errors in a TaskGroup (1 sub-exception)
2025/01/13 13:47:10 stderr |     raise BaseExceptionGroup(
2025/01/13 13:47:10 stderr |   File "/usr/local/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 815, in aexit
2025/01/13 13:47:10 stderr |     async with anyio.create_task_group() as task_group:
2025/01/13 13:47:10 stderr |   File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 190, in call
2025/01/13 13:47:10 stderr |     yield
2025/01/13 13:47:10 stderr |   File "/usr/local/lib/python3.11/site-packages/starlette/_utils.py", line 87, in collapse_excgroups
2025/01/13 13:47:10 stderr + Exception Group Traceback (most recent call last):
2025/01/13 13:47:10 stderr ERROR:    Exception in ASGI application
2025/01/13 13:47:10 stderr INFO  [open_webui.routers.ollama] get_all_models()
2025/01/13 13:47:10 stderr ERROR [open_webui.routers.openai] Connection error: Cannot connect to host api.openai.com:443 ssl:default [Connect call failed ('172.66.0.243', 443)]
2025/01/13 13:47:09 stderr RuntimeError: No response returned.
2025/01/13 13:47:09 stderr raise RuntimeError("No response returned.")
2025/01/13 13:47:09 stderr File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 166, in call_next
2025/01/13 13:47:09 stderr ^^^^^^^^^^^^^^^^^^^^^^^^
2025/01/13 13:47:09 stderr return await call_next(request)
2025/01/13 13:47:09 stderr File "/app/backend/open_webui/main.py", line 723, in inspect_websocket
2025/01/13 13:47:09 stderr ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025/01/13 13:47:09 stderr response = await self.dispatch_func(request, call_next)
2025/01/13 13:47:09 stderr File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 191, in call
2025/01/13 13:47:09 stderr raise exc
2025/01/13 13:47:09 stderr File "/usr/local/lib/python3.11/site-packages/starlette/_utils.py", line 93, in collapse_excgroups
2025/01/13 13:47:09 stderr self.gen.throw(typ, value, traceback)
2025/01/13 13:47:09 stderr File "/usr/local/lib/python3.11/contextlib.py", line 158, in exit
2025/01/13 13:47:09 stderr with collapse_excgroups():
2025/01/13 13:47:09 stderr File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 189, in call
2025/01/13 13:47:09 stderr await self.app(scope, receive, send)
2025/01/13 13:47:09 stderr File "/usr/local/lib/python3.11/site-packages/starlette/middleware/cors.py", line 85, in call
2025/01/13 13:47:09 stderr await self.app(scope, receive, _send)
2025/01/13 13:47:09 stderr File "/usr/local/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in call
2025/01/13 13:47:09 stderr raise exc
2025/01/13 13:47:09 stderr File "/usr/local/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in call
2025/01/13 13:47:09 stderr await self.middleware_stack(scope, receive, send)
2025/01/13 13:47:09 stderr File "/usr/local/lib/python3.11/site-packages/starlette/applications.py", line 123, in call
2025/01/13 13:47:09 stderr await super().call(scope, receive, send)
2025/01/13 13:47:09 stderr File "/usr/local/lib/python3.11/site-packages/fastapi/applications.py", line 1054, in call
2025/01/13 13:47:09 stderr ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025/01/13 13:47:09 stderr return await self.app(scope, receive, send)
2025/01/13 13:47:09 stderr File "/usr/local/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 70, in call
2025/01/13 13:47:09 stderr ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025/01/13 13:47:09 stderr result = await app(  # type: ignore[func-returns-value]
2025/01/13 13:47:09 stderr File "/usr/local/lib/python3.11/site-packages/uvicorn/protocols/http/httptools_impl.py", line 401, in run_asgi
2025/01/13 13:47:09 stderr Traceback (most recent call last):
2025/01/13 13:47:09 stderr  
2025/01/13 13:47:09 stderr During handling of the above exception, another exception occurred:
2025/01/13 13:47:09 stderr  
2025/01/13 13:47:09 stderr +------------------------------------
2025/01/13 13:47:09 stderr | RuntimeError: No response returned.
2025/01/13 13:47:09 stderr |     raise RuntimeError("No response returned.")
2025/01/13 13:47:09 stderr |   File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 166, in call_next
2025/01/13 13:47:09 stderr |            ^^^^^^^^^^^^^^^^^^^^^^^^
2025/01/13 13:47:09 stderr |     return await call_next(request)
2025/01/13 13:47:09 stderr |   File "/app/backend/open_webui/main.py", line 723, in inspect_websocket
2025/01/13 13:47:09 stderr |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025/01/13 13:47:09 stderr |     response = await self.dispatch_func(request, call_next)
2025/01/13 13:47:09 stderr |   File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 191, in call
2025/01/13 13:47:09 stderr |     raise exc
2025/01/13 13:47:09 stderr |   File "/usr/local/lib/python3.11/site-packages/starlette/_utils.py", line 93, in collapse_excgroups
2025/01/13 13:47:09 stderr |     self.gen.throw(typ, value, traceback)
2025/01/13 13:47:09 stderr |   File "/usr/local/lib/python3.11/contextlib.py", line 158, in exit
2025/01/13 13:47:09 stderr |     with collapse_excgroups():
2025/01/13 13:47:09 stderr |   File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 189, in call
2025/01/13 13:47:09 stderr |     await self.app(scope, receive, send)
2025/01/13 13:47:09 stderr |   File "/usr/local/lib/python3.11/site-packages/starlette/middleware/cors.py", line 85, in call
2025/01/13 13:47:09 stderr |     await self.app(scope, receive, _send)
2025/01/13 13:47:09 stderr |   File "/usr/local/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in call
2025/01/13 13:47:09 stderr |     raise exc
2025/01/13 13:47:09 stderr |   File "/usr/local/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in call
2025/01/13 13:47:09 stderr |     await self.middleware_stack(scope, receive, send)
2025/01/13 13:47:09 stderr |   File "/usr/local/lib/python3.11/site-packages/starlette/applications.py", line 123, in call
2025/01/13 13:47:09 stderr |     await super().call(scope, receive, send)
2025/01/13 13:47:09 stderr |   File "/usr/local/lib/python3.11/site-packages/fastapi/applications.py", line 1054, in call
2025/01/13 13:47:09 stderr |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025/01/13 13:47:09 stderr |     return await self.app(scope, receive, send)
2025/01/13 13:47:09 stderr |   File "/usr/local/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 70, in call
2025/01/13 13:47:09 stderr |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025/01/13 13:47:09 stderr |     result = await app(  # type: ignore[func-returns-value]
2025/01/13 13:47:09 stderr |   File "/usr/local/lib/python3.11/site-packages/uvicorn/protocols/http/httptools_impl.py", line 401, in run_asgi
2025/01/13 13:47:09 stderr | Traceback (most recent call last):
2025/01/13 13:47:09 stderr +-+---------------- 1 ----------------
2025/01/13 13:47:09 stderr | ExceptionGroup: unhandled errors in a TaskGroup (1 sub-exception)
2025/01/13 13:47:09 stderr |     raise BaseExceptionGroup(
2025/01/13 13:47:09 stderr |   File "/usr/local/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 815, in aexit
2025/01/13 13:47:09 stderr |     async with anyio.create_task_group() as task_group:
2025/01/13 13:47:09 stderr |   File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 190, in call
2025/01/13 13:47:09 stderr |     yield
2025/01/13 13:47:09 stderr |   File "/usr/local/lib/python3.11/site-packages/starlette/_utils.py", line 87, in collapse_excgroups
2025/01/13 13:47:09 stderr + Exception Group Traceback (most recent call last):
2025/01/13 13:47:09 stderr ERROR:    Exception in ASGI application
2025/01/13 13:47:09 stderr INFO  [open_webui.routers.ollama] get_all_models()
2025/01/13 13:47:09 stderr ERROR [open_webui.routers.openai] Connection error: Cannot connect to host api.openai.com:443 ssl:default [Connect call failed ('162.159.140.245', 443)]
2025/01/13 13:46:13 stderr RuntimeError: No response returned.
2025/01/13 13:46:13 stderr raise RuntimeError("No response returned.")
2025/01/13 13:46:13 stderr File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 166, in call_next
2025/01/13 13:46:13 stderr ^^^^^^^^^^^^^^^^^^^^^^^^
2025/01/13 13:46:13 stderr return await call_next(request)
2025/01/13 13:46:13 stderr File "/app/backend/open_webui/main.py", line 723, in inspect_websocket
2025/01/13 13:46:13 stderr ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025/01/13 13:46:13 stderr response = await self.dispatch_func(request, call_next)
2025/01/13 13:46:13 stderr File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 191, in call
2025/01/13 13:46:13 stderr raise exc
2025/01/13 13:46:13 stderr File "/usr/local/lib/python3.11/site-packages/starlette/_utils.py", line 93, in collapse_excgroups
2025/01/13 13:46:13 stderr self.gen.throw(typ, value, traceback)
2025/01/13 13:46:13 stderr File "/usr/local/lib/python3.11/contextlib.py", line 158, in exit
2025/01/13 13:46:13 stderr with collapse_excgroups():
2025/01/13 13:46:13 stderr File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 189, in call
2025/01/13 13:46:13 stderr await self.app(scope, receive, send)
2025/01/13 13:46:13 stderr File "/usr/local/lib/python3.11/site-packages/starlette/middleware/cors.py", line 85, in call
2025/01/13 13:46:13 stderr await self.app(scope, receive, _send)
2025/01/13 13:46:13 stderr File "/usr/local/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in call
2025/01/13 13:46:13 stderr raise exc
2025/01/13 13:46:13 stderr File "/usr/local/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in call
2025/01/13 13:46:13 stderr await self.middleware_stack(scope, receive, send)
2025/01/13 13:46:13 stderr File "/usr/local/lib/python3.11/site-packages/starlette/applications.py", line 123, in call
2025/01/13 13:46:13 stderr await super().call(scope, receive, send)
2025/01/13 13:46:13 stderr File "/usr/local/lib/python3.11/site-packages/fastapi/applications.py", line 1054, in call
2025/01/13 13:46:13 stderr ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025/01/13 13:46:13 stderr return await self.app(scope, receive, send)
2025/01/13 13:46:13 stderr File "/usr/local/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 70, in call
2025/01/13 13:46:13 stderr ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025/01/13 13:46:13 stderr result = await app(  # type: ignore[func-returns-value]
2025/01/13 13:46:13 stderr File "/usr/local/lib/python3.11/site-packages/uvicorn/protocols/http/httptools_impl.py", line 401, in run_asgi
2025/01/13 13:46:13 stderr Traceback (most recent call last):
2025/01/13 13:46:13 stderr  
2025/01/13 13:46:13 stderr During handling of the above exception, another exception occurred:
2025/01/13 13:46:13 stderr  
2025/01/13 13:46:13 stderr +------------------------------------
2025/01/13 13:46:13 stderr | RuntimeError: No response returned.
2025/01/13 13:46:13 stderr |     raise RuntimeError("No response returned.")
2025/01/13 13:46:13 stderr |   File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 166, in call_next
2025/01/13 13:46:13 stderr |            ^^^^^^^^^^^^^^^^^^^^^^^^
2025/01/13 13:46:13 stderr |     return await call_next(request)
2025/01/13 13:46:13 stderr |   File "/app/backend/open_webui/main.py", line 723, in inspect_websocket
2025/01/13 13:46:13 stderr |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025/01/13 13:46:13 stderr |     response = await self.dispatch_func(request, call_next)
2025/01/13 13:46:13 stderr |   File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 191, in call
2025/01/13 13:46:13 stderr |     raise exc
2025/01/13 13:46:13 stderr |   File "/usr/local/lib/python3.11/site-packages/starlette/_utils.py", line 93, in collapse_excgroups
2025/01/13 13:46:13 stderr |     self.gen.throw(typ, value, traceback)
2025/01/13 13:46:13 stderr |   File "/usr/local/lib/python3.11/contextlib.py", line 158, in exit
2025/01/13 13:46:13 stderr |     with collapse_excgroups():
2025/01/13 13:46:13 stderr |   File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 189, in call
2025/01/13 13:46:13 stderr |     await self.app(scope, receive, send)
2025/01/13 13:46:13 stderr |   File "/usr/local/lib/python3.11/site-packages/starlette/middleware/cors.py", line 85, in call
2025/01/13 13:46:13 stderr |     await self.app(scope, receive, _send)
2025/01/13 13:46:13 stderr |   File "/usr/local/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in call
2025/01/13 13:46:13 stderr |     raise exc
2025/01/13 13:46:13 stderr |   File "/usr/local/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in call
2025/01/13 13:46:13 stderr |     await self.middleware_stack(scope, receive, send)
2025/01/13 13:46:13 stderr |   File "/usr/local/lib/python3.11/site-packages/starlette/applications.py", line 123, in call
2025/01/13 13:46:13 stderr |     await super().call(scope, receive, send)
2025/01/13 13:46:13 stderr |   File "/usr/local/lib/python3.11/site-packages/fastapi/applications.py", line 1054, in call
2025/01/13 13:46:13 stderr |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025/01/13 13:46:13 stderr |     return await self.app(scope, receive, send)
2025/01/13 13:46:13 stderr |   File "/usr/local/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 70, in call
2025/01/13 13:46:13 stderr |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025/01/13 13:46:13 stderr |     result = await app(  # type: ignore[func-returns-value]
2025/01/13 13:46:13 stderr |   File "/usr/local/lib/python3.11/site-packages/uvicorn/protocols/http/httptools_impl.py", line 401, in run_asgi
2025/01/13 13:46:13 stderr | Traceback (most recent call last):
2025/01/13 13:46:13 stderr +-+---------------- 1 ----------------
2025/01/13 13:46:13 stderr | ExceptionGroup: unhandled errors in a TaskGroup (1 sub-exception)
2025/01/13 13:46:13 stderr |     raise BaseExceptionGroup(
2025/01/13 13:46:13 stderr |   File "/usr/local/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 815, in aexit
2025/01/13 13:46:13 stderr |     async with anyio.create_task_group() as task_group:
2025/01/13 13:46:13 stderr |   File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 190, in call
2025/01/13 13:46:13 stderr |     yield
2025/01/13 13:46:13 stderr |   File "/usr/local/lib/python3.11/site-packages/starlette/_utils.py", line 87, in collapse_excgroups
2025/01/13 13:46:13 stderr + Exception Group Traceback (most recent call last):
2025/01/13 13:46:13 stderr ERROR:    Exception in ASGI application
2025/01/13 13:46:13 stderr INFO  [open_webui.routers.ollama] get_all_models()
2025/01/13 13:46:13 stderr ERROR [open_webui.routers.openai] Connection error: Cannot connect to host api.openai.com:443 ssl:default [Connect call failed ('162.159.140.245', 443)]
2025/01/13 13:46:11 stderr RuntimeError: No response returned.
2025/01/13 13:46:11 stderr raise RuntimeError("No response returned.")
2025/01/13 13:46:11 stderr File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 166, in call_next
2025/01/13 13:46:11 stderr ^^^^^^^^^^^^^^^^^^^^^^^^
2025/01/13 13:46:11 stderr return await call_next(request)
2025/01/13 13:46:11 stderr File "/app/backend/open_webui/main.py", line 723, in inspect_websocket
2025/01/13 13:46:11 stderr ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025/01/13 13:46:11 stderr response = await self.dispatch_func(request, call_next)
2025/01/13 13:46:11 stderr File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 191, in call
2025/01/13 13:46:11 stderr raise exc
2025/01/13 13:46:11 stderr File "/usr/local/lib/python3.11/site-packages/starlette/_utils.py", line 93, in collapse_excgroups
2025/01/13 13:46:11 stderr self.gen.throw(typ, value, traceback)
2025/01/13 13:46:11 stderr File "/usr/local/lib/python3.11/contextlib.py", line 158, in exit
2025/01/13 13:46:11 stderr with collapse_excgroups():
2025/01/13 13:46:11 stderr File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 189, in call
2025/01/13 13:46:11 stderr await self.app(scope, receive, send)
2025/01/13 13:46:11 stderr File "/usr/local/lib/python3.11/site-packages/starlette/middleware/cors.py", line 85, in call
2025/01/13 13:46:11 stderr await self.app(scope, receive, _send)
2025/01/13 13:46:11 stderr File "/usr/local/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in call
2025/01/13 13:46:11 stderr raise exc
2025/01/13 13:46:11 stderr File "/usr/local/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in call
2025/01/13 13:46:11 stderr await self.middleware_stack(scope, receive, send)
2025/01/13 13:46:11 stderr File "/usr/local/lib/python3.11/site-packages/starlette/applications.py", line 123, in call
2025/01/13 13:46:11 stderr await super().call(scope, receive, send)
2025/01/13 13:46:11 stderr File "/usr/local/lib/python3.11/site-packages/fastapi/applications.py", line 1054, in call
2025/01/13 13:46:11 stderr ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025/01/13 13:46:11 stderr return await self.app(scope, receive, send)
2025/01/13 13:46:11 stderr File "/usr/local/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 70, in call
2025/01/13 13:46:11 stderr ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025/01/13 13:46:11 stderr result = await app(  # type: ignore[func-returns-value]
2025/01/13 13:46:11 stderr File "/usr/local/lib/python3.11/site-packages/uvicorn/protocols/http/httptools_impl.py", line 401, in run_asgi
2025/01/13 13:46:11 stderr Traceback (most recent call last):
2025/01/13 13:46:11 stderr  
2025/01/13 13:46:11 stderr During handling of the above exception, another exception occurred:
2025/01/13 13:46:11 stderr  
2025/01/13 13:46:11 stderr +------------------------------------
2025/01/13 13:46:11 stderr | RuntimeError: No response returned.
2025/01/13 13:46:11 stderr |     raise RuntimeError("No response returned.")
2025/01/13 13:46:11 stderr |   File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 166, in call_next
2025/01/13 13:46:11 stderr |            ^^^^^^^^^^^^^^^^^^^^^^^^
2025/01/13 13:46:11 stderr |     return await call_next(request)
2025/01/13 13:46:11 stderr |   File "/app/backend/open_webui/main.py", line 723, in inspect_websocket
2025/01/13 13:46:11 stderr |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025/01/13 13:46:11 stderr |     response = await self.dispatch_func(request, call_next)
2025/01/13 13:46:11 stderr |   File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 191, in call
2025/01/13 13:46:11 stderr |     raise exc
2025/01/13 13:46:11 stderr |   File "/usr/local/lib/python3.11/site-packages/starlette/_utils.py", line 93, in collapse_excgroups
2025/01/13 13:46:11 stderr |     self.gen.throw(typ, value, traceback)
2025/01/13 13:46:11 stderr |   File "/usr/local/lib/python3.11/contextlib.py", line 158, in exit
2025/01/13 13:46:11 stderr |     with collapse_excgroups():
2025/01/13 13:46:11 stderr |   File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 189, in call
2025/01/13 13:46:11 stderr |     await self.app(scope, receive, send)
2025/01/13 13:46:11 stderr |   File "/usr/local/lib/python3.11/site-packages/starlette/middleware/cors.py", line 85, in call
2025/01/13 13:46:11 stderr |     await self.app(scope, receive, _send)
2025/01/13 13:46:11 stderr |   File "/usr/local/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in call
2025/01/13 13:46:11 stderr |     raise exc
2025/01/13 13:46:11 stderr |   File "/usr/local/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in call
2025/01/13 13:46:11 stderr |     await self.middleware_stack(scope, receive, send)
2025/01/13 13:46:11 stderr |   File "/usr/local/lib/python3.11/site-packages/starlette/applications.py", line 123, in call
2025/01/13 13:46:11 stderr |     await super().call(scope, receive, send)
2025/01/13 13:46:11 stderr |   File "/usr/local/lib/python3.11/site-packages/fastapi/applications.py", line 1054, in call
2025/01/13 13:46:11 stderr |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025/01/13 13:46:11 stderr |     return await self.app(scope, receive, send)
2025/01/13 13:46:11 stderr |   File "/usr/local/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 70, in call
2025/01/13 13:46:11 stderr |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025/01/13 13:46:11 stderr |     result = await app(  # type: ignore[func-returns-value]
2025/01/13 13:46:11 stderr |   File "/usr/local/lib/python3.11/site-packages/uvicorn/protocols/http/httptools_impl.py", line 401, in run_asgi
2025/01/13 13:46:11 stderr | Traceback (most recent call last):
2025/01/13 13:46:11 stderr +-+---------------- 1 ----------------
2025/01/13 13:46:11 stderr | ExceptionGroup: unhandled errors in a TaskGroup (1 sub-exception)
2025/01/13 13:46:11 stderr |     raise BaseExceptionGroup(
2025/01/13 13:46:11 stderr |   File "/usr/local/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 815, in aexit
2025/01/13 13:46:11 stderr |     async with anyio.create_task_group() as task_group:
2025/01/13 13:46:11 stderr |   File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 190, in call
2025/01/13 13:46:11 stderr |     yield
2025/01/13 13:46:11 stderr |   File "/usr/local/lib/python3.11/site-packages/starlette/_utils.py", line 87, in collapse_excgroups
2025/01/13 13:46:11 stderr + Exception Group Traceback (most recent call last):
2025/01/13 13:46:11 stderr ERROR:    Exception in ASGI application
2025/01/13 13:46:11 stderr INFO  [open_webui.routers.ollama] get_all_models()
2025/01/13 13:46:11 stderr ERROR [open_webui.routers.openai] Connection error: Cannot connect to host api.openai.com:443 ssl:default [Connect call failed ('172.66.0.243', 443)]
2025/01/13 13:45:59 stderr RuntimeError: No response returned.
2025/01/13 13:45:59 stderr raise RuntimeError("No response returned.")
2025/01/13 13:45:59 stderr File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 166, in call_next
2025/01/13 13:45:59 stderr ^^^^^^^^^^^^^^^^^^^^^^^^
2025/01/13 13:45:59 stderr return await call_next(request)
2025/01/13 13:45:59 stderr File "/app/backend/open_webui/main.py", line 723, in inspect_websocket
2025/01/13 13:45:59 stderr ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025/01/13 13:45:59 stderr response = await self.dispatch_func(request, call_next)
2025/01/13 13:45:59 stderr File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 191, in call
2025/01/13 13:45:59 stderr raise exc
2025/01/13 13:45:59 stderr File "/usr/local/lib/python3.11/site-packages/starlette/_utils.py", line 93, in collapse_excgroups
2025/01/13 13:45:59 stderr self.gen.throw(typ, value, traceback)
2025/01/13 13:45:59 stderr File "/usr/local/lib/python3.11/contextlib.py", line 158, in exit
2025/01/13 13:45:59 stderr with collapse_excgroups():
2025/01/13 13:45:59 stderr File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 189, in call
2025/01/13 13:45:59 stderr await self.app(scope, receive, send)
2025/01/13 13:45:59 stderr File "/usr/local/lib/python3.11/site-packages/starlette/middleware/cors.py", line 85, in call
2025/01/13 13:45:59 stderr await self.app(scope, receive, _send)
2025/01/13 13:45:59 stderr File "/usr/local/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in call
2025/01/13 13:45:59 stderr raise exc
2025/01/13 13:45:59 stderr File "/usr/local/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in call
2025/01/13 13:45:59 stderr await self.middleware_stack(scope, receive, send)
2025/01/13 13:45:59 stderr File "/usr/local/lib/python3.11/site-packages/starlette/applications.py", line 123, in call
2025/01/13 13:45:59 stderr await super().call(scope, receive, send)
2025/01/13 13:45:59 stderr File "/usr/local/lib/python3.11/site-packages/fastapi/applications.py", line 1054, in call
2025/01/13 13:45:59 stderr ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025/01/13 13:45:59 stderr return await self.app(scope, receive, send)
2025/01/13 13:45:59 stderr File "/usr/local/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 70, in call
2025/01/13 13:45:59 stderr ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025/01/13 13:45:59 stderr result = await app(  # type: ignore[func-returns-value]
2025/01/13 13:45:59 stderr File "/usr/local/lib/python3.11/site-packages/uvicorn/protocols/http/httptools_impl.py", line 401, in run_asgi
2025/01/13 13:45:59 stderr Traceback (most recent call last):
2025/01/13 13:45:59 stderr  
2025/01/13 13:45:59 stderr During handling of the above exception, another exception occurred:
2025/01/13 13:45:59 stderr  
2025/01/13 13:45:59 stderr +------------------------------------
2025/01/13 13:45:59 stderr | RuntimeError: No response returned.
2025/01/13 13:45:59 stderr |     raise RuntimeError("No response returned.")
2025/01/13 13:45:59 stderr |   File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 166, in call_next
2025/01/13 13:45:59 stderr |            ^^^^^^^^^^^^^^^^^^^^^^^^
2025/01/13 13:45:59 stderr |     return await call_next(request)
2025/01/13 13:45:59 stderr |   File "/app/backend/open_webui/main.py", line 723, in inspect_websocket
2025/01/13 13:45:59 stderr |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025/01/13 13:45:59 stderr |     response = await self.dispatch_func(request, call_next)
2025/01/13 13:45:59 stderr |   File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 191, in call
2025/01/13 13:45:59 stderr |     raise exc
2025/01/13 13:45:59 stderr |   File "/usr/local/lib/python3.11/site-packages/starlette/_utils.py", line 93, in collapse_excgroups
2025/01/13 13:45:59 stderr |     self.gen.throw(typ, value, traceback)
2025/01/13 13:45:59 stderr |   File "/usr/local/lib/python3.11/contextlib.py", line 158, in exit
2025/01/13 13:45:59 stderr |     with collapse_excgroups():
2025/01/13 13:45:59 stderr |   File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 189, in call
2025/01/13 13:45:59 stderr |     await self.app(scope, receive, send)
2025/01/13 13:45:59 stderr |   File "/usr/local/lib/python3.11/site-packages/starlette/middleware/cors.py", line 85, in call
2025/01/13 13:45:59 stderr |     await self.app(scope, receive, _send)
2025/01/13 13:45:59 stderr |   File "/usr/local/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in call
2025/01/13 13:45:59 stderr |     raise exc
2025/01/13 13:45:59 stderr |   File "/usr/local/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in call
2025/01/13 13:45:59 stderr |     await self.middleware_stack(scope, receive, send)
2025/01/13 13:45:59 stderr |   File "/usr/local/lib/python3.11/site-packages/starlette/applications.py", line 123, in call
2025/01/13 13:45:59 stderr |     await super().call(scope, receive, send)
2025/01/13 13:45:59 stderr |   File "/usr/local/lib/python3.11/site-packages/fastapi/applications.py", line 1054, in call
2025/01/13 13:45:59 stderr |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025/01/13 13:45:59 stderr |     return await self.app(scope, receive, send)
2025/01/13 13:45:59 stderr |   File "/usr/local/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 70, in call
2025/01/13 13:45:59 stderr |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025/01/13 13:45:59 stderr |     result = await app(  # type: ignore[func-returns-value]
2025/01/13 13:45:59 stderr |   File "/usr/local/lib/python3.11/site-packages/uvicorn/protocols/http/httptools_impl.py", line 401, in run_asgi
2025/01/13 13:45:59 stderr | Traceback (most recent call last):
2025/01/13 13:45:59 stderr +-+---------------- 1 ----------------
2025/01/13 13:45:59 stderr | ExceptionGroup: unhandled errors in a TaskGroup (1 sub-exception)
2025/01/13 13:45:59 stderr |     raise BaseExceptionGroup(
2025/01/13 13:45:59 stderr |   File "/usr/local/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 815, in aexit
2025/01/13 13:45:59 stderr |     async with anyio.create_task_group() as task_group:
2025/01/13 13:45:59 stderr |   File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 190, in call
2025/01/13 13:45:59 stderr |     yield
2025/01/13 13:45:59 stderr |   File "/usr/local/lib/python3.11/site-packages/starlette/_utils.py", line 87, in collapse_excgroups
2025/01/13 13:45:59 stderr + Exception Group Traceback (most recent call last):
2025/01/13 13:45:59 stderr ERROR:    Exception in ASGI application
2025/01/13 13:45:59 stderr INFO  [open_webui.routers.ollama] get_all_models()
2025/01/13 13:45:59 stderr ERROR [open_webui.routers.openai] Connection error: Cannot connect to host api.openai.com:443 ssl:default [Connect call failed ('162.159.140.245', 443)]
2025/01/13 13:43:07 stderr INFO  [open_webui.routers.openai] get_all_models()
2025/01/13 13:43:07 stdout INFO:     10.10.1.1:0 - "GET /api/v1/users/user/settings HTTP/1.1" 200 OK
2025/01/13 13:43:07 stdout INFO:     10.10.1.1:0 - "GET /api/changelog HTTP/1.1" 200 OK
2025/01/13 13:43:07 stdout INFO:     10.10.1.1:0 - "GET /api/config HTTP/1.1" 200 OK
2025/01/13 13:43:07 stdout INFO:     10.10.1.1:0 - "GET /api/v1/auths/ HTTP/1.1" 200 OK
2025/01/13 13:43:07 stderr INFO:     connection open
2025/01/13 13:43:07 stderr INFO:     ('10.10.1.1', 0) - "WebSocket /ws/socket.io/?EIO=4&transport=websocket" [accepted]
2025/01/13 13:43:07 stdout INFO:     10.10.1.1:0 - "GET /api/config HTTP/1.1" 200 OK
2025/01/13 13:43:07 stdout INFO:     10.10.1.1:0 - "GET / HTTP/1.1" 200 OK
2025/01/13 13:42:56 stdout INFO:     172.17.0.1:53414 - "GET /opensearch.xml HTTP/1.1" 200 OK
2025/01/13 13:42:56 stderr INFO  [open_webui.routers.openai] get_all_models()
2025/01/13 13:42:56 stdout INFO:     172.17.0.1:53410 - "GET /api/v1/users/user/settings HTTP/1.1" 200 OK
2025/01/13 13:42:56 stdout INFO:     172.17.0.1:53400 - "GET /api/changelog HTTP/1.1" 200 OK
2025/01/13 13:42:56 stdout INFO:     172.17.0.1:53400 - "GET /api/config HTTP/1.1" 200 OK
2025/01/13 13:42:56 stdout INFO:     172.17.0.1:53400 - "GET /api/v1/auths/ HTTP/1.1" 200 OK
2025/01/13 13:42:56 stderr INFO:     connection open
2025/01/13 13:42:56 stderr INFO:     ('172.17.0.1', 53408) - "WebSocket /ws/socket.io/?EIO=4&transport=websocket" [accepted]
2025/01/13 13:42:56 stdout INFO:     172.17.0.1:53400 - "GET /api/config HTTP/1.1" 200 OK
2025/01/13 13:42:56 stdout INFO:     172.17.0.1:53400 - "GET /favicon/site.webmanifest HTTP/1.1" 200 OK
2025/01/13 13:42:56 stderr INFO:     connection closed
2025/01/13 13:42:56 stdout INFO:     172.17.0.1:53400 - "GET / HTTP/1.1" 200 OK
2025/01/13 13:42:55 stdout INFO:     172.17.0.1:53404 - "GET /opensearch.xml HTTP/1.1" 200 OK
2025/01/13 13:42:55 stderr INFO  [open_webui.routers.openai] get_all_models()
2025/01/13 13:42:55 stdout INFO:     172.17.0.1:53400 - "GET /api/v1/users/user/settings HTTP/1.1" 200 OK
2025/01/13 13:42:55 stdout INFO:     172.17.0.1:53388 - "GET /api/changelog HTTP/1.1" 200 OK
2025/01/13 13:42:55 stdout INFO:     172.17.0.1:53388 - "GET /api/config HTTP/1.1" 200 OK
2025/01/13 13:42:55 stdout INFO:     172.17.0.1:53388 - "GET /api/v1/auths/ HTTP/1.1" 200 OK
2025/01/13 13:42:55 stderr INFO:     connection open
2025/01/13 13:42:55 stderr INFO:     ('172.17.0.1', 53398) - "WebSocket /ws/socket.io/?EIO=4&transport=websocket" [accepted]
2025/01/13 13:42:55 stdout INFO:     172.17.0.1:53388 - "GET /api/config HTTP/1.1" 200 OK
2025/01/13 13:42:55 stdout INFO:     172.17.0.1:53388 - "GET /favicon/site.webmanifest HTTP/1.1" 200 OK
2025/01/13 13:42:55 stderr INFO:     connection closed
2025/01/13 13:42:55 stdout INFO:     172.17.0.1:53388 - "GET / HTTP/1.1" 200 OK
2025/01/13 13:42:54 stdout INFO:     172.17.0.1:53392 - "GET /opensearch.xml HTTP/1.1" 200 OK
2025/01/13 13:42:54 stderr INFO  [open_webui.routers.openai] get_all_models()
2025/01/13 13:42:54 stdout INFO:     172.17.0.1:53388 - "GET /api/v1/users/user/settings HTTP/1.1" 200 OK
2025/01/13 13:42:54 stdout INFO:     172.17.0.1:53384 - "GET /api/changelog HTTP/1.1" 200 OK
2025/01/13 13:42:54 stdout INFO:     172.17.0.1:53384 - "GET /api/config HTTP/1.1" 200 OK
2025/01/13 13:42:54 stdout INFO:     172.17.0.1:53384 - "GET /api/v1/auths/ HTTP/1.1" 200 OK
2025/01/13 13:42:54 stderr INFO:     connection open
2025/01/13 13:42:54 stderr INFO:     ('172.17.0.1', 53386) - "WebSocket /ws/socket.io/?EIO=4&transport=websocket" [accepted]
2025/01/13 13:42:54 stdout INFO:     172.17.0.1:53384 - "GET /api/config HTTP/1.1" 200 OK
2025/01/13 13:42:54 stdout INFO:     172.17.0.1:53384 - "GET /favicon/site.webmanifest HTTP/1.1" 200 OK
2025/01/13 13:42:54 stderr INFO:     connection closed
2025/01/13 13:42:54 stdout INFO:     172.17.0.1:53384 - "GET / HTTP/1.1" 200 OK
2025/01/13 13:41:58 stdout INFO:     172.17.0.1:53332 - "GET /opensearch.xml HTTP/1.1" 200 OK
2025/01/13 13:41:58 stderr INFO  [open_webui.routers.openai] get_all_models()
2025/01/13 13:41:58 stdout INFO:     172.17.0.1:53328 - "GET /api/v1/users/user/settings HTTP/1.1" 200 OK
2025/01/13 13:41:58 stdout INFO:     172.17.0.1:53312 - "GET /api/changelog HTTP/1.1" 200 OK
2025/01/13 13:41:58 stdout INFO:     172.17.0.1:53312 - "GET /api/config HTTP/1.1" 200 OK
2025/01/13 13:41:58 stdout INFO:     172.17.0.1:53312 - "GET /api/v1/auths/ HTTP/1.1" 200 OK
2025/01/13 13:41:58 stderr INFO:     connection open
2025/01/13 13:41:58 stderr INFO:     ('172.17.0.1', 53326) - "WebSocket /ws/socket.io/?EIO=4&transport=websocket" [accepted]
2025/01/13 13:41:58 stdout INFO:     172.17.0.1:53312 - "GET /api/config HTTP/1.1" 200 OK
2025/01/13 13:41:58 stdout INFO:     172.17.0.1:53312 - "GET /favicon/site.webmanifest HTTP/1.1" 200 OK
2025/01/13 13:41:58 stderr INFO:     connection closed
2025/01/13 13:41:58 stdout INFO:     172.17.0.1:53312 - "GET / HTTP/1.1" 200 OK
2025/01/13 13:41:58 stderr RuntimeError: No response returned.
2025/01/13 13:41:58 stderr raise RuntimeError("No response returned.")
2025/01/13 13:41:58 stderr File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 166, in call_next
2025/01/13 13:41:58 stderr ^^^^^^^^^^^^^^^^^^^^^^^^
2025/01/13 13:41:58 stderr return await call_next(request)
2025/01/13 13:41:58 stderr File "/app/backend/open_webui/main.py", line 723, in inspect_websocket
2025/01/13 13:41:58 stderr ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025/01/13 13:41:58 stderr response = await self.dispatch_func(request, call_next)
2025/01/13 13:41:58 stderr File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 191, in call
2025/01/13 13:41:58 stderr raise exc
2025/01/13 13:41:58 stderr File "/usr/local/lib/python3.11/site-packages/starlette/_utils.py", line 93, in collapse_excgroups
2025/01/13 13:41:58 stderr self.gen.throw(typ, value, traceback)
2025/01/13 13:41:58 stderr File "/usr/local/lib/python3.11/contextlib.py", line 158, in exit
2025/01/13 13:41:58 stderr with collapse_excgroups():
2025/01/13 13:41:58 stderr File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 189, in call
2025/01/13 13:41:58 stderr await self.app(scope, receive, send)
2025/01/13 13:41:58 stderr File "/usr/local/lib/python3.11/site-packages/starlette/middleware/cors.py", line 85, in call
2025/01/13 13:41:58 stderr await self.app(scope, receive, _send)
2025/01/13 13:41:58 stderr File "/usr/local/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in call
2025/01/13 13:41:58 stderr raise exc
2025/01/13 13:41:58 stderr File "/usr/local/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in call
2025/01/13 13:41:58 stderr await self.middleware_stack(scope, receive, send)
2025/01/13 13:41:58 stderr File "/usr/local/lib/python3.11/site-packages/starlette/applications.py", line 123, in call
2025/01/13 13:41:58 stderr await super().call(scope, receive, send)
2025/01/13 13:41:58 stderr File "/usr/local/lib/python3.11/site-packages/fastapi/applications.py", line 1054, in call
2025/01/13 13:41:58 stderr ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025/01/13 13:41:58 stderr return await self.app(scope, receive, send)
2025/01/13 13:41:58 stderr File "/usr/local/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 70, in call
2025/01/13 13:41:58 stderr ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025/01/13 13:41:58 stderr result = await app(  # type: ignore[func-returns-value]
2025/01/13 13:41:58 stderr File "/usr/local/lib/python3.11/site-packages/uvicorn/protocols/http/httptools_impl.py", line 401, in run_asgi
2025/01/13 13:41:58 stderr Traceback (most recent call last):
2025/01/13 13:41:58 stderr  
2025/01/13 13:41:58 stderr During handling of the above exception, another exception occurred:
2025/01/13 13:41:58 stderr  
2025/01/13 13:41:58 stderr +------------------------------------
2025/01/13 13:41:58 stderr | RuntimeError: No response returned.
2025/01/13 13:41:58 stderr |     raise RuntimeError("No response returned.")
2025/01/13 13:41:58 stderr |   File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 166, in call_next
2025/01/13 13:41:58 stderr |            ^^^^^^^^^^^^^^^^^^^^^^^^
2025/01/13 13:41:58 stderr |     return await call_next(request)
2025/01/13 13:41:58 stderr |   File "/app/backend/open_webui/main.py", line 723, in inspect_websocket
2025/01/13 13:41:58 stderr |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025/01/13 13:41:58 stderr |     response = await self.dispatch_func(request, call_next)
2025/01/13 13:41:58 stderr |   File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 191, in call
2025/01/13 13:41:58 stderr |     raise exc
2025/01/13 13:41:58 stderr |   File "/usr/local/lib/python3.11/site-packages/starlette/_utils.py", line 93, in collapse_excgroups
2025/01/13 13:41:58 stderr |     self.gen.throw(typ, value, traceback)
2025/01/13 13:41:58 stderr |   File "/usr/local/lib/python3.11/contextlib.py", line 158, in exit
2025/01/13 13:41:58 stderr |     with collapse_excgroups():
2025/01/13 13:41:58 stderr |   File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 189, in call
2025/01/13 13:41:58 stderr |     await self.app(scope, receive, send)
2025/01/13 13:41:58 stderr |   File "/usr/local/lib/python3.11/site-packages/starlette/middleware/cors.py", line 85, in call
2025/01/13 13:41:58 stderr |     await self.app(scope, receive, _send)
2025/01/13 13:41:58 stderr |   File "/usr/local/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in call
2025/01/13 13:41:58 stderr |     raise exc
2025/01/13 13:41:58 stderr |   File "/usr/local/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in call
2025/01/13 13:41:58 stderr |     await self.middleware_stack(scope, receive, send)
2025/01/13 13:41:58 stderr |   File "/usr/local/lib/python3.11/site-packages/starlette/applications.py", line 123, in call
2025/01/13 13:41:58 stderr |     await super().call(scope, receive, send)
2025/01/13 13:41:58 stderr |   File "/usr/local/lib/python3.11/site-packages/fastapi/applications.py", line 1054, in call
2025/01/13 13:41:58 stderr |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025/01/13 13:41:58 stderr |     return await self.app(scope, receive, send)
2025/01/13 13:41:58 stderr |   File "/usr/local/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 70, in call
2025/01/13 13:41:58 stderr |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025/01/13 13:41:58 stderr |     result = await app(  # type: ignore[func-returns-value]
2025/01/13 13:41:58 stderr |   File "/usr/local/lib/python3.11/site-packages/uvicorn/protocols/http/httptools_impl.py", line 401, in run_asgi
2025/01/13 13:41:58 stderr | Traceback (most recent call last):
2025/01/13 13:41:58 stderr +-+---------------- 1 ----------------
2025/01/13 13:41:58 stderr | ExceptionGroup: unhandled errors in a TaskGroup (1 sub-exception)
2025/01/13 13:41:58 stderr |     raise BaseExceptionGroup(
2025/01/13 13:41:58 stderr |   File "/usr/local/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 815, in aexit
2025/01/13 13:41:58 stderr |     async with anyio.create_task_group() as task_group:
2025/01/13 13:41:58 stderr |   File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 190, in call
2025/01/13 13:41:58 stderr |     yield
2025/01/13 13:41:58 stderr |   File "/usr/local/lib/python3.11/site-packages/starlette/_utils.py", line 87, in collapse_excgroups
2025/01/13 13:41:58 stderr + Exception Group Traceback (most recent call last):
2025/01/13 13:41:58 stderr ERROR:    Exception in ASGI application
2025/01/13 13:41:58 stdout INFO:     172.17.0.1:53312 - "GET /api/changelog HTTP/1.1" 200 OK
2025/01/13 13:41:58 stdout INFO:     172.17.0.1:53312 - "GET /api/config HTTP/1.1" 200 OK
2025/01/13 13:41:58 stdout INFO:     172.17.0.1:53312 - "GET /api/v1/auths/ HTTP/1.1" 200 OK
2025/01/13 13:41:58 stderr INFO:     connection open
2025/01/13 13:41:58 stderr INFO:     ('172.17.0.1', 53322) - "WebSocket /ws/socket.io/?EIO=4&transport=websocket" [accepted]
2025/01/13 13:41:58 stdout INFO:     172.17.0.1:53312 - "GET /api/config HTTP/1.1" 200 OK
2025/01/13 13:41:58 stdout INFO:     172.17.0.1:53312 - "GET /favicon/site.webmanifest HTTP/1.1" 200 OK
2025/01/13 13:41:58 stderr INFO:     connection closed
2025/01/13 13:41:58 stdout INFO:     172.17.0.1:53312 - "GET / HTTP/1.1" 200 OK
2025/01/13 13:41:57 stdout INFO:     172.17.0.1:53316 - "GET /opensearch.xml HTTP/1.1" 200 OK
2025/01/13 13:41:56 stderr INFO  [open_webui.routers.openai] get_all_models()
2025/01/13 13:41:56 stdout INFO:     172.17.0.1:53312 - "GET /api/v1/users/user/settings HTTP/1.1" 200 OK
2025/01/13 13:41:56 stdout INFO:     172.17.0.1:53308 - "GET /api/changelog HTTP/1.1" 200 OK
2025/01/13 13:41:56 stdout INFO:     172.17.0.1:53308 - "GET /api/config HTTP/1.1" 200 OK
2025/01/13 13:41:56 stdout INFO:     172.17.0.1:53308 - "GET /api/v1/auths/ HTTP/1.1" 200 OK
2025/01/13 13:41:56 stderr INFO:     connection open
2025/01/13 13:41:56 stderr INFO:     ('172.17.0.1', 53310) - "WebSocket /ws/socket.io/?EIO=4&transport=websocket" [accepted]
2025/01/13 13:41:56 stdout INFO:     172.17.0.1:53308 - "GET /api/config HTTP/1.1" 200 OK
2025/01/13 13:41:56 stderr INFO:     connection closed
2025/01/13 13:41:56 stdout INFO:     172.17.0.1:53308 - "GET / HTTP/1.1" 200 OK
2025/01/13 13:41:44 stderr INFO  [open_webui.routers.openai] get_all_models()
2025/01/13 13:41:44 stdout INFO:     172.17.0.1:53284 - "GET /api/v1/users/user/settings HTTP/1.1" 200 OK
2025/01/13 13:41:44 stdout INFO:     172.17.0.1:53282 - "GET /api/changelog HTTP/1.1" 200 OK
2025/01/13 13:41:44 stdout INFO:     172.17.0.1:53288 - "GET /_app/immutable/chunks/EllipsisVertical.6w9_ZwLA.js HTTP/1.1" 200 OK
2025/01/13 13:41:44 stdout INFO:     172.17.0.1:53286 - "GET /_app/immutable/chunks/Heart.pSwFWPsN.js HTTP/1.1" 200 OK
2025/01/13 13:41:44 stdout INFO:     172.17.0.1:53290 - "GET /_app/immutable/assets/Help.BzoYrNfz.css HTTP/1.1" 200 OK
2025/01/13 13:41:44 stdout INFO:     172.17.0.1:53292 - "GET /_app/immutable/chunks/index.ytYpR4gE.js HTTP/1.1" 200 OK
2025/01/13 13:41:44 stdout INFO:     172.17.0.1:53284 - "GET /_app/immutable/chunks/MenuLines.Bpc9Sb0N.js HTTP/1.1" 200 OK
2025/01/13 13:41:44 stdout INFO:     172.17.0.1:53282 - "GET /_app/immutable/chunks/Selector.COlVhh2B.js HTTP/1.1" 200 OK
2025/01/13 13:41:44 stdout INFO:     172.17.0.1:53290 - "GET /_app/immutable/chunks/index.DAv5ZDd7.js HTTP/1.1" 200 OK
2025/01/13 13:41:44 stdout INFO:     172.17.0.1:53288 - "GET /_app/immutable/assets/Messages.BN5bZb92.css HTTP/1.1" 200 OK
2025/01/13 13:41:44 stdout INFO:     172.17.0.1:53286 - "GET /_app/immutable/chunks/Badge.Cfh_fL2v.js HTTP/1.1" 200 OK
2025/01/13 13:41:44 stdout INFO:     172.17.0.1:53290 - "GET /_app/immutable/chunks/MagnifyingGlass.BaJqCqrT.js HTTP/1.1" 200 OK
2025/01/13 13:41:44 stdout INFO:     172.17.0.1:53288 - "GET /_app/immutable/chunks/index.TcVP5hBW.js HTTP/1.1" 200 OK
2025/01/13 13:41:44 stdout INFO:     172.17.0.1:53284 - "GET /_app/immutable/chunks/Messages.CxSP9Hp8.js HTTP/1.1" 200 OK
2025/01/13 13:41:44 stdout INFO:     172.17.0.1:53290 - "GET /_app/immutable/assets/Markdown.ZJPQWc0g.css HTTP/1.1" 200 OK
2025/01/13 13:41:44 stdout INFO:     172.17.0.1:53288 - "GET /_app/immutable/chunks/ArrowDownTray.CqjDYHOC.js HTTP/1.1" 200 OK
2025/01/13 13:41:44 stdout INFO:     172.17.0.1:53292 - "GET /_app/immutable/chunks/Markdown.D9qpt3G3.js HTTP/1.1" 200 OK
2025/01/13 13:41:44 stdout INFO:     172.17.0.1:53284 - "GET /_app/immutable/chunks/relativeTime.HIEE8cw9.js HTTP/1.1" 200 OK
2025/01/13 13:41:44 stdout INFO:     172.17.0.1:53286 - "GET /_app/immutable/chunks/CodeEditor.C6wmDkZH.js HTTP/1.1" 200 OK
2025/01/13 13:41:44 stdout INFO:     172.17.0.1:53290 - "GET /_app/immutable/chunks/fuse.CU2r43ac.js HTTP/1.1" 200 OK
2025/01/13 13:41:44 stdout INFO:     172.17.0.1:53288 - "GET /_app/immutable/chunks/index.tgcmLOQx.js HTTP/1.1" 200 OK
2025/01/13 13:41:44 stdout INFO:     172.17.0.1:53292 - "GET /_app/immutable/assets/RichTextInput.CkxzBt4q.css HTTP/1.1" 200 OK
2025/01/13 13:41:44 stdout INFO:     172.17.0.1:53286 - "GET /_app/immutable/chunks/index.Cp8Agfi7.js HTTP/1.1" 200 OK
2025/01/13 13:41:44 stdout INFO:     172.17.0.1:53284 - "GET /_app/immutable/chunks/FileItem.Cs1eFj4P.js HTTP/1.1" 200 OK
2025/01/13 13:41:44 stdout INFO:     172.17.0.1:53282 - "GET /_app/immutable/chunks/RichTextInput.ObtdY1yr.js HTTP/1.1" 200 OK
2025/01/13 13:41:44 stdout INFO:     172.17.0.1:53290 - "GET /_app/immutable/chunks/index.Vcq4gwWv.js HTTP/1.1" 200 OK
2025/01/13 13:41:44 stdout INFO:     172.17.0.1:53288 - "GET /_app/immutable/chunks/WrenchSolid.Ce6DkkEJ.js HTTP/1.1" 200 OK
2025/01/13 13:41:43 stdout INFO:     172.17.0.1:53284 - "GET /_app/immutable/chunks/index.C9_w2-WP.js HTTP/1.1" 200 OK
2025/01/13 13:41:43 stdout INFO:     172.17.0.1:53292 - "GET /_app/immutable/chunks/index.areenmaJ.js HTTP/1.1" 200 OK
2025/01/13 13:41:43 stdout INFO:     172.17.0.1:53290 - "GET /_app/immutable/chunks/index.3BJ7uueJ.js HTTP/1.1" 200 OK
2025/01/13 13:41:43 stdout INFO:     172.17.0.1:53282 - "GET /_app/immutable/chunks/FilesOverlay.BysjDh4t.js HTTP/1.1" 200 OK
2025/01/13 13:41:43 stdout INFO:     172.17.0.1:53288 - "GET /_app/immutable/chunks/Drawer.D6nbDDDH.js HTTP/1.1" 200 OK
2025/01/13 13:41:43 stdout INFO:     172.17.0.1:53286 - "GET /_app/immutable/chunks/Help.CN9KxYpL.js HTTP/1.1" 200 OK
2025/01/13 13:41:43 stdout INFO:     172.17.0.1:53284 - "GET /_app/immutable/nodes/6.F3VQCuuo.js HTTP/1.1" 200 OK
2025/01/13 13:41:43 stdout INFO:     172.17.0.1:53292 - "GET /_app/immutable/assets/2.C0o0Dx_d.css HTTP/1.1" 200 OK
2025/01/13 13:41:43 stdout INFO:     172.17.0.1:53288 - "GET /_app/immutable/chunks/index.DqJ4jCog.js HTTP/1.1" 200 OK
2025/01/13 13:41:43 stdout INFO:     172.17.0.1:53290 - "GET /_app/immutable/chunks/Search.CRU-TmIJ.js HTTP/1.1" 200 OK
2025/01/13 13:41:43 stdout INFO:     172.17.0.1:53282 - "GET /_app/immutable/chunks/index.DQfRr7yB.js HTTP/1.1" 200 OK
2025/01/13 13:41:43 stdout INFO:     172.17.0.1:53286 - "GET /_app/immutable/chunks/Switch.DRgJeMuD.js HTTP/1.1" 200 OK
2025/01/13 13:41:43 stdout INFO:     172.17.0.1:53284 - "GET /_app/immutable/chunks/User.BNYCTgsG.js HTTP/1.1" 200 OK
2025/01/13 13:41:43 stdout INFO:     172.17.0.1:53292 - "GET /_app/immutable/chunks/AdvancedParams.B0Ww5LT2.js HTTP/1.1" 200 OK
2025/01/13 13:41:43 stdout INFO:     172.17.0.1:53290 - "GET /_app/immutable/chunks/AccessControl.DL0fUNhc.js HTTP/1.1" 200 OK
2025/01/13 13:41:43 stdout INFO:     172.17.0.1:53288 - "GET /_app/immutable/chunks/index.B_yyvI3L.js HTTP/1.1" 200 OK
2025/01/13 13:41:43 stdout INFO:     172.17.0.1:53282 - "GET /_app/immutable/chunks/Cog6.Dwyk_MJT.js HTTP/1.1" 200 OK
2025/01/13 13:41:43 stdout INFO:     172.17.0.1:53286 - "GET /_app/immutable/chunks/index.hU-k7rIo.js HTTP/1.1" 200 OK
2025/01/13 13:41:43 stdout INFO:     172.17.0.1:53284 - "GET /_app/immutable/chunks/UserCircleSolid.BTH2V-u3.js HTTP/1.1" 200 OK
2025/01/13 13:41:43 stdout INFO:     172.17.0.1:53292 - "GET /_app/immutable/chunks/EllipsisHorizontal.C-cC0NPk.js HTTP/1.1" 200 OK
2025/01/13 13:41:43 stdout INFO:     172.17.0.1:53288 - "GET /_app/immutable/chunks/Collapsible.Bz8ss-Zd.js HTTP/1.1" 200 OK
2025/01/13 13:41:43 stdout INFO:     172.17.0.1:53284 - "GET /_app/immutable/chunks/ChevronUp.B2cy-iaU.js HTTP/1.1" 200 OK
2025/01/13 13:41:43 stdout INFO:     172.17.0.1:53282 - "GET /_app/immutable/chunks/Plus.Cayr97sv.js HTTP/1.1" 200 OK
2025/01/13 13:41:43 stdout INFO:     172.17.0.1:53290 - "GET /_app/immutable/chunks/FolderOpen.BuApAJpd.js HTTP/1.1" 200 OK
2025/01/13 13:41:43 stdout INFO:     172.17.0.1:53286 - "GET /_app/immutable/chunks/ChevronRight.DtCCNbWu.js HTTP/1.1" 200 OK
2025/01/13 13:41:43 stdout INFO:     172.17.0.1:53292 - "GET /_app/immutable/chunks/ChevronDown.Q4vFy9t5.js HTTP/1.1" 200 OK
2025/01/13 13:41:43 stdout INFO:     172.17.0.1:53290 - "GET /_app/immutable/chunks/index.Dz6Qk6-h.js HTTP/1.1" 200 OK
2025/01/13 13:41:43 stdout INFO:     172.17.0.1:53282 - "GET /_app/immutable/chunks/Check.BoeIngOl.js HTTP/1.1" 200 OK
2025/01/13 13:41:43 stdout INFO:     172.17.0.1:53284 - "GET /_app/immutable/chunks/Pencil.Ck9IKtyg.js HTTP/1.1" 200 OK
2025/01/13 13:41:43 stdout INFO:     172.17.0.1:53288 - "GET /_app/immutable/chunks/Loader.D-MRn-DP.js HTTP/1.1" 200 OK
2025/01/13 13:41:43 stdout INFO:     172.17.0.1:53292 - "GET /_app/immutable/chunks/DocumentDuplicate.OSJdjIKU.js HTTP/1.1" 200 OK
2025/01/13 13:41:43 stdout INFO:     172.17.0.1:53286 - "GET /_app/immutable/chunks/GarbageBin.6GDYAsN6.js HTTP/1.1" 200 OK
2025/01/13 13:41:43 stdout INFO:     172.17.0.1:53282 - "GET /_app/immutable/chunks/Dropdown.cXqzOBK-.js HTTP/1.1" 200 OK
2025/01/13 13:41:43 stdout INFO:     172.17.0.1:53290 - "GET /_app/immutable/chunks/Tags.Bl9-H6wM.js HTTP/1.1" 200 OK
2025/01/13 13:41:43 stdout INFO:     172.17.0.1:53292 - "GET /_app/immutable/chunks/XMark.BmNInX4o.js HTTP/1.1" 200 OK
2025/01/13 13:41:43 stdout INFO:     172.17.0.1:53288 - "GET /_app/immutable/chunks/menu-trigger.DF5uTpCg.js HTTP/1.1" 200 OK
2025/01/13 13:41:43 stdout INFO:     172.17.0.1:53284 - "GET /_app/immutable/chunks/updater.BTt9jhxK.js HTTP/1.1" 200 OK
2025/01/13 13:41:43 stdout INFO:     172.17.0.1:53286 - "GET /_app/immutable/chunks/index.CaIyCEuF.js HTTP/1.1" 200 OK
2025/01/13 13:41:43 stdout INFO:     172.17.0.1:53282 - "GET /_app/immutable/chunks/UserMenu.ufXxZCnA.js HTTP/1.1" 200 OK
2025/01/13 13:41:43 stdout INFO:     172.17.0.1:53292 - "GET /_app/immutable/chunks/Tooltip.CLT1uQ3E.js HTTP/1.1" 200 OK
2025/01/13 13:41:43 stdout INFO:     172.17.0.1:53290 - "GET /_app/immutable/assets/ConfirmDialog.9RC9XL2T.css HTTP/1.1" 200 OK
2025/01/13 13:41:43 stdout INFO:     172.17.0.1:53286 - "GET /_app/immutable/chunks/ConfirmDialog.IP4ltFDM.js HTTP/1.1" 200 OK
2025/01/13 13:41:43 stdout INFO:     172.17.0.1:53288 - "GET /_app/immutable/assets/Modal.B2SnuaI5.css HTTP/1.1" 200 OK
2025/01/13 13:41:43 stdout INFO:     172.17.0.1:53284 - "GET /_app/immutable/chunks/index.DyIcjikr.js HTTP/1.1" 200 OK
2025/01/13 13:41:43 stdout INFO:     172.17.0.1:53282 - "GET /_app/immutable/chunks/Modal.BdpuBmtX.js HTTP/1.1" 200 OK
2025/01/13 13:41:43 stdout INFO:     172.17.0.1:53290 - "GET /_app/immutable/chunks/index.yc6nVmT5.js HTTP/1.1" 200 OK
2025/01/13 13:41:43 stdout INFO:     172.17.0.1:53292 - "GET /_app/immutable/chunks/index.CWa8AY44.js HTTP/1.1" 200 OK
2025/01/13 13:41:43 stdout INFO:     172.17.0.1:53286 - "GET /_app/immutable/chunks/SensitiveInput.CByek376.js HTTP/1.1" 200 OK
2025/01/13 13:41:43 stdout INFO:     172.17.0.1:53288 - "GET /_app/immutable/chunks/dayjs.min.CnqrW7zs.js HTTP/1.1" 200 OK
2025/01/13 13:41:43 stdout INFO:     172.17.0.1:53284 - "GET /_app/immutable/chunks/FileSaver.min.CimDdHIv.js HTTP/1.1" 200 OK
2025/01/13 13:41:43 stdout INFO:     172.17.0.1:53282 - "GET /_app/immutable/nodes/2.COoFiCqy.js HTTP/1.1" 200 OK
2025/01/13 13:41:43 stdout INFO:     172.17.0.1:53282 - "GET /api/config HTTP/1.1" 200 OK
2025/01/13 13:41:43 stdout INFO:     172.17.0.1:53282 - "POST /api/v1/auths/signin HTTP/1.1" 200 OK

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!

Originally created by @Sturmkater on GitHub (Jan 13, 2025). Original GitHub issue: https://github.com/open-webui/open-webui/issues/8518 # Bug Report ## Important Notes --- ## Installation Method Docker on Synology NAS, ollama on proxmox ## Environment - **Open WebUI Version:** [e.g., v0.3.11] ? popably latest, gets updated with Ouroboros - **Ollama (if applicable):** [e.g., v0.2.0, v0.1.32-rc1] - 0.5.1 << works well in Terminal - - **Operating System:** [e.g., Windows 10, macOS Big Sur, Ubuntu 20.04] - Docker - **Browser (if applicable):** [e.g., Chrome 100.0, Firefox 98.0] - Brave, Safari **Confirmation:** - [x] 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: First it got slower und buggier, second question mad it hang. Now after logging there is a blank page. If I compose a new docker open webui container the ui is entirely unreachable. ## Actual Behavior: [Describe what actually happened.] ## 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] 2025/01/13 13:52:01 | stderr | INFO:     connection closed -- | -- | -- 2025/01/13 13:47:22 | stderr | RuntimeError: No response returned. 2025/01/13 13:47:22 | stderr | raise RuntimeError("No response returned.") 2025/01/13 13:47:22 | stderr | File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 166, in call_next 2025/01/13 13:47:22 | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^ 2025/01/13 13:47:22 | stderr | return await call_next(request) 2025/01/13 13:47:22 | stderr | File "/app/backend/open_webui/main.py", line 723, in inspect_websocket 2025/01/13 13:47:22 | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025/01/13 13:47:22 | stderr | response = await self.dispatch_func(request, call_next) 2025/01/13 13:47:22 | stderr | File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 191, in __call__ 2025/01/13 13:47:22 | stderr | raise exc 2025/01/13 13:47:22 | stderr | File "/usr/local/lib/python3.11/site-packages/starlette/_utils.py", line 93, in collapse_excgroups 2025/01/13 13:47:22 | stderr | self.gen.throw(typ, value, traceback) 2025/01/13 13:47:22 | stderr | File "/usr/local/lib/python3.11/contextlib.py", line 158, in __exit__ 2025/01/13 13:47:22 | stderr | with collapse_excgroups(): 2025/01/13 13:47:22 | stderr | File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 189, in __call__ 2025/01/13 13:47:22 | stderr | await self.app(scope, receive, send) 2025/01/13 13:47:22 | stderr | File "/usr/local/lib/python3.11/site-packages/starlette/middleware/cors.py", line 85, in __call__ 2025/01/13 13:47:22 | stderr | await self.app(scope, receive, _send) 2025/01/13 13:47:22 | stderr | File "/usr/local/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__ 2025/01/13 13:47:22 | stderr | raise exc 2025/01/13 13:47:22 | stderr | File "/usr/local/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__ 2025/01/13 13:47:22 | stderr | await self.middleware_stack(scope, receive, send) 2025/01/13 13:47:22 | stderr | File "/usr/local/lib/python3.11/site-packages/starlette/applications.py", line 123, in __call__ 2025/01/13 13:47:22 | stderr | await super().__call__(scope, receive, send) 2025/01/13 13:47:22 | stderr | File "/usr/local/lib/python3.11/site-packages/fastapi/applications.py", line 1054, in __call__ 2025/01/13 13:47:22 | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025/01/13 13:47:22 | stderr | return await self.app(scope, receive, send) 2025/01/13 13:47:22 | stderr | File "/usr/local/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 70, in __call__ 2025/01/13 13:47:22 | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025/01/13 13:47:22 | stderr | result = await app(  # type: ignore[func-returns-value] 2025/01/13 13:47:22 | stderr | File "/usr/local/lib/python3.11/site-packages/uvicorn/protocols/http/httptools_impl.py", line 401, in run_asgi 2025/01/13 13:47:22 | stderr | Traceback (most recent call last): 2025/01/13 13:47:22 | stderr |   2025/01/13 13:47:22 | stderr | During handling of the above exception, another exception occurred: 2025/01/13 13:47:22 | stderr |   2025/01/13 13:47:22 | stderr | +------------------------------------ 2025/01/13 13:47:22 | stderr | \| RuntimeError: No response returned. 2025/01/13 13:47:22 | stderr | \|     raise RuntimeError("No response returned.") 2025/01/13 13:47:22 | stderr | \|   File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 166, in call_next 2025/01/13 13:47:22 | stderr | \|            ^^^^^^^^^^^^^^^^^^^^^^^^ 2025/01/13 13:47:22 | stderr | \|     return await call_next(request) 2025/01/13 13:47:22 | stderr | \|   File "/app/backend/open_webui/main.py", line 723, in inspect_websocket 2025/01/13 13:47:22 | stderr | \|                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025/01/13 13:47:22 | stderr | \|     response = await self.dispatch_func(request, call_next) 2025/01/13 13:47:22 | stderr | \|   File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 191, in __call__ 2025/01/13 13:47:22 | stderr | \|     raise exc 2025/01/13 13:47:22 | stderr | \|   File "/usr/local/lib/python3.11/site-packages/starlette/_utils.py", line 93, in collapse_excgroups 2025/01/13 13:47:22 | stderr | \|     self.gen.throw(typ, value, traceback) 2025/01/13 13:47:22 | stderr | \|   File "/usr/local/lib/python3.11/contextlib.py", line 158, in __exit__ 2025/01/13 13:47:22 | stderr | \|     with collapse_excgroups(): 2025/01/13 13:47:22 | stderr | \|   File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 189, in __call__ 2025/01/13 13:47:22 | stderr | \|     await self.app(scope, receive, send) 2025/01/13 13:47:22 | stderr | \|   File "/usr/local/lib/python3.11/site-packages/starlette/middleware/cors.py", line 85, in __call__ 2025/01/13 13:47:22 | stderr | \|     await self.app(scope, receive, _send) 2025/01/13 13:47:22 | stderr | \|   File "/usr/local/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__ 2025/01/13 13:47:22 | stderr | \|     raise exc 2025/01/13 13:47:22 | stderr | \|   File "/usr/local/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__ 2025/01/13 13:47:22 | stderr | \|     await self.middleware_stack(scope, receive, send) 2025/01/13 13:47:22 | stderr | \|   File "/usr/local/lib/python3.11/site-packages/starlette/applications.py", line 123, in __call__ 2025/01/13 13:47:22 | stderr | \|     await super().__call__(scope, receive, send) 2025/01/13 13:47:22 | stderr | \|   File "/usr/local/lib/python3.11/site-packages/fastapi/applications.py", line 1054, in __call__ 2025/01/13 13:47:22 | stderr | \|            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025/01/13 13:47:22 | stderr | \|     return await self.app(scope, receive, send) 2025/01/13 13:47:22 | stderr | \|   File "/usr/local/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 70, in __call__ 2025/01/13 13:47:22 | stderr | \|              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025/01/13 13:47:22 | stderr | \|     result = await app(  # type: ignore[func-returns-value] 2025/01/13 13:47:22 | stderr | \|   File "/usr/local/lib/python3.11/site-packages/uvicorn/protocols/http/httptools_impl.py", line 401, in run_asgi 2025/01/13 13:47:22 | stderr | \| Traceback (most recent call last): 2025/01/13 13:47:22 | stderr | +-+---------------- 1 ---------------- 2025/01/13 13:47:22 | stderr | \| ExceptionGroup: unhandled errors in a TaskGroup (1 sub-exception) 2025/01/13 13:47:22 | stderr | \|     raise BaseExceptionGroup( 2025/01/13 13:47:22 | stderr | \|   File "/usr/local/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 815, in __aexit__ 2025/01/13 13:47:22 | stderr | \|     async with anyio.create_task_group() as task_group: 2025/01/13 13:47:22 | stderr | \|   File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 190, in __call__ 2025/01/13 13:47:22 | stderr | \|     yield 2025/01/13 13:47:22 | stderr | \|   File "/usr/local/lib/python3.11/site-packages/starlette/_utils.py", line 87, in collapse_excgroups 2025/01/13 13:47:22 | stderr | + Exception Group Traceback (most recent call last): 2025/01/13 13:47:22 | stderr | ERROR:    Exception in ASGI application 2025/01/13 13:47:22 | stderr | INFO  [open_webui.routers.ollama] get_all_models() 2025/01/13 13:47:22 | stderr | ERROR [open_webui.routers.openai] Connection error: Cannot connect to host api.openai.com:443 ssl:default [Connect call failed ('172.66.0.243', 443)] 2025/01/13 13:47:12 | stdout | INFO:     172.17.0.1:53682 - "POST /api/v1/folders/3feb89b1-27c0-4122-9f09-79550609a379/update/expanded HTTP/1.1" 200 OK 2025/01/13 13:47:12 | stdout | INFO:     172.17.0.1:53400 - "GET /api/version/updates HTTP/1.1" 200 OK 2025/01/13 13:47:11 | stdout | INFO:     172.17.0.1:53680 - "GET /api/v1/chats/?page=1 HTTP/1.1" 200 OK 2025/01/13 13:47:11 | stdout | INFO:     172.17.0.1:53682 - "GET /api/v1/folders/ HTTP/1.1" 200 OK 2025/01/13 13:47:11 | stdout | INFO:     172.17.0.1:53680 - "GET /api/v1/chats/pinned HTTP/1.1" 200 OK 2025/01/13 13:47:11 | stdout | INFO:     172.17.0.1:53682 - "GET /api/v1/chats/all/tags HTTP/1.1" 200 OK 2025/01/13 13:47:11 | stdout | INFO:     172.17.0.1:53680 - "GET /api/v1/users/user/settings HTTP/1.1" 200 OK 2025/01/13 13:47:11 | stdout | INFO:     172.17.0.1:53682 - "GET /api/v1/channels/ HTTP/1.1" 200 OK 2025/01/13 13:47:11 | stdout | INFO:     172.17.0.1:53680 - "GET /ollama/api/version HTTP/1.1" 200 OK 2025/01/13 13:47:11 | stdout | INFO:     172.17.0.1:53682 - "GET /static/favicon.png HTTP/1.1" 304 Not Modified 2025/01/13 13:47:11 | stdout | INFO:     172.17.0.1:53680 - "GET /assets/fonts/Inter-Variable.ttf HTTP/1.1" 200 OK 2025/01/13 13:47:11 | stdout | INFO:     172.17.0.1:53400 - "GET /api/v1/tools/ HTTP/1.1" 200 OK 2025/01/13 13:47:11 | stdout | INFO:     172.17.0.1:53400 - "GET /api/v1/configs/banners HTTP/1.1" 200 OK 2025/01/13 13:47:10 | stdout | INFO:     172.17.0.1:53400 - "GET /api/models HTTP/1.1" 200 OK 2025/01/13 13:47:10 | stderr | INFO  [open_webui.routers.ollama] get_all_models() 2025/01/13 13:47:10 | stderr | ERROR [open_webui.routers.openai] Connection error: Cannot connect to host api.openai.com:443 ssl:default [Connect call failed ('162.159.140.245', 443)] 2025/01/13 13:47:10 | stderr | RuntimeError: No response returned. 2025/01/13 13:47:10 | stderr | raise RuntimeError("No response returned.") 2025/01/13 13:47:10 | stderr | File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 166, in call_next 2025/01/13 13:47:10 | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^ 2025/01/13 13:47:10 | stderr | return await call_next(request) 2025/01/13 13:47:10 | stderr | File "/app/backend/open_webui/main.py", line 723, in inspect_websocket 2025/01/13 13:47:10 | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025/01/13 13:47:10 | stderr | response = await self.dispatch_func(request, call_next) 2025/01/13 13:47:10 | stderr | File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 191, in __call__ 2025/01/13 13:47:10 | stderr | raise exc 2025/01/13 13:47:10 | stderr | File "/usr/local/lib/python3.11/site-packages/starlette/_utils.py", line 93, in collapse_excgroups 2025/01/13 13:47:10 | stderr | self.gen.throw(typ, value, traceback) 2025/01/13 13:47:10 | stderr | File "/usr/local/lib/python3.11/contextlib.py", line 158, in __exit__ 2025/01/13 13:47:10 | stderr | with collapse_excgroups(): 2025/01/13 13:47:10 | stderr | File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 189, in __call__ 2025/01/13 13:47:10 | stderr | await self.app(scope, receive, send) 2025/01/13 13:47:10 | stderr | File "/usr/local/lib/python3.11/site-packages/starlette/middleware/cors.py", line 85, in __call__ 2025/01/13 13:47:10 | stderr | await self.app(scope, receive, _send) 2025/01/13 13:47:10 | stderr | File "/usr/local/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__ 2025/01/13 13:47:10 | stderr | raise exc 2025/01/13 13:47:10 | stderr | File "/usr/local/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__ 2025/01/13 13:47:10 | stderr | await self.middleware_stack(scope, receive, send) 2025/01/13 13:47:10 | stderr | File "/usr/local/lib/python3.11/site-packages/starlette/applications.py", line 123, in __call__ 2025/01/13 13:47:10 | stderr | await super().__call__(scope, receive, send) 2025/01/13 13:47:10 | stderr | File "/usr/local/lib/python3.11/site-packages/fastapi/applications.py", line 1054, in __call__ 2025/01/13 13:47:10 | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025/01/13 13:47:10 | stderr | return await self.app(scope, receive, send) 2025/01/13 13:47:10 | stderr | File "/usr/local/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 70, in __call__ 2025/01/13 13:47:10 | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025/01/13 13:47:10 | stderr | result = await app(  # type: ignore[func-returns-value] 2025/01/13 13:47:10 | stderr | File "/usr/local/lib/python3.11/site-packages/uvicorn/protocols/http/httptools_impl.py", line 401, in run_asgi 2025/01/13 13:47:10 | stderr | Traceback (most recent call last): 2025/01/13 13:47:10 | stderr |   2025/01/13 13:47:10 | stderr | During handling of the above exception, another exception occurred: 2025/01/13 13:47:10 | stderr |   2025/01/13 13:47:10 | stderr | +------------------------------------ 2025/01/13 13:47:10 | stderr | \| RuntimeError: No response returned. 2025/01/13 13:47:10 | stderr | \|     raise RuntimeError("No response returned.") 2025/01/13 13:47:10 | stderr | \|   File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 166, in call_next 2025/01/13 13:47:10 | stderr | \|            ^^^^^^^^^^^^^^^^^^^^^^^^ 2025/01/13 13:47:10 | stderr | \|     return await call_next(request) 2025/01/13 13:47:10 | stderr | \|   File "/app/backend/open_webui/main.py", line 723, in inspect_websocket 2025/01/13 13:47:10 | stderr | \|                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025/01/13 13:47:10 | stderr | \|     response = await self.dispatch_func(request, call_next) 2025/01/13 13:47:10 | stderr | \|   File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 191, in __call__ 2025/01/13 13:47:10 | stderr | \|     raise exc 2025/01/13 13:47:10 | stderr | \|   File "/usr/local/lib/python3.11/site-packages/starlette/_utils.py", line 93, in collapse_excgroups 2025/01/13 13:47:10 | stderr | \|     self.gen.throw(typ, value, traceback) 2025/01/13 13:47:10 | stderr | \|   File "/usr/local/lib/python3.11/contextlib.py", line 158, in __exit__ 2025/01/13 13:47:10 | stderr | \|     with collapse_excgroups(): 2025/01/13 13:47:10 | stderr | \|   File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 189, in __call__ 2025/01/13 13:47:10 | stderr | \|     await self.app(scope, receive, send) 2025/01/13 13:47:10 | stderr | \|   File "/usr/local/lib/python3.11/site-packages/starlette/middleware/cors.py", line 85, in __call__ 2025/01/13 13:47:10 | stderr | \|     await self.app(scope, receive, _send) 2025/01/13 13:47:10 | stderr | \|   File "/usr/local/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__ 2025/01/13 13:47:10 | stderr | \|     raise exc 2025/01/13 13:47:10 | stderr | \|   File "/usr/local/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__ 2025/01/13 13:47:10 | stderr | \|     await self.middleware_stack(scope, receive, send) 2025/01/13 13:47:10 | stderr | \|   File "/usr/local/lib/python3.11/site-packages/starlette/applications.py", line 123, in __call__ 2025/01/13 13:47:10 | stderr | \|     await super().__call__(scope, receive, send) 2025/01/13 13:47:10 | stderr | \|   File "/usr/local/lib/python3.11/site-packages/fastapi/applications.py", line 1054, in __call__ 2025/01/13 13:47:10 | stderr | \|            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025/01/13 13:47:10 | stderr | \|     return await self.app(scope, receive, send) 2025/01/13 13:47:10 | stderr | \|   File "/usr/local/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 70, in __call__ 2025/01/13 13:47:10 | stderr | \|              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025/01/13 13:47:10 | stderr | \|     result = await app(  # type: ignore[func-returns-value] 2025/01/13 13:47:10 | stderr | \|   File "/usr/local/lib/python3.11/site-packages/uvicorn/protocols/http/httptools_impl.py", line 401, in run_asgi 2025/01/13 13:47:10 | stderr | \| Traceback (most recent call last): 2025/01/13 13:47:10 | stderr | +-+---------------- 1 ---------------- 2025/01/13 13:47:10 | stderr | \| ExceptionGroup: unhandled errors in a TaskGroup (1 sub-exception) 2025/01/13 13:47:10 | stderr | \|     raise BaseExceptionGroup( 2025/01/13 13:47:10 | stderr | \|   File "/usr/local/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 815, in __aexit__ 2025/01/13 13:47:10 | stderr | \|     async with anyio.create_task_group() as task_group: 2025/01/13 13:47:10 | stderr | \|   File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 190, in __call__ 2025/01/13 13:47:10 | stderr | \|     yield 2025/01/13 13:47:10 | stderr | \|   File "/usr/local/lib/python3.11/site-packages/starlette/_utils.py", line 87, in collapse_excgroups 2025/01/13 13:47:10 | stderr | + Exception Group Traceback (most recent call last): 2025/01/13 13:47:10 | stderr | ERROR:    Exception in ASGI application 2025/01/13 13:47:10 | stderr | INFO  [open_webui.routers.ollama] get_all_models() 2025/01/13 13:47:10 | stderr | ERROR [open_webui.routers.openai] Connection error: Cannot connect to host api.openai.com:443 ssl:default [Connect call failed ('172.66.0.243', 443)] 2025/01/13 13:47:09 | stderr | RuntimeError: No response returned. 2025/01/13 13:47:09 | stderr | raise RuntimeError("No response returned.") 2025/01/13 13:47:09 | stderr | File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 166, in call_next 2025/01/13 13:47:09 | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^ 2025/01/13 13:47:09 | stderr | return await call_next(request) 2025/01/13 13:47:09 | stderr | File "/app/backend/open_webui/main.py", line 723, in inspect_websocket 2025/01/13 13:47:09 | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025/01/13 13:47:09 | stderr | response = await self.dispatch_func(request, call_next) 2025/01/13 13:47:09 | stderr | File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 191, in __call__ 2025/01/13 13:47:09 | stderr | raise exc 2025/01/13 13:47:09 | stderr | File "/usr/local/lib/python3.11/site-packages/starlette/_utils.py", line 93, in collapse_excgroups 2025/01/13 13:47:09 | stderr | self.gen.throw(typ, value, traceback) 2025/01/13 13:47:09 | stderr | File "/usr/local/lib/python3.11/contextlib.py", line 158, in __exit__ 2025/01/13 13:47:09 | stderr | with collapse_excgroups(): 2025/01/13 13:47:09 | stderr | File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 189, in __call__ 2025/01/13 13:47:09 | stderr | await self.app(scope, receive, send) 2025/01/13 13:47:09 | stderr | File "/usr/local/lib/python3.11/site-packages/starlette/middleware/cors.py", line 85, in __call__ 2025/01/13 13:47:09 | stderr | await self.app(scope, receive, _send) 2025/01/13 13:47:09 | stderr | File "/usr/local/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__ 2025/01/13 13:47:09 | stderr | raise exc 2025/01/13 13:47:09 | stderr | File "/usr/local/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__ 2025/01/13 13:47:09 | stderr | await self.middleware_stack(scope, receive, send) 2025/01/13 13:47:09 | stderr | File "/usr/local/lib/python3.11/site-packages/starlette/applications.py", line 123, in __call__ 2025/01/13 13:47:09 | stderr | await super().__call__(scope, receive, send) 2025/01/13 13:47:09 | stderr | File "/usr/local/lib/python3.11/site-packages/fastapi/applications.py", line 1054, in __call__ 2025/01/13 13:47:09 | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025/01/13 13:47:09 | stderr | return await self.app(scope, receive, send) 2025/01/13 13:47:09 | stderr | File "/usr/local/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 70, in __call__ 2025/01/13 13:47:09 | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025/01/13 13:47:09 | stderr | result = await app(  # type: ignore[func-returns-value] 2025/01/13 13:47:09 | stderr | File "/usr/local/lib/python3.11/site-packages/uvicorn/protocols/http/httptools_impl.py", line 401, in run_asgi 2025/01/13 13:47:09 | stderr | Traceback (most recent call last): 2025/01/13 13:47:09 | stderr |   2025/01/13 13:47:09 | stderr | During handling of the above exception, another exception occurred: 2025/01/13 13:47:09 | stderr |   2025/01/13 13:47:09 | stderr | +------------------------------------ 2025/01/13 13:47:09 | stderr | \| RuntimeError: No response returned. 2025/01/13 13:47:09 | stderr | \|     raise RuntimeError("No response returned.") 2025/01/13 13:47:09 | stderr | \|   File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 166, in call_next 2025/01/13 13:47:09 | stderr | \|            ^^^^^^^^^^^^^^^^^^^^^^^^ 2025/01/13 13:47:09 | stderr | \|     return await call_next(request) 2025/01/13 13:47:09 | stderr | \|   File "/app/backend/open_webui/main.py", line 723, in inspect_websocket 2025/01/13 13:47:09 | stderr | \|                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025/01/13 13:47:09 | stderr | \|     response = await self.dispatch_func(request, call_next) 2025/01/13 13:47:09 | stderr | \|   File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 191, in __call__ 2025/01/13 13:47:09 | stderr | \|     raise exc 2025/01/13 13:47:09 | stderr | \|   File "/usr/local/lib/python3.11/site-packages/starlette/_utils.py", line 93, in collapse_excgroups 2025/01/13 13:47:09 | stderr | \|     self.gen.throw(typ, value, traceback) 2025/01/13 13:47:09 | stderr | \|   File "/usr/local/lib/python3.11/contextlib.py", line 158, in __exit__ 2025/01/13 13:47:09 | stderr | \|     with collapse_excgroups(): 2025/01/13 13:47:09 | stderr | \|   File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 189, in __call__ 2025/01/13 13:47:09 | stderr | \|     await self.app(scope, receive, send) 2025/01/13 13:47:09 | stderr | \|   File "/usr/local/lib/python3.11/site-packages/starlette/middleware/cors.py", line 85, in __call__ 2025/01/13 13:47:09 | stderr | \|     await self.app(scope, receive, _send) 2025/01/13 13:47:09 | stderr | \|   File "/usr/local/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__ 2025/01/13 13:47:09 | stderr | \|     raise exc 2025/01/13 13:47:09 | stderr | \|   File "/usr/local/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__ 2025/01/13 13:47:09 | stderr | \|     await self.middleware_stack(scope, receive, send) 2025/01/13 13:47:09 | stderr | \|   File "/usr/local/lib/python3.11/site-packages/starlette/applications.py", line 123, in __call__ 2025/01/13 13:47:09 | stderr | \|     await super().__call__(scope, receive, send) 2025/01/13 13:47:09 | stderr | \|   File "/usr/local/lib/python3.11/site-packages/fastapi/applications.py", line 1054, in __call__ 2025/01/13 13:47:09 | stderr | \|            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025/01/13 13:47:09 | stderr | \|     return await self.app(scope, receive, send) 2025/01/13 13:47:09 | stderr | \|   File "/usr/local/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 70, in __call__ 2025/01/13 13:47:09 | stderr | \|              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025/01/13 13:47:09 | stderr | \|     result = await app(  # type: ignore[func-returns-value] 2025/01/13 13:47:09 | stderr | \|   File "/usr/local/lib/python3.11/site-packages/uvicorn/protocols/http/httptools_impl.py", line 401, in run_asgi 2025/01/13 13:47:09 | stderr | \| Traceback (most recent call last): 2025/01/13 13:47:09 | stderr | +-+---------------- 1 ---------------- 2025/01/13 13:47:09 | stderr | \| ExceptionGroup: unhandled errors in a TaskGroup (1 sub-exception) 2025/01/13 13:47:09 | stderr | \|     raise BaseExceptionGroup( 2025/01/13 13:47:09 | stderr | \|   File "/usr/local/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 815, in __aexit__ 2025/01/13 13:47:09 | stderr | \|     async with anyio.create_task_group() as task_group: 2025/01/13 13:47:09 | stderr | \|   File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 190, in __call__ 2025/01/13 13:47:09 | stderr | \|     yield 2025/01/13 13:47:09 | stderr | \|   File "/usr/local/lib/python3.11/site-packages/starlette/_utils.py", line 87, in collapse_excgroups 2025/01/13 13:47:09 | stderr | + Exception Group Traceback (most recent call last): 2025/01/13 13:47:09 | stderr | ERROR:    Exception in ASGI application 2025/01/13 13:47:09 | stderr | INFO  [open_webui.routers.ollama] get_all_models() 2025/01/13 13:47:09 | stderr | ERROR [open_webui.routers.openai] Connection error: Cannot connect to host api.openai.com:443 ssl:default [Connect call failed ('162.159.140.245', 443)] 2025/01/13 13:46:13 | stderr | RuntimeError: No response returned. 2025/01/13 13:46:13 | stderr | raise RuntimeError("No response returned.") 2025/01/13 13:46:13 | stderr | File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 166, in call_next 2025/01/13 13:46:13 | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^ 2025/01/13 13:46:13 | stderr | return await call_next(request) 2025/01/13 13:46:13 | stderr | File "/app/backend/open_webui/main.py", line 723, in inspect_websocket 2025/01/13 13:46:13 | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025/01/13 13:46:13 | stderr | response = await self.dispatch_func(request, call_next) 2025/01/13 13:46:13 | stderr | File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 191, in __call__ 2025/01/13 13:46:13 | stderr | raise exc 2025/01/13 13:46:13 | stderr | File "/usr/local/lib/python3.11/site-packages/starlette/_utils.py", line 93, in collapse_excgroups 2025/01/13 13:46:13 | stderr | self.gen.throw(typ, value, traceback) 2025/01/13 13:46:13 | stderr | File "/usr/local/lib/python3.11/contextlib.py", line 158, in __exit__ 2025/01/13 13:46:13 | stderr | with collapse_excgroups(): 2025/01/13 13:46:13 | stderr | File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 189, in __call__ 2025/01/13 13:46:13 | stderr | await self.app(scope, receive, send) 2025/01/13 13:46:13 | stderr | File "/usr/local/lib/python3.11/site-packages/starlette/middleware/cors.py", line 85, in __call__ 2025/01/13 13:46:13 | stderr | await self.app(scope, receive, _send) 2025/01/13 13:46:13 | stderr | File "/usr/local/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__ 2025/01/13 13:46:13 | stderr | raise exc 2025/01/13 13:46:13 | stderr | File "/usr/local/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__ 2025/01/13 13:46:13 | stderr | await self.middleware_stack(scope, receive, send) 2025/01/13 13:46:13 | stderr | File "/usr/local/lib/python3.11/site-packages/starlette/applications.py", line 123, in __call__ 2025/01/13 13:46:13 | stderr | await super().__call__(scope, receive, send) 2025/01/13 13:46:13 | stderr | File "/usr/local/lib/python3.11/site-packages/fastapi/applications.py", line 1054, in __call__ 2025/01/13 13:46:13 | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025/01/13 13:46:13 | stderr | return await self.app(scope, receive, send) 2025/01/13 13:46:13 | stderr | File "/usr/local/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 70, in __call__ 2025/01/13 13:46:13 | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025/01/13 13:46:13 | stderr | result = await app(  # type: ignore[func-returns-value] 2025/01/13 13:46:13 | stderr | File "/usr/local/lib/python3.11/site-packages/uvicorn/protocols/http/httptools_impl.py", line 401, in run_asgi 2025/01/13 13:46:13 | stderr | Traceback (most recent call last): 2025/01/13 13:46:13 | stderr |   2025/01/13 13:46:13 | stderr | During handling of the above exception, another exception occurred: 2025/01/13 13:46:13 | stderr |   2025/01/13 13:46:13 | stderr | +------------------------------------ 2025/01/13 13:46:13 | stderr | \| RuntimeError: No response returned. 2025/01/13 13:46:13 | stderr | \|     raise RuntimeError("No response returned.") 2025/01/13 13:46:13 | stderr | \|   File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 166, in call_next 2025/01/13 13:46:13 | stderr | \|            ^^^^^^^^^^^^^^^^^^^^^^^^ 2025/01/13 13:46:13 | stderr | \|     return await call_next(request) 2025/01/13 13:46:13 | stderr | \|   File "/app/backend/open_webui/main.py", line 723, in inspect_websocket 2025/01/13 13:46:13 | stderr | \|                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025/01/13 13:46:13 | stderr | \|     response = await self.dispatch_func(request, call_next) 2025/01/13 13:46:13 | stderr | \|   File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 191, in __call__ 2025/01/13 13:46:13 | stderr | \|     raise exc 2025/01/13 13:46:13 | stderr | \|   File "/usr/local/lib/python3.11/site-packages/starlette/_utils.py", line 93, in collapse_excgroups 2025/01/13 13:46:13 | stderr | \|     self.gen.throw(typ, value, traceback) 2025/01/13 13:46:13 | stderr | \|   File "/usr/local/lib/python3.11/contextlib.py", line 158, in __exit__ 2025/01/13 13:46:13 | stderr | \|     with collapse_excgroups(): 2025/01/13 13:46:13 | stderr | \|   File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 189, in __call__ 2025/01/13 13:46:13 | stderr | \|     await self.app(scope, receive, send) 2025/01/13 13:46:13 | stderr | \|   File "/usr/local/lib/python3.11/site-packages/starlette/middleware/cors.py", line 85, in __call__ 2025/01/13 13:46:13 | stderr | \|     await self.app(scope, receive, _send) 2025/01/13 13:46:13 | stderr | \|   File "/usr/local/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__ 2025/01/13 13:46:13 | stderr | \|     raise exc 2025/01/13 13:46:13 | stderr | \|   File "/usr/local/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__ 2025/01/13 13:46:13 | stderr | \|     await self.middleware_stack(scope, receive, send) 2025/01/13 13:46:13 | stderr | \|   File "/usr/local/lib/python3.11/site-packages/starlette/applications.py", line 123, in __call__ 2025/01/13 13:46:13 | stderr | \|     await super().__call__(scope, receive, send) 2025/01/13 13:46:13 | stderr | \|   File "/usr/local/lib/python3.11/site-packages/fastapi/applications.py", line 1054, in __call__ 2025/01/13 13:46:13 | stderr | \|            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025/01/13 13:46:13 | stderr | \|     return await self.app(scope, receive, send) 2025/01/13 13:46:13 | stderr | \|   File "/usr/local/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 70, in __call__ 2025/01/13 13:46:13 | stderr | \|              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025/01/13 13:46:13 | stderr | \|     result = await app(  # type: ignore[func-returns-value] 2025/01/13 13:46:13 | stderr | \|   File "/usr/local/lib/python3.11/site-packages/uvicorn/protocols/http/httptools_impl.py", line 401, in run_asgi 2025/01/13 13:46:13 | stderr | \| Traceback (most recent call last): 2025/01/13 13:46:13 | stderr | +-+---------------- 1 ---------------- 2025/01/13 13:46:13 | stderr | \| ExceptionGroup: unhandled errors in a TaskGroup (1 sub-exception) 2025/01/13 13:46:13 | stderr | \|     raise BaseExceptionGroup( 2025/01/13 13:46:13 | stderr | \|   File "/usr/local/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 815, in __aexit__ 2025/01/13 13:46:13 | stderr | \|     async with anyio.create_task_group() as task_group: 2025/01/13 13:46:13 | stderr | \|   File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 190, in __call__ 2025/01/13 13:46:13 | stderr | \|     yield 2025/01/13 13:46:13 | stderr | \|   File "/usr/local/lib/python3.11/site-packages/starlette/_utils.py", line 87, in collapse_excgroups 2025/01/13 13:46:13 | stderr | + Exception Group Traceback (most recent call last): 2025/01/13 13:46:13 | stderr | ERROR:    Exception in ASGI application 2025/01/13 13:46:13 | stderr | INFO  [open_webui.routers.ollama] get_all_models() 2025/01/13 13:46:13 | stderr | ERROR [open_webui.routers.openai] Connection error: Cannot connect to host api.openai.com:443 ssl:default [Connect call failed ('162.159.140.245', 443)] 2025/01/13 13:46:11 | stderr | RuntimeError: No response returned. 2025/01/13 13:46:11 | stderr | raise RuntimeError("No response returned.") 2025/01/13 13:46:11 | stderr | File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 166, in call_next 2025/01/13 13:46:11 | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^ 2025/01/13 13:46:11 | stderr | return await call_next(request) 2025/01/13 13:46:11 | stderr | File "/app/backend/open_webui/main.py", line 723, in inspect_websocket 2025/01/13 13:46:11 | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025/01/13 13:46:11 | stderr | response = await self.dispatch_func(request, call_next) 2025/01/13 13:46:11 | stderr | File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 191, in __call__ 2025/01/13 13:46:11 | stderr | raise exc 2025/01/13 13:46:11 | stderr | File "/usr/local/lib/python3.11/site-packages/starlette/_utils.py", line 93, in collapse_excgroups 2025/01/13 13:46:11 | stderr | self.gen.throw(typ, value, traceback) 2025/01/13 13:46:11 | stderr | File "/usr/local/lib/python3.11/contextlib.py", line 158, in __exit__ 2025/01/13 13:46:11 | stderr | with collapse_excgroups(): 2025/01/13 13:46:11 | stderr | File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 189, in __call__ 2025/01/13 13:46:11 | stderr | await self.app(scope, receive, send) 2025/01/13 13:46:11 | stderr | File "/usr/local/lib/python3.11/site-packages/starlette/middleware/cors.py", line 85, in __call__ 2025/01/13 13:46:11 | stderr | await self.app(scope, receive, _send) 2025/01/13 13:46:11 | stderr | File "/usr/local/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__ 2025/01/13 13:46:11 | stderr | raise exc 2025/01/13 13:46:11 | stderr | File "/usr/local/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__ 2025/01/13 13:46:11 | stderr | await self.middleware_stack(scope, receive, send) 2025/01/13 13:46:11 | stderr | File "/usr/local/lib/python3.11/site-packages/starlette/applications.py", line 123, in __call__ 2025/01/13 13:46:11 | stderr | await super().__call__(scope, receive, send) 2025/01/13 13:46:11 | stderr | File "/usr/local/lib/python3.11/site-packages/fastapi/applications.py", line 1054, in __call__ 2025/01/13 13:46:11 | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025/01/13 13:46:11 | stderr | return await self.app(scope, receive, send) 2025/01/13 13:46:11 | stderr | File "/usr/local/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 70, in __call__ 2025/01/13 13:46:11 | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025/01/13 13:46:11 | stderr | result = await app(  # type: ignore[func-returns-value] 2025/01/13 13:46:11 | stderr | File "/usr/local/lib/python3.11/site-packages/uvicorn/protocols/http/httptools_impl.py", line 401, in run_asgi 2025/01/13 13:46:11 | stderr | Traceback (most recent call last): 2025/01/13 13:46:11 | stderr |   2025/01/13 13:46:11 | stderr | During handling of the above exception, another exception occurred: 2025/01/13 13:46:11 | stderr |   2025/01/13 13:46:11 | stderr | +------------------------------------ 2025/01/13 13:46:11 | stderr | \| RuntimeError: No response returned. 2025/01/13 13:46:11 | stderr | \|     raise RuntimeError("No response returned.") 2025/01/13 13:46:11 | stderr | \|   File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 166, in call_next 2025/01/13 13:46:11 | stderr | \|            ^^^^^^^^^^^^^^^^^^^^^^^^ 2025/01/13 13:46:11 | stderr | \|     return await call_next(request) 2025/01/13 13:46:11 | stderr | \|   File "/app/backend/open_webui/main.py", line 723, in inspect_websocket 2025/01/13 13:46:11 | stderr | \|                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025/01/13 13:46:11 | stderr | \|     response = await self.dispatch_func(request, call_next) 2025/01/13 13:46:11 | stderr | \|   File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 191, in __call__ 2025/01/13 13:46:11 | stderr | \|     raise exc 2025/01/13 13:46:11 | stderr | \|   File "/usr/local/lib/python3.11/site-packages/starlette/_utils.py", line 93, in collapse_excgroups 2025/01/13 13:46:11 | stderr | \|     self.gen.throw(typ, value, traceback) 2025/01/13 13:46:11 | stderr | \|   File "/usr/local/lib/python3.11/contextlib.py", line 158, in __exit__ 2025/01/13 13:46:11 | stderr | \|     with collapse_excgroups(): 2025/01/13 13:46:11 | stderr | \|   File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 189, in __call__ 2025/01/13 13:46:11 | stderr | \|     await self.app(scope, receive, send) 2025/01/13 13:46:11 | stderr | \|   File "/usr/local/lib/python3.11/site-packages/starlette/middleware/cors.py", line 85, in __call__ 2025/01/13 13:46:11 | stderr | \|     await self.app(scope, receive, _send) 2025/01/13 13:46:11 | stderr | \|   File "/usr/local/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__ 2025/01/13 13:46:11 | stderr | \|     raise exc 2025/01/13 13:46:11 | stderr | \|   File "/usr/local/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__ 2025/01/13 13:46:11 | stderr | \|     await self.middleware_stack(scope, receive, send) 2025/01/13 13:46:11 | stderr | \|   File "/usr/local/lib/python3.11/site-packages/starlette/applications.py", line 123, in __call__ 2025/01/13 13:46:11 | stderr | \|     await super().__call__(scope, receive, send) 2025/01/13 13:46:11 | stderr | \|   File "/usr/local/lib/python3.11/site-packages/fastapi/applications.py", line 1054, in __call__ 2025/01/13 13:46:11 | stderr | \|            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025/01/13 13:46:11 | stderr | \|     return await self.app(scope, receive, send) 2025/01/13 13:46:11 | stderr | \|   File "/usr/local/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 70, in __call__ 2025/01/13 13:46:11 | stderr | \|              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025/01/13 13:46:11 | stderr | \|     result = await app(  # type: ignore[func-returns-value] 2025/01/13 13:46:11 | stderr | \|   File "/usr/local/lib/python3.11/site-packages/uvicorn/protocols/http/httptools_impl.py", line 401, in run_asgi 2025/01/13 13:46:11 | stderr | \| Traceback (most recent call last): 2025/01/13 13:46:11 | stderr | +-+---------------- 1 ---------------- 2025/01/13 13:46:11 | stderr | \| ExceptionGroup: unhandled errors in a TaskGroup (1 sub-exception) 2025/01/13 13:46:11 | stderr | \|     raise BaseExceptionGroup( 2025/01/13 13:46:11 | stderr | \|   File "/usr/local/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 815, in __aexit__ 2025/01/13 13:46:11 | stderr | \|     async with anyio.create_task_group() as task_group: 2025/01/13 13:46:11 | stderr | \|   File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 190, in __call__ 2025/01/13 13:46:11 | stderr | \|     yield 2025/01/13 13:46:11 | stderr | \|   File "/usr/local/lib/python3.11/site-packages/starlette/_utils.py", line 87, in collapse_excgroups 2025/01/13 13:46:11 | stderr | + Exception Group Traceback (most recent call last): 2025/01/13 13:46:11 | stderr | ERROR:    Exception in ASGI application 2025/01/13 13:46:11 | stderr | INFO  [open_webui.routers.ollama] get_all_models() 2025/01/13 13:46:11 | stderr | ERROR [open_webui.routers.openai] Connection error: Cannot connect to host api.openai.com:443 ssl:default [Connect call failed ('172.66.0.243', 443)] 2025/01/13 13:45:59 | stderr | RuntimeError: No response returned. 2025/01/13 13:45:59 | stderr | raise RuntimeError("No response returned.") 2025/01/13 13:45:59 | stderr | File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 166, in call_next 2025/01/13 13:45:59 | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^ 2025/01/13 13:45:59 | stderr | return await call_next(request) 2025/01/13 13:45:59 | stderr | File "/app/backend/open_webui/main.py", line 723, in inspect_websocket 2025/01/13 13:45:59 | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025/01/13 13:45:59 | stderr | response = await self.dispatch_func(request, call_next) 2025/01/13 13:45:59 | stderr | File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 191, in __call__ 2025/01/13 13:45:59 | stderr | raise exc 2025/01/13 13:45:59 | stderr | File "/usr/local/lib/python3.11/site-packages/starlette/_utils.py", line 93, in collapse_excgroups 2025/01/13 13:45:59 | stderr | self.gen.throw(typ, value, traceback) 2025/01/13 13:45:59 | stderr | File "/usr/local/lib/python3.11/contextlib.py", line 158, in __exit__ 2025/01/13 13:45:59 | stderr | with collapse_excgroups(): 2025/01/13 13:45:59 | stderr | File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 189, in __call__ 2025/01/13 13:45:59 | stderr | await self.app(scope, receive, send) 2025/01/13 13:45:59 | stderr | File "/usr/local/lib/python3.11/site-packages/starlette/middleware/cors.py", line 85, in __call__ 2025/01/13 13:45:59 | stderr | await self.app(scope, receive, _send) 2025/01/13 13:45:59 | stderr | File "/usr/local/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__ 2025/01/13 13:45:59 | stderr | raise exc 2025/01/13 13:45:59 | stderr | File "/usr/local/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__ 2025/01/13 13:45:59 | stderr | await self.middleware_stack(scope, receive, send) 2025/01/13 13:45:59 | stderr | File "/usr/local/lib/python3.11/site-packages/starlette/applications.py", line 123, in __call__ 2025/01/13 13:45:59 | stderr | await super().__call__(scope, receive, send) 2025/01/13 13:45:59 | stderr | File "/usr/local/lib/python3.11/site-packages/fastapi/applications.py", line 1054, in __call__ 2025/01/13 13:45:59 | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025/01/13 13:45:59 | stderr | return await self.app(scope, receive, send) 2025/01/13 13:45:59 | stderr | File "/usr/local/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 70, in __call__ 2025/01/13 13:45:59 | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025/01/13 13:45:59 | stderr | result = await app(  # type: ignore[func-returns-value] 2025/01/13 13:45:59 | stderr | File "/usr/local/lib/python3.11/site-packages/uvicorn/protocols/http/httptools_impl.py", line 401, in run_asgi 2025/01/13 13:45:59 | stderr | Traceback (most recent call last): 2025/01/13 13:45:59 | stderr |   2025/01/13 13:45:59 | stderr | During handling of the above exception, another exception occurred: 2025/01/13 13:45:59 | stderr |   2025/01/13 13:45:59 | stderr | +------------------------------------ 2025/01/13 13:45:59 | stderr | \| RuntimeError: No response returned. 2025/01/13 13:45:59 | stderr | \|     raise RuntimeError("No response returned.") 2025/01/13 13:45:59 | stderr | \|   File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 166, in call_next 2025/01/13 13:45:59 | stderr | \|            ^^^^^^^^^^^^^^^^^^^^^^^^ 2025/01/13 13:45:59 | stderr | \|     return await call_next(request) 2025/01/13 13:45:59 | stderr | \|   File "/app/backend/open_webui/main.py", line 723, in inspect_websocket 2025/01/13 13:45:59 | stderr | \|                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025/01/13 13:45:59 | stderr | \|     response = await self.dispatch_func(request, call_next) 2025/01/13 13:45:59 | stderr | \|   File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 191, in __call__ 2025/01/13 13:45:59 | stderr | \|     raise exc 2025/01/13 13:45:59 | stderr | \|   File "/usr/local/lib/python3.11/site-packages/starlette/_utils.py", line 93, in collapse_excgroups 2025/01/13 13:45:59 | stderr | \|     self.gen.throw(typ, value, traceback) 2025/01/13 13:45:59 | stderr | \|   File "/usr/local/lib/python3.11/contextlib.py", line 158, in __exit__ 2025/01/13 13:45:59 | stderr | \|     with collapse_excgroups(): 2025/01/13 13:45:59 | stderr | \|   File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 189, in __call__ 2025/01/13 13:45:59 | stderr | \|     await self.app(scope, receive, send) 2025/01/13 13:45:59 | stderr | \|   File "/usr/local/lib/python3.11/site-packages/starlette/middleware/cors.py", line 85, in __call__ 2025/01/13 13:45:59 | stderr | \|     await self.app(scope, receive, _send) 2025/01/13 13:45:59 | stderr | \|   File "/usr/local/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__ 2025/01/13 13:45:59 | stderr | \|     raise exc 2025/01/13 13:45:59 | stderr | \|   File "/usr/local/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__ 2025/01/13 13:45:59 | stderr | \|     await self.middleware_stack(scope, receive, send) 2025/01/13 13:45:59 | stderr | \|   File "/usr/local/lib/python3.11/site-packages/starlette/applications.py", line 123, in __call__ 2025/01/13 13:45:59 | stderr | \|     await super().__call__(scope, receive, send) 2025/01/13 13:45:59 | stderr | \|   File "/usr/local/lib/python3.11/site-packages/fastapi/applications.py", line 1054, in __call__ 2025/01/13 13:45:59 | stderr | \|            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025/01/13 13:45:59 | stderr | \|     return await self.app(scope, receive, send) 2025/01/13 13:45:59 | stderr | \|   File "/usr/local/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 70, in __call__ 2025/01/13 13:45:59 | stderr | \|              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025/01/13 13:45:59 | stderr | \|     result = await app(  # type: ignore[func-returns-value] 2025/01/13 13:45:59 | stderr | \|   File "/usr/local/lib/python3.11/site-packages/uvicorn/protocols/http/httptools_impl.py", line 401, in run_asgi 2025/01/13 13:45:59 | stderr | \| Traceback (most recent call last): 2025/01/13 13:45:59 | stderr | +-+---------------- 1 ---------------- 2025/01/13 13:45:59 | stderr | \| ExceptionGroup: unhandled errors in a TaskGroup (1 sub-exception) 2025/01/13 13:45:59 | stderr | \|     raise BaseExceptionGroup( 2025/01/13 13:45:59 | stderr | \|   File "/usr/local/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 815, in __aexit__ 2025/01/13 13:45:59 | stderr | \|     async with anyio.create_task_group() as task_group: 2025/01/13 13:45:59 | stderr | \|   File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 190, in __call__ 2025/01/13 13:45:59 | stderr | \|     yield 2025/01/13 13:45:59 | stderr | \|   File "/usr/local/lib/python3.11/site-packages/starlette/_utils.py", line 87, in collapse_excgroups 2025/01/13 13:45:59 | stderr | + Exception Group Traceback (most recent call last): 2025/01/13 13:45:59 | stderr | ERROR:    Exception in ASGI application 2025/01/13 13:45:59 | stderr | INFO  [open_webui.routers.ollama] get_all_models() 2025/01/13 13:45:59 | stderr | ERROR [open_webui.routers.openai] Connection error: Cannot connect to host api.openai.com:443 ssl:default [Connect call failed ('162.159.140.245', 443)] 2025/01/13 13:43:07 | stderr | INFO  [open_webui.routers.openai] get_all_models() 2025/01/13 13:43:07 | stdout | INFO:     10.10.1.1:0 - "GET /api/v1/users/user/settings HTTP/1.1" 200 OK 2025/01/13 13:43:07 | stdout | INFO:     10.10.1.1:0 - "GET /api/changelog HTTP/1.1" 200 OK 2025/01/13 13:43:07 | stdout | INFO:     10.10.1.1:0 - "GET /api/config HTTP/1.1" 200 OK 2025/01/13 13:43:07 | stdout | INFO:     10.10.1.1:0 - "GET /api/v1/auths/ HTTP/1.1" 200 OK 2025/01/13 13:43:07 | stderr | INFO:     connection open 2025/01/13 13:43:07 | stderr | INFO:     ('10.10.1.1', 0) - "WebSocket /ws/socket.io/?EIO=4&transport=websocket" [accepted] 2025/01/13 13:43:07 | stdout | INFO:     10.10.1.1:0 - "GET /api/config HTTP/1.1" 200 OK 2025/01/13 13:43:07 | stdout | INFO:     10.10.1.1:0 - "GET / HTTP/1.1" 200 OK 2025/01/13 13:42:56 | stdout | INFO:     172.17.0.1:53414 - "GET /opensearch.xml HTTP/1.1" 200 OK 2025/01/13 13:42:56 | stderr | INFO  [open_webui.routers.openai] get_all_models() 2025/01/13 13:42:56 | stdout | INFO:     172.17.0.1:53410 - "GET /api/v1/users/user/settings HTTP/1.1" 200 OK 2025/01/13 13:42:56 | stdout | INFO:     172.17.0.1:53400 - "GET /api/changelog HTTP/1.1" 200 OK 2025/01/13 13:42:56 | stdout | INFO:     172.17.0.1:53400 - "GET /api/config HTTP/1.1" 200 OK 2025/01/13 13:42:56 | stdout | INFO:     172.17.0.1:53400 - "GET /api/v1/auths/ HTTP/1.1" 200 OK 2025/01/13 13:42:56 | stderr | INFO:     connection open 2025/01/13 13:42:56 | stderr | INFO:     ('172.17.0.1', 53408) - "WebSocket /ws/socket.io/?EIO=4&transport=websocket" [accepted] 2025/01/13 13:42:56 | stdout | INFO:     172.17.0.1:53400 - "GET /api/config HTTP/1.1" 200 OK 2025/01/13 13:42:56 | stdout | INFO:     172.17.0.1:53400 - "GET /favicon/site.webmanifest HTTP/1.1" 200 OK 2025/01/13 13:42:56 | stderr | INFO:     connection closed 2025/01/13 13:42:56 | stdout | INFO:     172.17.0.1:53400 - "GET / HTTP/1.1" 200 OK 2025/01/13 13:42:55 | stdout | INFO:     172.17.0.1:53404 - "GET /opensearch.xml HTTP/1.1" 200 OK 2025/01/13 13:42:55 | stderr | INFO  [open_webui.routers.openai] get_all_models() 2025/01/13 13:42:55 | stdout | INFO:     172.17.0.1:53400 - "GET /api/v1/users/user/settings HTTP/1.1" 200 OK 2025/01/13 13:42:55 | stdout | INFO:     172.17.0.1:53388 - "GET /api/changelog HTTP/1.1" 200 OK 2025/01/13 13:42:55 | stdout | INFO:     172.17.0.1:53388 - "GET /api/config HTTP/1.1" 200 OK 2025/01/13 13:42:55 | stdout | INFO:     172.17.0.1:53388 - "GET /api/v1/auths/ HTTP/1.1" 200 OK 2025/01/13 13:42:55 | stderr | INFO:     connection open 2025/01/13 13:42:55 | stderr | INFO:     ('172.17.0.1', 53398) - "WebSocket /ws/socket.io/?EIO=4&transport=websocket" [accepted] 2025/01/13 13:42:55 | stdout | INFO:     172.17.0.1:53388 - "GET /api/config HTTP/1.1" 200 OK 2025/01/13 13:42:55 | stdout | INFO:     172.17.0.1:53388 - "GET /favicon/site.webmanifest HTTP/1.1" 200 OK 2025/01/13 13:42:55 | stderr | INFO:     connection closed 2025/01/13 13:42:55 | stdout | INFO:     172.17.0.1:53388 - "GET / HTTP/1.1" 200 OK 2025/01/13 13:42:54 | stdout | INFO:     172.17.0.1:53392 - "GET /opensearch.xml HTTP/1.1" 200 OK 2025/01/13 13:42:54 | stderr | INFO  [open_webui.routers.openai] get_all_models() 2025/01/13 13:42:54 | stdout | INFO:     172.17.0.1:53388 - "GET /api/v1/users/user/settings HTTP/1.1" 200 OK 2025/01/13 13:42:54 | stdout | INFO:     172.17.0.1:53384 - "GET /api/changelog HTTP/1.1" 200 OK 2025/01/13 13:42:54 | stdout | INFO:     172.17.0.1:53384 - "GET /api/config HTTP/1.1" 200 OK 2025/01/13 13:42:54 | stdout | INFO:     172.17.0.1:53384 - "GET /api/v1/auths/ HTTP/1.1" 200 OK 2025/01/13 13:42:54 | stderr | INFO:     connection open 2025/01/13 13:42:54 | stderr | INFO:     ('172.17.0.1', 53386) - "WebSocket /ws/socket.io/?EIO=4&transport=websocket" [accepted] 2025/01/13 13:42:54 | stdout | INFO:     172.17.0.1:53384 - "GET /api/config HTTP/1.1" 200 OK 2025/01/13 13:42:54 | stdout | INFO:     172.17.0.1:53384 - "GET /favicon/site.webmanifest HTTP/1.1" 200 OK 2025/01/13 13:42:54 | stderr | INFO:     connection closed 2025/01/13 13:42:54 | stdout | INFO:     172.17.0.1:53384 - "GET / HTTP/1.1" 200 OK 2025/01/13 13:41:58 | stdout | INFO:     172.17.0.1:53332 - "GET /opensearch.xml HTTP/1.1" 200 OK 2025/01/13 13:41:58 | stderr | INFO  [open_webui.routers.openai] get_all_models() 2025/01/13 13:41:58 | stdout | INFO:     172.17.0.1:53328 - "GET /api/v1/users/user/settings HTTP/1.1" 200 OK 2025/01/13 13:41:58 | stdout | INFO:     172.17.0.1:53312 - "GET /api/changelog HTTP/1.1" 200 OK 2025/01/13 13:41:58 | stdout | INFO:     172.17.0.1:53312 - "GET /api/config HTTP/1.1" 200 OK 2025/01/13 13:41:58 | stdout | INFO:     172.17.0.1:53312 - "GET /api/v1/auths/ HTTP/1.1" 200 OK 2025/01/13 13:41:58 | stderr | INFO:     connection open 2025/01/13 13:41:58 | stderr | INFO:     ('172.17.0.1', 53326) - "WebSocket /ws/socket.io/?EIO=4&transport=websocket" [accepted] 2025/01/13 13:41:58 | stdout | INFO:     172.17.0.1:53312 - "GET /api/config HTTP/1.1" 200 OK 2025/01/13 13:41:58 | stdout | INFO:     172.17.0.1:53312 - "GET /favicon/site.webmanifest HTTP/1.1" 200 OK 2025/01/13 13:41:58 | stderr | INFO:     connection closed 2025/01/13 13:41:58 | stdout | INFO:     172.17.0.1:53312 - "GET / HTTP/1.1" 200 OK 2025/01/13 13:41:58 | stderr | RuntimeError: No response returned. 2025/01/13 13:41:58 | stderr | raise RuntimeError("No response returned.") 2025/01/13 13:41:58 | stderr | File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 166, in call_next 2025/01/13 13:41:58 | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^ 2025/01/13 13:41:58 | stderr | return await call_next(request) 2025/01/13 13:41:58 | stderr | File "/app/backend/open_webui/main.py", line 723, in inspect_websocket 2025/01/13 13:41:58 | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025/01/13 13:41:58 | stderr | response = await self.dispatch_func(request, call_next) 2025/01/13 13:41:58 | stderr | File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 191, in __call__ 2025/01/13 13:41:58 | stderr | raise exc 2025/01/13 13:41:58 | stderr | File "/usr/local/lib/python3.11/site-packages/starlette/_utils.py", line 93, in collapse_excgroups 2025/01/13 13:41:58 | stderr | self.gen.throw(typ, value, traceback) 2025/01/13 13:41:58 | stderr | File "/usr/local/lib/python3.11/contextlib.py", line 158, in __exit__ 2025/01/13 13:41:58 | stderr | with collapse_excgroups(): 2025/01/13 13:41:58 | stderr | File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 189, in __call__ 2025/01/13 13:41:58 | stderr | await self.app(scope, receive, send) 2025/01/13 13:41:58 | stderr | File "/usr/local/lib/python3.11/site-packages/starlette/middleware/cors.py", line 85, in __call__ 2025/01/13 13:41:58 | stderr | await self.app(scope, receive, _send) 2025/01/13 13:41:58 | stderr | File "/usr/local/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__ 2025/01/13 13:41:58 | stderr | raise exc 2025/01/13 13:41:58 | stderr | File "/usr/local/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__ 2025/01/13 13:41:58 | stderr | await self.middleware_stack(scope, receive, send) 2025/01/13 13:41:58 | stderr | File "/usr/local/lib/python3.11/site-packages/starlette/applications.py", line 123, in __call__ 2025/01/13 13:41:58 | stderr | await super().__call__(scope, receive, send) 2025/01/13 13:41:58 | stderr | File "/usr/local/lib/python3.11/site-packages/fastapi/applications.py", line 1054, in __call__ 2025/01/13 13:41:58 | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025/01/13 13:41:58 | stderr | return await self.app(scope, receive, send) 2025/01/13 13:41:58 | stderr | File "/usr/local/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 70, in __call__ 2025/01/13 13:41:58 | stderr | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025/01/13 13:41:58 | stderr | result = await app(  # type: ignore[func-returns-value] 2025/01/13 13:41:58 | stderr | File "/usr/local/lib/python3.11/site-packages/uvicorn/protocols/http/httptools_impl.py", line 401, in run_asgi 2025/01/13 13:41:58 | stderr | Traceback (most recent call last): 2025/01/13 13:41:58 | stderr |   2025/01/13 13:41:58 | stderr | During handling of the above exception, another exception occurred: 2025/01/13 13:41:58 | stderr |   2025/01/13 13:41:58 | stderr | +------------------------------------ 2025/01/13 13:41:58 | stderr | \| RuntimeError: No response returned. 2025/01/13 13:41:58 | stderr | \|     raise RuntimeError("No response returned.") 2025/01/13 13:41:58 | stderr | \|   File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 166, in call_next 2025/01/13 13:41:58 | stderr | \|            ^^^^^^^^^^^^^^^^^^^^^^^^ 2025/01/13 13:41:58 | stderr | \|     return await call_next(request) 2025/01/13 13:41:58 | stderr | \|   File "/app/backend/open_webui/main.py", line 723, in inspect_websocket 2025/01/13 13:41:58 | stderr | \|                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025/01/13 13:41:58 | stderr | \|     response = await self.dispatch_func(request, call_next) 2025/01/13 13:41:58 | stderr | \|   File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 191, in __call__ 2025/01/13 13:41:58 | stderr | \|     raise exc 2025/01/13 13:41:58 | stderr | \|   File "/usr/local/lib/python3.11/site-packages/starlette/_utils.py", line 93, in collapse_excgroups 2025/01/13 13:41:58 | stderr | \|     self.gen.throw(typ, value, traceback) 2025/01/13 13:41:58 | stderr | \|   File "/usr/local/lib/python3.11/contextlib.py", line 158, in __exit__ 2025/01/13 13:41:58 | stderr | \|     with collapse_excgroups(): 2025/01/13 13:41:58 | stderr | \|   File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 189, in __call__ 2025/01/13 13:41:58 | stderr | \|     await self.app(scope, receive, send) 2025/01/13 13:41:58 | stderr | \|   File "/usr/local/lib/python3.11/site-packages/starlette/middleware/cors.py", line 85, in __call__ 2025/01/13 13:41:58 | stderr | \|     await self.app(scope, receive, _send) 2025/01/13 13:41:58 | stderr | \|   File "/usr/local/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__ 2025/01/13 13:41:58 | stderr | \|     raise exc 2025/01/13 13:41:58 | stderr | \|   File "/usr/local/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__ 2025/01/13 13:41:58 | stderr | \|     await self.middleware_stack(scope, receive, send) 2025/01/13 13:41:58 | stderr | \|   File "/usr/local/lib/python3.11/site-packages/starlette/applications.py", line 123, in __call__ 2025/01/13 13:41:58 | stderr | \|     await super().__call__(scope, receive, send) 2025/01/13 13:41:58 | stderr | \|   File "/usr/local/lib/python3.11/site-packages/fastapi/applications.py", line 1054, in __call__ 2025/01/13 13:41:58 | stderr | \|            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025/01/13 13:41:58 | stderr | \|     return await self.app(scope, receive, send) 2025/01/13 13:41:58 | stderr | \|   File "/usr/local/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 70, in __call__ 2025/01/13 13:41:58 | stderr | \|              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025/01/13 13:41:58 | stderr | \|     result = await app(  # type: ignore[func-returns-value] 2025/01/13 13:41:58 | stderr | \|   File "/usr/local/lib/python3.11/site-packages/uvicorn/protocols/http/httptools_impl.py", line 401, in run_asgi 2025/01/13 13:41:58 | stderr | \| Traceback (most recent call last): 2025/01/13 13:41:58 | stderr | +-+---------------- 1 ---------------- 2025/01/13 13:41:58 | stderr | \| ExceptionGroup: unhandled errors in a TaskGroup (1 sub-exception) 2025/01/13 13:41:58 | stderr | \|     raise BaseExceptionGroup( 2025/01/13 13:41:58 | stderr | \|   File "/usr/local/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 815, in __aexit__ 2025/01/13 13:41:58 | stderr | \|     async with anyio.create_task_group() as task_group: 2025/01/13 13:41:58 | stderr | \|   File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 190, in __call__ 2025/01/13 13:41:58 | stderr | \|     yield 2025/01/13 13:41:58 | stderr | \|   File "/usr/local/lib/python3.11/site-packages/starlette/_utils.py", line 87, in collapse_excgroups 2025/01/13 13:41:58 | stderr | + Exception Group Traceback (most recent call last): 2025/01/13 13:41:58 | stderr | ERROR:    Exception in ASGI application 2025/01/13 13:41:58 | stdout | INFO:     172.17.0.1:53312 - "GET /api/changelog HTTP/1.1" 200 OK 2025/01/13 13:41:58 | stdout | INFO:     172.17.0.1:53312 - "GET /api/config HTTP/1.1" 200 OK 2025/01/13 13:41:58 | stdout | INFO:     172.17.0.1:53312 - "GET /api/v1/auths/ HTTP/1.1" 200 OK 2025/01/13 13:41:58 | stderr | INFO:     connection open 2025/01/13 13:41:58 | stderr | INFO:     ('172.17.0.1', 53322) - "WebSocket /ws/socket.io/?EIO=4&transport=websocket" [accepted] 2025/01/13 13:41:58 | stdout | INFO:     172.17.0.1:53312 - "GET /api/config HTTP/1.1" 200 OK 2025/01/13 13:41:58 | stdout | INFO:     172.17.0.1:53312 - "GET /favicon/site.webmanifest HTTP/1.1" 200 OK 2025/01/13 13:41:58 | stderr | INFO:     connection closed 2025/01/13 13:41:58 | stdout | INFO:     172.17.0.1:53312 - "GET / HTTP/1.1" 200 OK 2025/01/13 13:41:57 | stdout | INFO:     172.17.0.1:53316 - "GET /opensearch.xml HTTP/1.1" 200 OK 2025/01/13 13:41:56 | stderr | INFO  [open_webui.routers.openai] get_all_models() 2025/01/13 13:41:56 | stdout | INFO:     172.17.0.1:53312 - "GET /api/v1/users/user/settings HTTP/1.1" 200 OK 2025/01/13 13:41:56 | stdout | INFO:     172.17.0.1:53308 - "GET /api/changelog HTTP/1.1" 200 OK 2025/01/13 13:41:56 | stdout | INFO:     172.17.0.1:53308 - "GET /api/config HTTP/1.1" 200 OK 2025/01/13 13:41:56 | stdout | INFO:     172.17.0.1:53308 - "GET /api/v1/auths/ HTTP/1.1" 200 OK 2025/01/13 13:41:56 | stderr | INFO:     connection open 2025/01/13 13:41:56 | stderr | INFO:     ('172.17.0.1', 53310) - "WebSocket /ws/socket.io/?EIO=4&transport=websocket" [accepted] 2025/01/13 13:41:56 | stdout | INFO:     172.17.0.1:53308 - "GET /api/config HTTP/1.1" 200 OK 2025/01/13 13:41:56 | stderr | INFO:     connection closed 2025/01/13 13:41:56 | stdout | INFO:     172.17.0.1:53308 - "GET / HTTP/1.1" 200 OK 2025/01/13 13:41:44 | stderr | INFO  [open_webui.routers.openai] get_all_models() 2025/01/13 13:41:44 | stdout | INFO:     172.17.0.1:53284 - "GET /api/v1/users/user/settings HTTP/1.1" 200 OK 2025/01/13 13:41:44 | stdout | INFO:     172.17.0.1:53282 - "GET /api/changelog HTTP/1.1" 200 OK 2025/01/13 13:41:44 | stdout | INFO:     172.17.0.1:53288 - "GET /_app/immutable/chunks/EllipsisVertical.6w9_ZwLA.js HTTP/1.1" 200 OK 2025/01/13 13:41:44 | stdout | INFO:     172.17.0.1:53286 - "GET /_app/immutable/chunks/Heart.pSwFWPsN.js HTTP/1.1" 200 OK 2025/01/13 13:41:44 | stdout | INFO:     172.17.0.1:53290 - "GET /_app/immutable/assets/Help.BzoYrNfz.css HTTP/1.1" 200 OK 2025/01/13 13:41:44 | stdout | INFO:     172.17.0.1:53292 - "GET /_app/immutable/chunks/index.ytYpR4gE.js HTTP/1.1" 200 OK 2025/01/13 13:41:44 | stdout | INFO:     172.17.0.1:53284 - "GET /_app/immutable/chunks/MenuLines.Bpc9Sb0N.js HTTP/1.1" 200 OK 2025/01/13 13:41:44 | stdout | INFO:     172.17.0.1:53282 - "GET /_app/immutable/chunks/Selector.COlVhh2B.js HTTP/1.1" 200 OK 2025/01/13 13:41:44 | stdout | INFO:     172.17.0.1:53290 - "GET /_app/immutable/chunks/index.DAv5ZDd7.js HTTP/1.1" 200 OK 2025/01/13 13:41:44 | stdout | INFO:     172.17.0.1:53288 - "GET /_app/immutable/assets/Messages.BN5bZb92.css HTTP/1.1" 200 OK 2025/01/13 13:41:44 | stdout | INFO:     172.17.0.1:53286 - "GET /_app/immutable/chunks/Badge.Cfh_fL2v.js HTTP/1.1" 200 OK 2025/01/13 13:41:44 | stdout | INFO:     172.17.0.1:53290 - "GET /_app/immutable/chunks/MagnifyingGlass.BaJqCqrT.js HTTP/1.1" 200 OK 2025/01/13 13:41:44 | stdout | INFO:     172.17.0.1:53288 - "GET /_app/immutable/chunks/index.TcVP5hBW.js HTTP/1.1" 200 OK 2025/01/13 13:41:44 | stdout | INFO:     172.17.0.1:53284 - "GET /_app/immutable/chunks/Messages.CxSP9Hp8.js HTTP/1.1" 200 OK 2025/01/13 13:41:44 | stdout | INFO:     172.17.0.1:53290 - "GET /_app/immutable/assets/Markdown.ZJPQWc0g.css HTTP/1.1" 200 OK 2025/01/13 13:41:44 | stdout | INFO:     172.17.0.1:53288 - "GET /_app/immutable/chunks/ArrowDownTray.CqjDYHOC.js HTTP/1.1" 200 OK 2025/01/13 13:41:44 | stdout | INFO:     172.17.0.1:53292 - "GET /_app/immutable/chunks/Markdown.D9qpt3G3.js HTTP/1.1" 200 OK 2025/01/13 13:41:44 | stdout | INFO:     172.17.0.1:53284 - "GET /_app/immutable/chunks/relativeTime.HIEE8cw9.js HTTP/1.1" 200 OK 2025/01/13 13:41:44 | stdout | INFO:     172.17.0.1:53286 - "GET /_app/immutable/chunks/CodeEditor.C6wmDkZH.js HTTP/1.1" 200 OK 2025/01/13 13:41:44 | stdout | INFO:     172.17.0.1:53290 - "GET /_app/immutable/chunks/fuse.CU2r43ac.js HTTP/1.1" 200 OK 2025/01/13 13:41:44 | stdout | INFO:     172.17.0.1:53288 - "GET /_app/immutable/chunks/index.tgcmLOQx.js HTTP/1.1" 200 OK 2025/01/13 13:41:44 | stdout | INFO:     172.17.0.1:53292 - "GET /_app/immutable/assets/RichTextInput.CkxzBt4q.css HTTP/1.1" 200 OK 2025/01/13 13:41:44 | stdout | INFO:     172.17.0.1:53286 - "GET /_app/immutable/chunks/index.Cp8Agfi7.js HTTP/1.1" 200 OK 2025/01/13 13:41:44 | stdout | INFO:     172.17.0.1:53284 - "GET /_app/immutable/chunks/FileItem.Cs1eFj4P.js HTTP/1.1" 200 OK 2025/01/13 13:41:44 | stdout | INFO:     172.17.0.1:53282 - "GET /_app/immutable/chunks/RichTextInput.ObtdY1yr.js HTTP/1.1" 200 OK 2025/01/13 13:41:44 | stdout | INFO:     172.17.0.1:53290 - "GET /_app/immutable/chunks/index.Vcq4gwWv.js HTTP/1.1" 200 OK 2025/01/13 13:41:44 | stdout | INFO:     172.17.0.1:53288 - "GET /_app/immutable/chunks/WrenchSolid.Ce6DkkEJ.js HTTP/1.1" 200 OK 2025/01/13 13:41:43 | stdout | INFO:     172.17.0.1:53284 - "GET /_app/immutable/chunks/index.C9_w2-WP.js HTTP/1.1" 200 OK 2025/01/13 13:41:43 | stdout | INFO:     172.17.0.1:53292 - "GET /_app/immutable/chunks/index.areenmaJ.js HTTP/1.1" 200 OK 2025/01/13 13:41:43 | stdout | INFO:     172.17.0.1:53290 - "GET /_app/immutable/chunks/index.3BJ7uueJ.js HTTP/1.1" 200 OK 2025/01/13 13:41:43 | stdout | INFO:     172.17.0.1:53282 - "GET /_app/immutable/chunks/FilesOverlay.BysjDh4t.js HTTP/1.1" 200 OK 2025/01/13 13:41:43 | stdout | INFO:     172.17.0.1:53288 - "GET /_app/immutable/chunks/Drawer.D6nbDDDH.js HTTP/1.1" 200 OK 2025/01/13 13:41:43 | stdout | INFO:     172.17.0.1:53286 - "GET /_app/immutable/chunks/Help.CN9KxYpL.js HTTP/1.1" 200 OK 2025/01/13 13:41:43 | stdout | INFO:     172.17.0.1:53284 - "GET /_app/immutable/nodes/6.F3VQCuuo.js HTTP/1.1" 200 OK 2025/01/13 13:41:43 | stdout | INFO:     172.17.0.1:53292 - "GET /_app/immutable/assets/2.C0o0Dx_d.css HTTP/1.1" 200 OK 2025/01/13 13:41:43 | stdout | INFO:     172.17.0.1:53288 - "GET /_app/immutable/chunks/index.DqJ4jCog.js HTTP/1.1" 200 OK 2025/01/13 13:41:43 | stdout | INFO:     172.17.0.1:53290 - "GET /_app/immutable/chunks/Search.CRU-TmIJ.js HTTP/1.1" 200 OK 2025/01/13 13:41:43 | stdout | INFO:     172.17.0.1:53282 - "GET /_app/immutable/chunks/index.DQfRr7yB.js HTTP/1.1" 200 OK 2025/01/13 13:41:43 | stdout | INFO:     172.17.0.1:53286 - "GET /_app/immutable/chunks/Switch.DRgJeMuD.js HTTP/1.1" 200 OK 2025/01/13 13:41:43 | stdout | INFO:     172.17.0.1:53284 - "GET /_app/immutable/chunks/User.BNYCTgsG.js HTTP/1.1" 200 OK 2025/01/13 13:41:43 | stdout | INFO:     172.17.0.1:53292 - "GET /_app/immutable/chunks/AdvancedParams.B0Ww5LT2.js HTTP/1.1" 200 OK 2025/01/13 13:41:43 | stdout | INFO:     172.17.0.1:53290 - "GET /_app/immutable/chunks/AccessControl.DL0fUNhc.js HTTP/1.1" 200 OK 2025/01/13 13:41:43 | stdout | INFO:     172.17.0.1:53288 - "GET /_app/immutable/chunks/index.B_yyvI3L.js HTTP/1.1" 200 OK 2025/01/13 13:41:43 | stdout | INFO:     172.17.0.1:53282 - "GET /_app/immutable/chunks/Cog6.Dwyk_MJT.js HTTP/1.1" 200 OK 2025/01/13 13:41:43 | stdout | INFO:     172.17.0.1:53286 - "GET /_app/immutable/chunks/index.hU-k7rIo.js HTTP/1.1" 200 OK 2025/01/13 13:41:43 | stdout | INFO:     172.17.0.1:53284 - "GET /_app/immutable/chunks/UserCircleSolid.BTH2V-u3.js HTTP/1.1" 200 OK 2025/01/13 13:41:43 | stdout | INFO:     172.17.0.1:53292 - "GET /_app/immutable/chunks/EllipsisHorizontal.C-cC0NPk.js HTTP/1.1" 200 OK 2025/01/13 13:41:43 | stdout | INFO:     172.17.0.1:53288 - "GET /_app/immutable/chunks/Collapsible.Bz8ss-Zd.js HTTP/1.1" 200 OK 2025/01/13 13:41:43 | stdout | INFO:     172.17.0.1:53284 - "GET /_app/immutable/chunks/ChevronUp.B2cy-iaU.js HTTP/1.1" 200 OK 2025/01/13 13:41:43 | stdout | INFO:     172.17.0.1:53282 - "GET /_app/immutable/chunks/Plus.Cayr97sv.js HTTP/1.1" 200 OK 2025/01/13 13:41:43 | stdout | INFO:     172.17.0.1:53290 - "GET /_app/immutable/chunks/FolderOpen.BuApAJpd.js HTTP/1.1" 200 OK 2025/01/13 13:41:43 | stdout | INFO:     172.17.0.1:53286 - "GET /_app/immutable/chunks/ChevronRight.DtCCNbWu.js HTTP/1.1" 200 OK 2025/01/13 13:41:43 | stdout | INFO:     172.17.0.1:53292 - "GET /_app/immutable/chunks/ChevronDown.Q4vFy9t5.js HTTP/1.1" 200 OK 2025/01/13 13:41:43 | stdout | INFO:     172.17.0.1:53290 - "GET /_app/immutable/chunks/index.Dz6Qk6-h.js HTTP/1.1" 200 OK 2025/01/13 13:41:43 | stdout | INFO:     172.17.0.1:53282 - "GET /_app/immutable/chunks/Check.BoeIngOl.js HTTP/1.1" 200 OK 2025/01/13 13:41:43 | stdout | INFO:     172.17.0.1:53284 - "GET /_app/immutable/chunks/Pencil.Ck9IKtyg.js HTTP/1.1" 200 OK 2025/01/13 13:41:43 | stdout | INFO:     172.17.0.1:53288 - "GET /_app/immutable/chunks/Loader.D-MRn-DP.js HTTP/1.1" 200 OK 2025/01/13 13:41:43 | stdout | INFO:     172.17.0.1:53292 - "GET /_app/immutable/chunks/DocumentDuplicate.OSJdjIKU.js HTTP/1.1" 200 OK 2025/01/13 13:41:43 | stdout | INFO:     172.17.0.1:53286 - "GET /_app/immutable/chunks/GarbageBin.6GDYAsN6.js HTTP/1.1" 200 OK 2025/01/13 13:41:43 | stdout | INFO:     172.17.0.1:53282 - "GET /_app/immutable/chunks/Dropdown.cXqzOBK-.js HTTP/1.1" 200 OK 2025/01/13 13:41:43 | stdout | INFO:     172.17.0.1:53290 - "GET /_app/immutable/chunks/Tags.Bl9-H6wM.js HTTP/1.1" 200 OK 2025/01/13 13:41:43 | stdout | INFO:     172.17.0.1:53292 - "GET /_app/immutable/chunks/XMark.BmNInX4o.js HTTP/1.1" 200 OK 2025/01/13 13:41:43 | stdout | INFO:     172.17.0.1:53288 - "GET /_app/immutable/chunks/menu-trigger.DF5uTpCg.js HTTP/1.1" 200 OK 2025/01/13 13:41:43 | stdout | INFO:     172.17.0.1:53284 - "GET /_app/immutable/chunks/updater.BTt9jhxK.js HTTP/1.1" 200 OK 2025/01/13 13:41:43 | stdout | INFO:     172.17.0.1:53286 - "GET /_app/immutable/chunks/index.CaIyCEuF.js HTTP/1.1" 200 OK 2025/01/13 13:41:43 | stdout | INFO:     172.17.0.1:53282 - "GET /_app/immutable/chunks/UserMenu.ufXxZCnA.js HTTP/1.1" 200 OK 2025/01/13 13:41:43 | stdout | INFO:     172.17.0.1:53292 - "GET /_app/immutable/chunks/Tooltip.CLT1uQ3E.js HTTP/1.1" 200 OK 2025/01/13 13:41:43 | stdout | INFO:     172.17.0.1:53290 - "GET /_app/immutable/assets/ConfirmDialog.9RC9XL2T.css HTTP/1.1" 200 OK 2025/01/13 13:41:43 | stdout | INFO:     172.17.0.1:53286 - "GET /_app/immutable/chunks/ConfirmDialog.IP4ltFDM.js HTTP/1.1" 200 OK 2025/01/13 13:41:43 | stdout | INFO:     172.17.0.1:53288 - "GET /_app/immutable/assets/Modal.B2SnuaI5.css HTTP/1.1" 200 OK 2025/01/13 13:41:43 | stdout | INFO:     172.17.0.1:53284 - "GET /_app/immutable/chunks/index.DyIcjikr.js HTTP/1.1" 200 OK 2025/01/13 13:41:43 | stdout | INFO:     172.17.0.1:53282 - "GET /_app/immutable/chunks/Modal.BdpuBmtX.js HTTP/1.1" 200 OK 2025/01/13 13:41:43 | stdout | INFO:     172.17.0.1:53290 - "GET /_app/immutable/chunks/index.yc6nVmT5.js HTTP/1.1" 200 OK 2025/01/13 13:41:43 | stdout | INFO:     172.17.0.1:53292 - "GET /_app/immutable/chunks/index.CWa8AY44.js HTTP/1.1" 200 OK 2025/01/13 13:41:43 | stdout | INFO:     172.17.0.1:53286 - "GET /_app/immutable/chunks/SensitiveInput.CByek376.js HTTP/1.1" 200 OK 2025/01/13 13:41:43 | stdout | INFO:     172.17.0.1:53288 - "GET /_app/immutable/chunks/dayjs.min.CnqrW7zs.js HTTP/1.1" 200 OK 2025/01/13 13:41:43 | stdout | INFO:     172.17.0.1:53284 - "GET /_app/immutable/chunks/FileSaver.min.CimDdHIv.js HTTP/1.1" 200 OK 2025/01/13 13:41:43 | stdout | INFO:     172.17.0.1:53282 - "GET /_app/immutable/nodes/2.COoFiCqy.js HTTP/1.1" 200 OK 2025/01/13 13:41:43 | stdout | INFO:     172.17.0.1:53282 - "GET /api/config HTTP/1.1" 200 OK 2025/01/13 13:41:43 | stdout | INFO:     172.17.0.1:53282 - "POST /api/v1/auths/signin HTTP/1.1" 200 OK **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!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#15153