Error on chatcompletion #3091

Closed
opened 2025-11-11 15:21:24 -06:00 by GiteaMirror · 0 comments
Owner

Originally created by @mesa57 on GitHub (Dec 25, 2024).

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). 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#3091