无法使用用于创建聊天机器人的 RASA 运行 actions.py 文件

Unable to run the actions.py file with RASA for creating a Chatbot

我正在尝试使用 NLU 和 Core 使用 Rasa 构建聊天机器人。

所有必要的 packages/libraries 都是 installed.The 数据,还创建了故事和动作文件。

然而,当 运行 actions.py 文件时,它没有连接,我收到以下消息

       (RASA) C:\Users\anbharadwaj\Desktop\Internal Chatbot 21\news>python -m rasa_sdk --actions 
       actions
       2020-04-13 14:35:12 INFO     rasa_sdk.endpoint  - Starting action endpoint server...

请帮我解决问题的原因是什么以及如何解决

    Versions using:

    Python - 3.7.3

    Rasa_sdk - 1.4.0

    Rasa_nlu - 0.15.1

    rasa_core - 0.14.5

    tensorflow - 1.13.1

尝试过几乎所有带有 Anaconda 和 Rasa 库的版本

日志没有问题,这意味着 Action Server 已启动,但您还应该看到注册的操作的名称(在您的故事中定义)。

我会尝试使用 Rasa 启动 Rasa Action Server

rasa run actions

您可以确认它正在 运行 调用 http://localhost:5055/,您会收到 Requested URL / not found 但至少您知道可以连接到它。