Results 17 comments of Tyson Bailey

I _suspect_ (though completely unconfirmed) that when a user doesn't accept the bot to chat for a 1:1 chat, they become an unknown user....but I could be completely wrong.

I would be highly interested to know how we can "reset" hangout requests if it's possible. I suspect this would clear up seeing these.

I'm not sure if an update to the "how to install" is in order, or the pip name format needs updating

Makes sense, i saw the ===1 in the emit cts section (in fn _request) of devices.js, in the timeout that gets set i was surprised to see that it only...

I'm still very new to Node (and javascript) I'll claim, but I'll try to pick up what I can, I am still trying to understand the whole "outbox" and how...

I was thinking about this, and wonder if this is also timing related, i swear i read somewhere there was a 5000 wait to tune a channel so it could...

Yep, confirmed,, var hdhr = require('hdhomerun'); hdhr.discover(function (err, res) { console.log(res); var device = hdhr.create({device_id: res[0]['device_id'], device_ip: res[0]['device_ip']}); //device.set('/tuner0/channel', 'auto:51', function (err, res) { // console.log(res); // device.get('/tuner0/streaminfo', function (err,...

That should be handy, I'll have to look into that, I will want to (myself) expose that as a function call, with a callback that has the data..... If I...

Same with my ubuntu install.

It looks like a heartbeat is necessary (found the comment on the castv2client that this is based on, I don't know if that supports it or not. This can probably...