jakobdylanc/llmcord.py

I get this error in my nohup error logs and bot is not responding some times

Closed this issue · 1 comments

async for raw_stream_bytes in self.stream:
  File "/usr/local/lib/python3.11/dist-packages/httpx/_client.py", line 149, in __aiter__
    async for chunk in self._stream:
  File "/usr/local/lib/python3.11/dist-packages/httpx/_transports/default.py", line 253, in __aiter__
    with map_httpcore_exceptions():
  File "/usr/lib/python3.11/contextlib.py", line 155, in __exit__
    self.gen.throw(typ, value, traceback)
  File "/usr/local/lib/python3.11/dist-packages/httpx/_transports/default.py", line 86, in map_httpcore_exceptions
    raise mapped_exc(message) from exc
httpx.RemoteProtocolError: peer closed connection without sending complete message body (incomplete chunked read)

Confirmed with user that issue is gone, closing