Chris Bellew

Results 55 comments of Chris Bellew

Ugh yeah it looks like the page is not even fully loading, no matter how long you wait. I downloaded a phantomjs binary (from https://github.com/eugene1g/phantomjs/releases) but I am getting the...

Not having any luck either. It looks like phantomjs on OS X just doesn't play nice with the way dubtrack is doing its thing (changing the page around with javascript)....

Oh I think I know what is going on. That error is being thrown from the call to bot.getEvents, but it's being called before the bot is finished connecting. My...

Also, the problem with users still showing up in the room even after they've left is a known bug in Dubtrack - it doesn't seem to remove users who have...

Sorry for never taking care of this, I've just pushed an update that duplicates what @Shuunen did on his now closed PR.

@Southpaw32 There are two settings missing from the example configuration (what you have in your .js file that does `new cmbot({ ... options `) that you have to add. Add...

Ajax is really designed to be done in the browser. For node.js it is recommended to use the request library instead of ajax/xmlhttprequest. [Here's a tutorial](http://blog.modulus.io/node.js-tutorial-how-to-use-request-module).

That's what you are supposed to do - after you do npm install cmbot, provided it doesn't throw any major errors, create your .js file (looks like you called it...

Thanks @technobly. I've subscribed to that issue. Hopefully they'll have a fix or some suggestions.

Ok, updated to 0.9.7, latest github version.