[Object] Object Error #1723

Closed
opened 2025-11-11 14:50:55 -06:00 by GiteaMirror · 0 comments
Owner

Originally created by @CSAnetGmbH on GitHub (Aug 8, 2024).

Bug Report

Installation Method

Docker Windows Ollama integratet with GPU

Environment

  • Open Web UI 3.11

  • **Ollama 0.3.3

  • Windows 11

  • Firefox actual Version

Confirmation:

  • [x ] I have read and followed all the instructions provided in the README.md.
  • [x ] I am on the latest version of both Open WebUI and Ollama.
  • I have included the browser console logs.
  • [ x] 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:

Answer questions very well

Actual Behavior:

When I use Files or do a Web Search The Aplication Answers correctly but then The Software Hangs. After I Reload the Page an information is after the last Answer diasplayed : i [object] object

Description

Docker Container Logs:
2024-08-08 09:56:24 INFO: 192.168.123.107:0 - "GET /ws/socket.io/?EIO=4&transport=polling&t=P4m_DKG.0&sid=mUEz5tWckdGF_OpQAAAe HTTP/1.1" 200 OK
2024-08-08 09:56:24 ERROR: Exception in ASGI application
2024-08-08 09:56:24 + Exception Group Traceback (most recent call last):
2024-08-08 09:56:24 | File "/usr/local/lib/python3.11/site-packages/starlette/_utils.py", line 87, in collapse_excgroups
2024-08-08 09:56:24 | yield
2024-08-08 09:56:24 | File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 190, in call
2024-08-08 09:56:24 | async with anyio.create_task_group() as task_group:
2024-08-08 09:56:24 | File "/usr/local/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 680, in aexit
2024-08-08 09:56:24 | raise BaseExceptionGroup(
2024-08-08 09:56:24 | ExceptionGroup: unhandled errors in a TaskGroup (1 sub-exception)
2024-08-08 09:56:24 +-+---------------- 1 ----------------
2024-08-08 09:56:24 | Traceback (most recent call last):
2024-08-08 09:56:24 | File "/usr/local/lib/python3.11/site-packages/uvicorn/protocols/http/httptools_impl.py", line 435, in run_asgi
2024-08-08 09:56:24 | result = await app( # type: ignore[func-returns-value]
2024-08-08 09:56:24 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2024-08-08 09:56:24 | File "/usr/local/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 78, in call
2024-08-08 09:56:24 | return await self.app(scope, receive, send)
2024-08-08 09:56:24 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2024-08-08 09:56:24 | File "/usr/local/lib/python3.11/site-packages/fastapi/applications.py", line 1054, in call
2024-08-08 09:56:24 | await super().call(scope, receive, send)
2024-08-08 09:56:24 | File "/usr/local/lib/python3.11/site-packages/starlette/applications.py", line 123, in call
2024-08-08 09:56:24 | await self.middleware_stack(scope, receive, send)
2024-08-08 09:56:24 | File "/usr/local/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in call
2024-08-08 09:56:24 | raise exc
2024-08-08 09:56:24 | File "/usr/local/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in call
2024-08-08 09:56:24 | await self.app(scope, receive, _send)
2024-08-08 09:56:24 | File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 189, in call
2024-08-08 09:56:24 | with collapse_excgroups():
2024-08-08 09:56:24 | File "/usr/local/lib/python3.11/contextlib.py", line 158, in exit
2024-08-08 09:56:24 | self.gen.throw(typ, value, traceback)
2024-08-08 09:56:24 | File "/usr/local/lib/python3.11/site-packages/starlette/_utils.py", line 93, in collapse_excgroups
2024-08-08 09:56:24 | raise exc
2024-08-08 09:56:24 | File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 191, in call
2024-08-08 09:56:24 | response = await self.dispatch_func(request, call_next)
2024-08-08 09:56:24 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2024-08-08 09:56:24 | File "/app/backend/main.py", line 902, in update_embedding_function
2024-08-08 09:56:24 | response = await call_next(request)
2024-08-08 09:56:24 | ^^^^^^^^^^^^^^^^^^^^^^^^
2024-08-08 09:56:24 | File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 166, in call_next
2024-08-08 09:56:24 | raise RuntimeError("No response returned.")
2024-08-08 09:56:24 | RuntimeError: No response returned.
2024-08-08 09:56:24 +------------------------------------
2024-08-08 09:56:24
2024-08-08 09:56:24 During handling of the above exception, another exception occurred:
2024-08-08 09:56:24
2024-08-08 09:56:24 Traceback (most recent call last):
2024-08-08 09:56:24 File "/usr/local/lib/python3.11/site-packages/uvicorn/protocols/http/httptools_impl.py", line 435, in run_asgi
2024-08-08 09:56:24 result = await app( # type: ignore[func-returns-value]
2024-08-08 09:56:24 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2024-08-08 09:56:24 File "/usr/local/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 78, in call
2024-08-08 09:56:24 return await self.app(scope, receive, send)
2024-08-08 09:56:24 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2024-08-08 09:56:24 File "/usr/local/lib/python3.11/site-packages/fastapi/applications.py", line 1054, in call
2024-08-08 09:56:24 await super().call(scope, receive, send)
2024-08-08 09:56:24 File "/usr/local/lib/python3.11/site-packages/starlette/applications.py", line 123, in call
2024-08-08 09:56:24 await self.middleware_stack(scope, receive, send)
2024-08-08 09:56:24 File "/usr/local/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in call
2024-08-08 09:56:24 raise exc
2024-08-08 09:56:24 File "/usr/local/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in call
2024-08-08 09:56:24 await self.app(scope, receive, _send)
2024-08-08 09:56:24 File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 189, in call
2024-08-08 09:56:24 with collapse_excgroups():
2024-08-08 09:56:24 File "/usr/local/lib/python3.11/contextlib.py", line 158, in exit
2024-08-08 09:56:24 self.gen.throw(typ, value, traceback)
2024-08-08 09:56:24 File "/usr/local/lib/python3.11/site-packages/starlette/_utils.py", line 93, in collapse_excgroups
2024-08-08 09:56:24 raise exc
2024-08-08 09:56:24 File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 191, in call
2024-08-08 09:56:24 response = await self.dispatch_func(request, call_next)
2024-08-08 09:56:24 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2024-08-08 09:56:24 File "/app/backend/main.py", line 902, in update_embedding_function
2024-08-08 09:56:24 response = await call_next(request)
2024-08-08 09:56:24 ^^^^^^^^^^^^^^^^^^^^^^^^
2024-08-08 09:56:24 File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 166, in call_next
2024-08-08 09:56:24 raise RuntimeError("No response returned.")
2024-08-08 09:56:24 RuntimeError: No response returned.
2024-08-08 09:56:24 INFO: 192.168.123.107:0 - "GET /api/config HTTP/1.1" 200 OK
2024-08-08 09:56:24 INFO: 192.168.123.107:0 - "GET /ws/socket.io/?EIO=4&transport=polling&t=P4m_IRe HTTP/1.1" 200 OK
2024-08-08 09:56:24 ERROR: Exception in ASGI application
2024-08-08 09:56:24 + Exception Group Traceback (most recent call last):
2024-08-08 09:56:24 | File "/usr/local/lib/python3.11/site-packages/starlette/_utils.py", line 87, in collapse_excgroups
2024-08-08 09:56:24 | yield
2024-08-08 09:56:24 | File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 190, in call
2024-08-08 09:56:24 | async with anyio.create_task_group() as task_group:
2024-08-08 09:56:24 | File "/usr/local/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 680, in aexit
2024-08-08 09:56:24 | raise BaseExceptionGroup(
2024-08-08 09:56:24 | ExceptionGroup: unhandled errors in a TaskGroup (1 sub-exception)
2024-08-08 09:56:24 +-+---------------- 1 ----------------
2024-08-08 09:56:24 | Traceback (most recent call last):
2024-08-08 09:56:24 | File "/usr/local/lib/python3.11/site-packages/uvicorn/protocols/http/httptools_impl.py", line 435, in run_asgi
2024-08-08 09:56:24 | result = await app( # type: ignore[func-returns-value]
2024-08-08 09:56:24 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2024-08-08 09:56:24 | File "/usr/local/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 78, in call
2024-08-08 09:56:24 | return await self.app(scope, receive, send)
2024-08-08 09:56:24 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2024-08-08 09:56:24 | File "/usr/local/lib/python3.11/site-packages/fastapi/applications.py", line 1054, in call
2024-08-08 09:56:24 | await super().call(scope, receive, send)
2024-08-08 09:56:24 | File "/usr/local/lib/python3.11/site-packages/starlette/applications.py", line 123, in call
2024-08-08 09:56:24 | await self.middleware_stack(scope, receive, send)
2024-08-08 09:56:24 | File "/usr/local/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in call
2024-08-08 09:56:24 | raise exc
2024-08-08 09:56:24 | File "/usr/local/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in call
2024-08-08 09:56:24 | await self.app(scope, receive, _send)
2024-08-08 09:56:24 | File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 189, in call
2024-08-08 09:56:24 | with collapse_excgroups():
2024-08-08 09:56:24 | File "/usr/local/lib/python3.11/contextlib.py", line 158, in exit
2024-08-08 09:56:24 | self.gen.throw(typ, value, traceback)
2024-08-08 09:56:24 | File "/usr/local/lib/python3.11/site-packages/starlette/_utils.py", line 93, in collapse_excgroups
2024-08-08 09:56:24 | raise exc
2024-08-08 09:56:24 | File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 191, in call
2024-08-08 09:56:24 | response = await self.dispatch_func(request, call_next)
2024-08-08 09:56:24 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2024-08-08 09:56:24 | File "/app/backend/main.py", line 902, in update_embedding_function
2024-08-08 09:56:24 | response = await call_next(request)
2024-08-08 09:56:24 | ^^^^^^^^^^^^^^^^^^^^^^^^
2024-08-08 09:56:24 | File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 166, in call_next
2024-08-08 09:56:24 | raise RuntimeError("No response returned.")
2024-08-08 09:56:24 | RuntimeError: No response returned.
2024-08-08 09:56:24 +------------------------------------
2024-08-08 09:56:24
2024-08-08 09:56:24 During handling of the above exception, another exception occurred:
2024-08-08 09:56:24
2024-08-08 09:56:24 Traceback (most recent call last):
2024-08-08 09:56:24 File "/usr/local/lib/python3.11/site-packages/uvicorn/protocols/http/httptools_impl.py", line 435, in run_asgi
2024-08-08 09:56:24 result = await app( # type: ignore[func-returns-value]
2024-08-08 09:56:24 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2024-08-08 09:56:24 File "/usr/local/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 78, in call
2024-08-08 09:56:24 return await self.app(scope, receive, send)
2024-08-08 09:56:24 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2024-08-08 09:56:24 File "/usr/local/lib/python3.11/site-packages/fastapi/applications.py", line 1054, in call
2024-08-08 09:56:24 await super().call(scope, receive, send)
2024-08-08 09:56:24 File "/usr/local/lib/python3.11/site-packages/starlette/applications.py", line 123, in call
2024-08-08 09:56:24 await self.middleware_stack(scope, receive, send)
2024-08-08 09:56:24 File "/usr/local/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in call
2024-08-08 09:56:24 raise exc
2024-08-08 09:56:24 File "/usr/local/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in call
2024-08-08 09:56:24 await self.app(scope, receive, _send)
2024-08-08 09:56:24 File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 189, in call
2024-08-08 09:56:24 with collapse_excgroups():
2024-08-08 09:56:24 File "/usr/local/lib/python3.11/contextlib.py", line 158, in exit
2024-08-08 09:56:24 self.gen.throw(typ, value, traceback)
2024-08-08 09:56:24 File "/usr/local/lib/python3.11/site-packages/starlette/_utils.py", line 93, in collapse_excgroups
2024-08-08 09:56:24 raise exc
2024-08-08 09:56:24 File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 191, in call
2024-08-08 09:56:24 response = await self.dispatch_func(request, call_next)
2024-08-08 09:56:24 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2024-08-08 09:56:24 File "/app/backend/main.py", line 902, in update_embedding_function
2024-08-08 09:56:24 response = await call_next(request)
2024-08-08 09:56:24 ^^^^^^^^^^^^^^^^^^^^^^^^
2024-08-08 09:56:24 File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 166, in call_next
2024-08-08 09:56:24 raise RuntimeError("No response returned.")
2024-08-08 09:56:24 RuntimeError: No response returned.

Note

Can Someone halp me please ?

Originally created by @CSAnetGmbH on GitHub (Aug 8, 2024). # Bug Report ## Installation Method Docker Windows Ollama integratet with GPU ## Environment - Open Web UI 3.11 - **Ollama 0.3.3 - Windows 11 - Firefox actual Version **Confirmation:** - [x ] I have read and followed all the instructions provided in the README.md. - [x ] I am on the latest version of both Open WebUI and Ollama. - [ ] I have included the browser console logs. - [ x] 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: Answer questions very well ## Actual Behavior: When I use Files or do a Web Search The Aplication Answers correctly but then The Software Hangs. After I Reload the Page an information is after the last Answer diasplayed : i [object] object ## Description **Docker Container Logs:** 2024-08-08 09:56:24 INFO: 192.168.123.107:0 - "GET /ws/socket.io/?EIO=4&transport=polling&t=P4m_DKG.0&sid=mUEz5tWckdGF_OpQAAAe HTTP/1.1" 200 OK 2024-08-08 09:56:24 ERROR: Exception in ASGI application 2024-08-08 09:56:24 + Exception Group Traceback (most recent call last): 2024-08-08 09:56:24 | File "/usr/local/lib/python3.11/site-packages/starlette/_utils.py", line 87, in collapse_excgroups 2024-08-08 09:56:24 | yield 2024-08-08 09:56:24 | File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 190, in __call__ 2024-08-08 09:56:24 | async with anyio.create_task_group() as task_group: 2024-08-08 09:56:24 | File "/usr/local/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 680, in __aexit__ 2024-08-08 09:56:24 | raise BaseExceptionGroup( 2024-08-08 09:56:24 | ExceptionGroup: unhandled errors in a TaskGroup (1 sub-exception) 2024-08-08 09:56:24 +-+---------------- 1 ---------------- 2024-08-08 09:56:24 | Traceback (most recent call last): 2024-08-08 09:56:24 | File "/usr/local/lib/python3.11/site-packages/uvicorn/protocols/http/httptools_impl.py", line 435, in run_asgi 2024-08-08 09:56:24 | result = await app( # type: ignore[func-returns-value] 2024-08-08 09:56:24 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2024-08-08 09:56:24 | File "/usr/local/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 78, in __call__ 2024-08-08 09:56:24 | return await self.app(scope, receive, send) 2024-08-08 09:56:24 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2024-08-08 09:56:24 | File "/usr/local/lib/python3.11/site-packages/fastapi/applications.py", line 1054, in __call__ 2024-08-08 09:56:24 | await super().__call__(scope, receive, send) 2024-08-08 09:56:24 | File "/usr/local/lib/python3.11/site-packages/starlette/applications.py", line 123, in __call__ 2024-08-08 09:56:24 | await self.middleware_stack(scope, receive, send) 2024-08-08 09:56:24 | File "/usr/local/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__ 2024-08-08 09:56:24 | raise exc 2024-08-08 09:56:24 | File "/usr/local/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__ 2024-08-08 09:56:24 | await self.app(scope, receive, _send) 2024-08-08 09:56:24 | File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 189, in __call__ 2024-08-08 09:56:24 | with collapse_excgroups(): 2024-08-08 09:56:24 | File "/usr/local/lib/python3.11/contextlib.py", line 158, in __exit__ 2024-08-08 09:56:24 | self.gen.throw(typ, value, traceback) 2024-08-08 09:56:24 | File "/usr/local/lib/python3.11/site-packages/starlette/_utils.py", line 93, in collapse_excgroups 2024-08-08 09:56:24 | raise exc 2024-08-08 09:56:24 | File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 191, in __call__ 2024-08-08 09:56:24 | response = await self.dispatch_func(request, call_next) 2024-08-08 09:56:24 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2024-08-08 09:56:24 | File "/app/backend/main.py", line 902, in update_embedding_function 2024-08-08 09:56:24 | response = await call_next(request) 2024-08-08 09:56:24 | ^^^^^^^^^^^^^^^^^^^^^^^^ 2024-08-08 09:56:24 | File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 166, in call_next 2024-08-08 09:56:24 | raise RuntimeError("No response returned.") 2024-08-08 09:56:24 | RuntimeError: No response returned. 2024-08-08 09:56:24 +------------------------------------ 2024-08-08 09:56:24 2024-08-08 09:56:24 During handling of the above exception, another exception occurred: 2024-08-08 09:56:24 2024-08-08 09:56:24 Traceback (most recent call last): 2024-08-08 09:56:24 File "/usr/local/lib/python3.11/site-packages/uvicorn/protocols/http/httptools_impl.py", line 435, in run_asgi 2024-08-08 09:56:24 result = await app( # type: ignore[func-returns-value] 2024-08-08 09:56:24 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2024-08-08 09:56:24 File "/usr/local/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 78, in __call__ 2024-08-08 09:56:24 return await self.app(scope, receive, send) 2024-08-08 09:56:24 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2024-08-08 09:56:24 File "/usr/local/lib/python3.11/site-packages/fastapi/applications.py", line 1054, in __call__ 2024-08-08 09:56:24 await super().__call__(scope, receive, send) 2024-08-08 09:56:24 File "/usr/local/lib/python3.11/site-packages/starlette/applications.py", line 123, in __call__ 2024-08-08 09:56:24 await self.middleware_stack(scope, receive, send) 2024-08-08 09:56:24 File "/usr/local/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__ 2024-08-08 09:56:24 raise exc 2024-08-08 09:56:24 File "/usr/local/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__ 2024-08-08 09:56:24 await self.app(scope, receive, _send) 2024-08-08 09:56:24 File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 189, in __call__ 2024-08-08 09:56:24 with collapse_excgroups(): 2024-08-08 09:56:24 File "/usr/local/lib/python3.11/contextlib.py", line 158, in __exit__ 2024-08-08 09:56:24 self.gen.throw(typ, value, traceback) 2024-08-08 09:56:24 File "/usr/local/lib/python3.11/site-packages/starlette/_utils.py", line 93, in collapse_excgroups 2024-08-08 09:56:24 raise exc 2024-08-08 09:56:24 File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 191, in __call__ 2024-08-08 09:56:24 response = await self.dispatch_func(request, call_next) 2024-08-08 09:56:24 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2024-08-08 09:56:24 File "/app/backend/main.py", line 902, in update_embedding_function 2024-08-08 09:56:24 response = await call_next(request) 2024-08-08 09:56:24 ^^^^^^^^^^^^^^^^^^^^^^^^ 2024-08-08 09:56:24 File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 166, in call_next 2024-08-08 09:56:24 raise RuntimeError("No response returned.") 2024-08-08 09:56:24 RuntimeError: No response returned. 2024-08-08 09:56:24 INFO: 192.168.123.107:0 - "GET /api/config HTTP/1.1" 200 OK 2024-08-08 09:56:24 INFO: 192.168.123.107:0 - "GET /ws/socket.io/?EIO=4&transport=polling&t=P4m_IRe HTTP/1.1" 200 OK 2024-08-08 09:56:24 ERROR: Exception in ASGI application 2024-08-08 09:56:24 + Exception Group Traceback (most recent call last): 2024-08-08 09:56:24 | File "/usr/local/lib/python3.11/site-packages/starlette/_utils.py", line 87, in collapse_excgroups 2024-08-08 09:56:24 | yield 2024-08-08 09:56:24 | File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 190, in __call__ 2024-08-08 09:56:24 | async with anyio.create_task_group() as task_group: 2024-08-08 09:56:24 | File "/usr/local/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 680, in __aexit__ 2024-08-08 09:56:24 | raise BaseExceptionGroup( 2024-08-08 09:56:24 | ExceptionGroup: unhandled errors in a TaskGroup (1 sub-exception) 2024-08-08 09:56:24 +-+---------------- 1 ---------------- 2024-08-08 09:56:24 | Traceback (most recent call last): 2024-08-08 09:56:24 | File "/usr/local/lib/python3.11/site-packages/uvicorn/protocols/http/httptools_impl.py", line 435, in run_asgi 2024-08-08 09:56:24 | result = await app( # type: ignore[func-returns-value] 2024-08-08 09:56:24 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2024-08-08 09:56:24 | File "/usr/local/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 78, in __call__ 2024-08-08 09:56:24 | return await self.app(scope, receive, send) 2024-08-08 09:56:24 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2024-08-08 09:56:24 | File "/usr/local/lib/python3.11/site-packages/fastapi/applications.py", line 1054, in __call__ 2024-08-08 09:56:24 | await super().__call__(scope, receive, send) 2024-08-08 09:56:24 | File "/usr/local/lib/python3.11/site-packages/starlette/applications.py", line 123, in __call__ 2024-08-08 09:56:24 | await self.middleware_stack(scope, receive, send) 2024-08-08 09:56:24 | File "/usr/local/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__ 2024-08-08 09:56:24 | raise exc 2024-08-08 09:56:24 | File "/usr/local/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__ 2024-08-08 09:56:24 | await self.app(scope, receive, _send) 2024-08-08 09:56:24 | File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 189, in __call__ 2024-08-08 09:56:24 | with collapse_excgroups(): 2024-08-08 09:56:24 | File "/usr/local/lib/python3.11/contextlib.py", line 158, in __exit__ 2024-08-08 09:56:24 | self.gen.throw(typ, value, traceback) 2024-08-08 09:56:24 | File "/usr/local/lib/python3.11/site-packages/starlette/_utils.py", line 93, in collapse_excgroups 2024-08-08 09:56:24 | raise exc 2024-08-08 09:56:24 | File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 191, in __call__ 2024-08-08 09:56:24 | response = await self.dispatch_func(request, call_next) 2024-08-08 09:56:24 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2024-08-08 09:56:24 | File "/app/backend/main.py", line 902, in update_embedding_function 2024-08-08 09:56:24 | response = await call_next(request) 2024-08-08 09:56:24 | ^^^^^^^^^^^^^^^^^^^^^^^^ 2024-08-08 09:56:24 | File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 166, in call_next 2024-08-08 09:56:24 | raise RuntimeError("No response returned.") 2024-08-08 09:56:24 | RuntimeError: No response returned. 2024-08-08 09:56:24 +------------------------------------ 2024-08-08 09:56:24 2024-08-08 09:56:24 During handling of the above exception, another exception occurred: 2024-08-08 09:56:24 2024-08-08 09:56:24 Traceback (most recent call last): 2024-08-08 09:56:24 File "/usr/local/lib/python3.11/site-packages/uvicorn/protocols/http/httptools_impl.py", line 435, in run_asgi 2024-08-08 09:56:24 result = await app( # type: ignore[func-returns-value] 2024-08-08 09:56:24 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2024-08-08 09:56:24 File "/usr/local/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 78, in __call__ 2024-08-08 09:56:24 return await self.app(scope, receive, send) 2024-08-08 09:56:24 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2024-08-08 09:56:24 File "/usr/local/lib/python3.11/site-packages/fastapi/applications.py", line 1054, in __call__ 2024-08-08 09:56:24 await super().__call__(scope, receive, send) 2024-08-08 09:56:24 File "/usr/local/lib/python3.11/site-packages/starlette/applications.py", line 123, in __call__ 2024-08-08 09:56:24 await self.middleware_stack(scope, receive, send) 2024-08-08 09:56:24 File "/usr/local/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__ 2024-08-08 09:56:24 raise exc 2024-08-08 09:56:24 File "/usr/local/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__ 2024-08-08 09:56:24 await self.app(scope, receive, _send) 2024-08-08 09:56:24 File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 189, in __call__ 2024-08-08 09:56:24 with collapse_excgroups(): 2024-08-08 09:56:24 File "/usr/local/lib/python3.11/contextlib.py", line 158, in __exit__ 2024-08-08 09:56:24 self.gen.throw(typ, value, traceback) 2024-08-08 09:56:24 File "/usr/local/lib/python3.11/site-packages/starlette/_utils.py", line 93, in collapse_excgroups 2024-08-08 09:56:24 raise exc 2024-08-08 09:56:24 File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 191, in __call__ 2024-08-08 09:56:24 response = await self.dispatch_func(request, call_next) 2024-08-08 09:56:24 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2024-08-08 09:56:24 File "/app/backend/main.py", line 902, in update_embedding_function 2024-08-08 09:56:24 response = await call_next(request) 2024-08-08 09:56:24 ^^^^^^^^^^^^^^^^^^^^^^^^ 2024-08-08 09:56:24 File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 166, in call_next 2024-08-08 09:56:24 raise RuntimeError("No response returned.") 2024-08-08 09:56:24 RuntimeError: No response returned. ## Note Can Someone halp me please ?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#1723