我已经在 slack 上创建了工作场所,并且在那里注册了应用程序,我从那里获得了必要的东西,例如 slack 令牌和通道,以将其放入 rasa 的 credentials.yml 文件中。获得所有凭据后,我尝试使用以下命令在 rasa bot 和 slack 之间进行连接:
rasa run
我的 credentials.yml 包含:
松弛:
slack_token: "xoxb-****************************************"
slack_channel: "#ghale"
在这里,我使用 ngrok 将本地计算机上运行的 Web 服务器公开到 Internet
但得到错误:
rasa.nlu.extractors.duckling_http_extractor - 无法连接到小鸭 http 服务器。确保小鸭服务器正在运行,并且在配置中设置了正确的主机和端口。有关如何运行服务器的更多信息可以在 github 上找到:https ://github.com/facebook/duckling#quickstart错误:HTTPConnectionPool(host='localhost', port=8000): Max retries exceeded with url: /parse (NewConnectionError(': 无法建立新连接: [WinError 10061] No connection could be made because the target machine主动拒绝',))