ImGrumpy

Results 15 comments of ImGrumpy

This happens here too, though I wouldn't call it a crash. Exactly the same type of problem as https://github.com/atomjack/dubtrackapi/issues/7 (though with slightly different errors) - the bot will just go...

I can't confirm if this works as my server runs CentOS, but there is a prebuilt Windows version here: https://groups.google.com/forum/#!topic/phantomjs/cgTH-jqCSGg

Well, nvm... I wrote https.get routine to query the API directly. Sorry, I was impatient. LOL

Sure, but I'm no expert coder, so if there are obvious dumb things here forgive me... but it works. getUser routine: ``` function getUser(uid,callback) { var sresp = ''; https.get('https://api.dubtrack.fm/user/'...

Yes, I have it functioning pretty well actually. To get it to connect and start speaking really wasn't that much of a change from the old PlugBotAPI. Most important change...

@atomjack Embarrassingly enough, I have no idea what any of that forking and pulling means, sorry. I've created bots on TT.fm, Plug.dj and now Dubtrack.fm as a way of teaching...

For me, I had to remove the "./" that's shown in the example. `var DubtrackAPI = require('dubtrackapi');`

Crickets... Anyone home?

Have you been able to get that concept to work? I tried it once and it didn't work, I assumed it was having trouble with the virtual browser environment.

My bot doesn't seem to be having any issues. Both logging in and moderateRemoveDJ seem to be working fine. I'm guessing you had Plug issues? it was pretty erratic when...