dubtrackapi icon indicating copy to clipboard operation
dubtrackapi copied to clipboard

An API for creating bots on Dubtrack.fm

Results 9 dubtrackapi issues
Sort by recently updated
recently updated
newest added

Hey I run node bot.js and absolutely nothing happens. Not sure what I am doing wrong here.

http://i.imgur.com/SjfPGCX.png my bot.js file: ``` console.log('init'); var DubtrackAPI = require('./dubtrackapi'); // For the cookie route, just set creds to the cookie value var creds = 'value of my cookie here';...

This weekend, Dubtrack added code to compensate for Chrome's new feature of not playing videos on background tabs. Now the bot receives this error on connect. Sometimes he'll load, but...

Getting this error trying to login, a render before and after the creds entry. Seems like the login modal hasn't loaded. I've changed the timeout to 30 seconds and nothing...

I'm not getting output when the bot js fails. I have the : bot.on('error', function(msg, trace) { console.log("Got an error from the virtual browser: ", msg, trace); }); inside of...

Hi, i am currently experimenting with you api, but erverytime i mention the bot it just craches with this message: https://share.fuechschen.org/data/2015/10/2015-10-06_02-58-15.jpg. I also have to restart the whole pm2 instance...

So I downloaded the dubtrackapi master file and then placed a file titled bot.js inside, pasted in the code provided and changed out the username/password and room location. Did the...

I've got this working pretty well with the events that dubtrack is emitting... but is there a way to make requests, like getUser or something? I see them documented in...

Hey Chris, thanks for the quick API release. I have phantomjs 2.0.1-dev installed from git, phantom-node installed via NPM and node v4.1.1 installed: $ phantomjs --version 2.0.1-development $ node --version...