IBM Watson 对话初学者工具包 wlServerHost 错误

IBM Watson Conversation Starter Kit wlServerHost Error

我下载了 Watson Chatbot Starter Kit 并将对话设置为汽车示例模板。添加所需的凭据和工作区 ID 后,我尝试 运行 该应用程序。但是它显示以下错误并停止:

java.lang.RuntimeException: Unable to start activity ComponentInfo{com.ibm.watson_conversation/com.ibm.watson_conversation.MainActivity}: java.lang.RuntimeException: You must specify the server host (wlServerHost) in the client configuration file (mfpclient.properties).

mfp.client.properties文件如下,没有为wlServerHost设置值。

wlServerProtocol=https
wlServerHost=
wlServerPort=443
wlServerContext=/mfp/
languagePreferences=en

我尝试设置从 ipconfig 获得的 IP 值,在这种情况下,应用程序运行但在发送消息时,聊天机器人没有回复,过了一会儿显示 "Connection timed out"。我还尝试输入wlServerHost 的值为 localhost,这会导致应用程序停止。

我应该为 wlServerHost 设置什么值?

当您按名称 mfpstartersetup.sh 执行 shell 脚本时,mfpclient.properties 会填充您的 MobileFirst 服务器实例的适当值。

如果您在执行 shell 脚本后没有看到它,您可以导航到您的 Watson Chatbot 工作区并获取您的 MobileFirst 服务器实例的详细信息并手动填写 mfpclient.properties。