Turntable-API icon indicating copy to clipboard operation
Turntable-API copied to clipboard

Allows you to create bots for turntable.fm

Results 16 Turntable-API issues
Sort by recently updated
recently updated
newest added

http://blog.turntable.fm/post/67777306411/turntable-live-turntable-fm

Hey- Wondering if anyone has any experience hosting on heroku using just 1 dyno (free tier). It is working great for me except when using only 1 dyno it goes...

With the dj_bot, how can I make the bot DJ? I don't see a command in the code that I can type into the chat and make the bot DJ....

bot.stalk([userid], function(data){console.log('data.roomId: '+data.roomId);}) When calling this code while the [userid] is a mobile user, data.roomId is undefined. it appears that the data object either doesn't get returned or is different...

I have noticed that if you try to connect right now, it will always try and connect to section 0 of a room, full or not. If there is another...

I felt like I saw this issue in here before but I looked through the list of issues just now, and I didn't catch one that said batch process or...

I have some code and it says: ``` javascript if (data.text.split(" ")[0] == "mail") { var mailto = data.text.split(" ")[1]; var message = data.text.split(" ")[2]; bot.getUserId(mailto, function (data) { mailto...

Hey- I was trying to use TTAPI on my network and it looks like there's a transparent proxy that's causing me headaches. I realize I can use a variety of...

This is an easy but somewhat urgent fix. Calling bot.roomRegister does not set the bot's roomId. This causes problems if, for example, you need to call bot.roomInfo later. The bot...

In one of our rooms we have started to have issues with additional bots. I am wondering if you guys have discovered a way to identify bore or a way...