-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Description
运行环境
Docker Ubuntu
异常情况
Exception in callback _UnixWritePipeTransport._call_connection_lost(None)
langbot_plugin_runtime | handle: <Handle _UnixWritePipeTransport._call_connection_lost(None)>
langbot_plugin_runtime | BrokenPipeError: [Errno 32] Broken pipe
langbot_plugin_runtime |
langbot_plugin_runtime | During handling of the above exception, another exception occurred:
langbot_plugin_runtime |
langbot_plugin_runtime | Traceback (most recent call last):
langbot_plugin_runtime | File "/usr/local/lib/python3.12/asyncio/events.py", line 88, in _run
langbot_plugin_runtime | self._context.run(self._callback, *self._args)
langbot_plugin_runtime | File "/usr/local/lib/python3.12/asyncio/unix_events.py", line 803, in _call_connection_lost
langbot_plugin_runtime | self._pipe.close()
langbot_plugin_runtime | BrokenPipeError: [Errno 32] Broken pipe
langbot_plugin_runtime | Exception in callback _UnixWritePipeTransport._call_connection_lost(None)
langbot_plugin_runtime | handle: <Handle _UnixWritePipeTransport._call_connection_lost(None)>
langbot_plugin_runtime | BrokenPipeError: [Errno 32] Broken pipe
langbot_plugin_runtime |
langbot_plugin_runtime | During handling of the above exception, another exception occurred:
langbot_plugin_runtime |
langbot_plugin_runtime | Traceback (most recent call last):
langbot_plugin_runtime | File "/usr/local/lib/python3.12/asyncio/events.py", line 88, in _run
langbot_plugin_runtime | self._context.run(self._callback, *self._args)
langbot_plugin_runtime | File "/usr/local/lib/python3.12/asyncio/unix_events.py", line 803, in _call_connection_lost
langbot_plugin_runtime | self._pipe.close()
langbot_plugin_runtime | BrokenPipeError: [Errno 32] Broken pipe
langbot_plugin_runtime | Exception in callback _UnixWritePipeTransport._call_connection_lost(None)
langbot_plugin_runtime | handle: <Handle _UnixWritePipeTransport._call_connection_lost(None)>
langbot_plugin_runtime | BrokenPipeError: [Errno 32] Broken pipe
langbot_plugin_runtime |
langbot_plugin_runtime | During handling of the above exception, another exception occurred:
langbot_plugin_runtime |
langbot_plugin_runtime | Traceback (most recent call last):
langbot_plugin_runtime | File "/usr/local/lib/python3.12/asyncio/events.py", line 88, in _run
langbot_plugin_runtime | self._context.run(self._callback, *self._args)
langbot_plugin_runtime | File "/usr/local/lib/python3.12/asyncio/unix_events.py", line 803, in _call_connection_lost
langbot_plugin_runtime | self._pipe.close()
langbot_plugin_runtime | BrokenPipeError: [Errno 32] Broken pipe
复现步骤
No response
启用的插件
No response