Error:{"error: "unexpected error"} when using http request node in Node-Red editor on Bluemix

Error:{"error: "unexpected error"} when using http request node in Node-Red editor on Bluemix

我在 Bluemix 上使用 Node-Red 编辑器时添加了一个 http 请求节点。 但是,当我点击 "Deploy" 时,我看到以下错误:

Error:{"error: "unexpected error"} 

是否有其他方法可以找出问题所在并获得更有用的错误消息?

这些是我使用的选项:

Method: GET
URL: http://jsonplaceholder.typicode.com/posts/1

URL 来自 JSONPlaceholder,一个用于测试的免费在线 REST 服务。

谢谢

今天重新创建了http请求节点(参数相同)部署成功,GET请求也成功