元旦节快乐。请问我的报错是以下内容
采用的是环境是
v1.1.0
langbot4.6.5
ubuntu 24.0
[01-01 15:57:36.053] process.py (39) - [INFO] : Processing request from person_websocket_XXX (1): 哇哇
[01-01 15:57:37.120] chat.py (130) - [INFO] : Conversation(1) Response: assistant: # Hello W...
[01-01 16:00:37.122] pipelinemgr.py (254) - [ERROR] : Error processing query 1 stage=ResponseWrapper : Action emit_event call timed out
[01-01 16:00:37.124] pipelinemgr.py (255) - [ERROR] : Traceback: Traceback (most recent call last):
File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for
return await fut
^^^^^^^^^
asyncio.exceptions.CancelledError
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/app/.venv/lib/python3.12/site-packages/langbot_plugin/runtime/io/handler.py", line 174, in call_action
response = await asyncio.wait_for(future, timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for
async with timeouts.timeout(timeout):
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in aexit
raise TimeoutError from exc_val
TimeoutError
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/app/src/langbot/pkg/pipeline/pipelinemgr.py", line 251, in process_query
await self._execute_from_stage(0, query)
File "/app/src/langbot/pkg/pipeline/pipelinemgr.py", line 217, in _execute_from_stage
await self._execute_from_stage(i + 1, query)
File "/app/src/langbot/pkg/pipeline/pipelinemgr.py", line 206, in _execute_from_stage
async for sub_result in result:
File "/app/src/langbot/pkg/pipeline/wrapper/wrapper.py", line 77, in process
event_ctx = await self.ap.plugin_connector.emit_event(event, bound_plugins)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/src/langbot/pkg/plugin/connector.py", line 405, in emit_event
event_ctx_result = await self.handler.emit_event(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/src/langbot/pkg/plugin/handler.py", line 562, in emit_event
result = await self.call_action(
^^^^^^^^^^^^^^^^^^^^^^^
File "/app/.venv/lib/python3.12/site-packages/langbot_plugin/runtime/io/handler.py", line 179, in call_action
raise ActionCallTimeoutError(f"Action {action.value} call timed out")
langbot_plugin.entities.io.errors.ActionCallTimeoutError: Action emit_event call timed out
使用的是pro版本。但是普通版本电脑端无法显示预签名url。我应该自己生成base64吗?
还是说是因为pro版本的问题,不是我配置出现的错误
元旦节快乐。请问我的报错是以下内容
采用的是环境是
v1.1.0
langbot4.6.5
ubuntu 24.0
[01-01 15:57:36.053] process.py (39) - [INFO] : Processing request from person_websocket_XXX (1): 哇哇
[01-01 15:57:37.120] chat.py (130) - [INFO] : Conversation(1) Response: assistant: # Hello W...
[01-01 16:00:37.122] pipelinemgr.py (254) - [ERROR] : Error processing query 1 stage=ResponseWrapper : Action emit_event call timed out
[01-01 16:00:37.124] pipelinemgr.py (255) - [ERROR] : Traceback: Traceback (most recent call last):
File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for
return await fut
^^^^^^^^^
asyncio.exceptions.CancelledError
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/app/.venv/lib/python3.12/site-packages/langbot_plugin/runtime/io/handler.py", line 174, in call_action
response = await asyncio.wait_for(future, timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for
async with timeouts.timeout(timeout):
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in aexit
raise TimeoutError from exc_val
TimeoutError
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/app/src/langbot/pkg/pipeline/pipelinemgr.py", line 251, in process_query
await self._execute_from_stage(0, query)
File "/app/src/langbot/pkg/pipeline/pipelinemgr.py", line 217, in _execute_from_stage
await self._execute_from_stage(i + 1, query)
File "/app/src/langbot/pkg/pipeline/pipelinemgr.py", line 206, in _execute_from_stage
async for sub_result in result:
File "/app/src/langbot/pkg/pipeline/wrapper/wrapper.py", line 77, in process
event_ctx = await self.ap.plugin_connector.emit_event(event, bound_plugins)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/src/langbot/pkg/plugin/connector.py", line 405, in emit_event
event_ctx_result = await self.handler.emit_event(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/src/langbot/pkg/plugin/handler.py", line 562, in emit_event
result = await self.call_action(
^^^^^^^^^^^^^^^^^^^^^^^
File "/app/.venv/lib/python3.12/site-packages/langbot_plugin/runtime/io/handler.py", line 179, in call_action
raise ActionCallTimeoutError(f"Action {action.value} call timed out")
langbot_plugin.entities.io.errors.ActionCallTimeoutError: Action emit_event call timed out
使用的是pro版本。但是普通版本电脑端无法显示预签名url。我应该自己生成base64吗?
还是说是因为pro版本的问题,不是我配置出现的错误