[GH-ISSUE #8072] Error on chatcompletion #14985

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

Originally created by @mesa57 on GitHub (Dec 25, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/8072

After update to v0.5.0 we get following issue when sending a chat prompt to gpt-4o-mini:

INFO:     81.172.216.60:0 - "POST /api/chat/completions HTTP/1.1" 200 OK

ERROR [asyncio] Unclosed client session

client_session: <aiohttp.client.ClientSession object at 0x7ff15042bfd0>

ERROR [asyncio] Unclosed connector

connections: ['deque([(<aiohttp.client_proto.ResponseHandler object at 0x7ff1505dc440>, 564.36978947)])']

connector: <aiohttp.connector.TCPConnector object at 0x7ff15066b910>

Reverting to v0.4.8 solved the issue.

Originally created by @mesa57 on GitHub (Dec 25, 2024). Original GitHub issue: https://github.com/open-webui/open-webui/issues/8072 After update to v0.5.0 we get following issue when sending a chat prompt to gpt-4o-mini: ``` INFO: 81.172.216.60:0 - "POST /api/chat/completions HTTP/1.1" 200 OK ERROR [asyncio] Unclosed client session client_session: <aiohttp.client.ClientSession object at 0x7ff15042bfd0> ERROR [asyncio] Unclosed connector connections: ['deque([(<aiohttp.client_proto.ResponseHandler object at 0x7ff1505dc440>, 564.36978947)])'] connector: <aiohttp.connector.TCPConnector object at 0x7ff15066b910> ``` Reverting to v0.4.8 solved the issue.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#14985