takjg / hubot-broadlink-rm

A hubot script to learn and send IR hex codes with Broadlink RM
Apache License 2.0
24 stars 3 forks source link

This app did not run after Mar 15. #3

Open tourmaline3333 opened 1 year ago

tourmaline3333 commented 1 year ago

I set the python script to light:on().

I write the message "send light:on()" on slack. but this app did not run the python script.

I run hubot on linux, and homebot send light:on().Its OK.

I run the python script. Its OK.

tourmaline3333 commented 1 year ago

I was able to work around the issue by setting NODE_TLS_REJECT_UNAUTHORIZED=0. Definitely not a long term solution.

https://github.com/slackapi/hubot-slack/issues/651