简体   繁体   English

节点Red Debug节点在Bluemix中不起作用

[英]Node Red Debug node not working in Bluemix

I would like to know if anyone has suggestions for how to fix my broken debug node. 我想知道是否有人对如何修复损坏的调试节点提出建议。 So far I've done the following: 到目前为止,我已经完成了以下工作:

1) I have set up an inject node with a repeating message that sends the string: "Repeated Message," every 1 second. 1)我已经设置了一个带有重复消息的注入节点,该消息每1秒发送一次字符串:“重复消息”。 I've also connected this node to a debug node. 我还将此节点连接到调试节点。 When I deploy with this configuration (making sure that the debug deactivation sidebar is not selected), I see nothing on the debug output. 当我使用此配置进行部署(确保未选择调试停用边栏)时,在调试输出上什么也看不到。

2) I've also set up one twitter input linked to my account that searches for basic keywords in actively sent tweets. 2)我还设置了一个链接到我的帐户的Twitter输入,用于在主动发送的推文中搜索基本关键字。 I've also connected both a debug and a Twitter node which publishes the tweets with my desired key word. 我还连接了调试和Twitter节点,该节点使用我想要的关键字发布了tweet。 It's strange because, the debug node does not send any info to the debug tab after being deployed. 奇怪的是,调试节点在部署后没有将任何信息发送到调试选项卡。 However, my twitter account is constantly publishing each tweet that contains my chosen keyword. 但是,我的Twitter帐户不断发布包含我选择的关键字的每个推文。

I'd appreciate any help pointing to why the debug node is not working. 感谢您指出调试节点无法正常工作的任何帮助。

To confirm, you have the debug node such that the sidetab is green as shown in pic below? 确认一下,您是否具有调试节点,以便边栏为绿色,如下图所示? 在此处输入图片说明
If it is white, it will not show the data in your debug window. 如果为白色,它将不会在调试窗口中显示数据。

在此处输入图片说明

I had same situation. 我有同样的情况。 In my case I has been set USERID and PASSWORD authentication in IoTF environment variables. 就我而言,已在IoTF环境变量中设置了USERID和PASSWORD身份验证。 Today I took off these authentication information of user ID and password from my environment variables. 今天,我从环境变量中删除了这些用户ID和密码的身份验证信息。 Then Debug Node is working well. 然后,调试节点运行良好。

I hope this can help you. 希望对您有所帮助。

Best Regards 最好的祝福

If you are behind a proxy, add your application address in the exceptions of your web browser. 如果您位于代理后面,请在您的Web浏览器之外添加您的应用程序地址。 It worked for me, I had the same issue as you did while using Firefox 它对我有用,与您使用Firefox时遇到的问题相同

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM