Nodered IBM 示例无法在我的 PC 上运行
Nodered IBM-examples are not working on my PC
我尝试了 IBM 网站上的 2 个示例程序。
我在调试选项卡中看不到任何内容。调试节点当然已激活,其输出设置为调试选项卡和控制台。
Chrome 开发者工具提供了更多信息:
Warning: SVG's SMIL animations (, , etc.) are deprecated and will be removed. Please use CSS animations or Web animations instead.
它还检测到发生了某些事情(预览 "OK",响应 "OK")。
我也试过了Chat example
但即使我尝试执行 "Run the app" 按钮,window 也不会显示 "connection established" 或任何聊天消息。 Chrome 开发者工具抛出错误:
Uncaught InvalidStateError: Failed to execute 'send' on 'WebSocket': Still in CONNECTING state.
我没有在我的电脑上安装任何与 Java、JS、JSON、Node.js 相关的东西,因为我假设一切都在 Bluemix 中运行。
根本问题是无法与 Bluemix 中的节点红色实例 运行 建立 websocket 连接。这是从某些网络访问时的已知问题,通常可以通过使用 https 而不是 http 访问应用程序来解决。
我尝试了 IBM 网站上的 2 个示例程序。
我在调试选项卡中看不到任何内容。调试节点当然已激活,其输出设置为调试选项卡和控制台。
Chrome 开发者工具提供了更多信息:
Warning: SVG's SMIL animations (, , etc.) are deprecated and will be removed. Please use CSS animations or Web animations instead.
它还检测到发生了某些事情(预览 "OK",响应 "OK")。
我也试过了Chat example 但即使我尝试执行 "Run the app" 按钮,window 也不会显示 "connection established" 或任何聊天消息。 Chrome 开发者工具抛出错误:
Uncaught InvalidStateError: Failed to execute 'send' on 'WebSocket': Still in CONNECTING state.
我没有在我的电脑上安装任何与 Java、JS、JSON、Node.js 相关的东西,因为我假设一切都在 Bluemix 中运行。
根本问题是无法与 Bluemix 中的节点红色实例 运行 建立 websocket 连接。这是从某些网络访问时的已知问题,通常可以通过使用 https 而不是 http 访问应用程序来解决。