Python rasa.core.processor-运行操作时遇到异常

Python rasa.core.processor-运行操作时遇到异常,python,python-3.x,rasa-nlu,rasa-core,rasa,Python,Python 3.x,Rasa Nlu,Rasa Core,Rasa,Rasa,我在Rasa中发现以下错误: rasa.core.processor - Encountered an exception while running action 'action_get_summary'. Bot will continue, but the actions events are lost. Make sure to fix the exception in your custom code. 我在阅读了后来从使用中得到的错误消息后,自己修复了它 -vv作为命令

Rasa,我在Rasa中发现以下错误:

rasa.core.processor  - Encountered an exception while running action 'action_get_summary'. Bot will continue, but the actions events are lost. Make sure to fix the exception in your custom code.

我在阅读了后来从使用中得到的错误消息后,自己修复了它
-vv
作为命令中的开关。
然后通过在命令中指定
--endpoints endpoints
开关来运行自定义操作

现在,我在两个不同的终端上运行了2个命令:

rasa interactive -vv --endpoints endpoints.yml   
rasa run -vv --endpoints endpoints actions

我在阅读了后来从使用中得到的错误消息后,自己修复了它
-vv
作为命令中的开关。
然后通过在命令中指定
--endpoints endpoints
开关来运行自定义操作

现在,我在两个不同的终端上运行了2个命令:

rasa interactive -vv --endpoints endpoints.yml   
rasa run -vv --endpoints endpoints actions

您可以从操作服务器粘贴日志吗?您的自定义代码可能出错。谢谢。在阅读了错误消息后,我自己修复了它。我后来使用
-vv
作为命令中的开关得到了错误消息。然后通过指定
--endpoints endpoints
运行自定义操作。您可以从操作服务器粘贴日志吗?您的自定义代码可能出错。谢谢。在阅读了错误消息后,我自己修复了它。我后来使用
-vv
作为命令中的开关得到了错误消息。然后通过指定
--endpoints endpoints