mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 23:21:44 -05:00
[Object] Object Error #1723
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @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:
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 ?