rasa.core.processor - 在 运行 操作时遇到异常
rasa.core.processor - Encountered an exception while running action
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 个不同的终端中执行 2 个命令:
rasa interactive -vv --endpoints endpoints.yml
rasa run -vv --endpoints endpoints actions
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 个不同的终端中执行 2 个命令:
rasa interactive -vv --endpoints endpoints.yml
rasa run -vv --endpoints endpoints actions