alaingilbert / Turntable-API

Allows you to create bots for turntable.fm
http://alaingilbert.github.com/Turntable-API/
MIT License
318 stars 97 forks source link

Can't get bot to connect; at a loss. #262

Closed oldramen closed 10 years ago

oldramen commented 10 years ago

Ignoring all the extra stuff, my code is essentially the basic

var bot = new ttapi(auth,userid,room);

however, the bot never shows up. so I added the debug flag:

bot.debug = true;

and waited, and what I saw was a successful user authenticate message, but when it goes to room.register, I get

{"errno": 6, "err": "Request not allowed", "success": false, "msgid": 7}

any idea what I'm doing wrong?

Izzmo commented 10 years ago

I believe someone was getting this same error message when trying to update the avatar of their bot.

oldramen commented 10 years ago

Yeah, except I'm getting this error just trying to join the room.

Izzmo commented 10 years ago

Well maybe this will fix it: (notice the awesome use of the English language =P)

turntable will be going down at 7:30 EST to fix up some servers.
Izzmo commented 10 years ago

Oops, wrong button!

alaingilbert commented 10 years ago

Do you still have this error ? What is the room id ? My bot seems to be able to enter my room.

oldramen commented 10 years ago

Yeah, my old bot revisions seem to be doing just fine, I think it might be a server issue, since I'm running this one on a separate server. I thought it may have been because I have the bot running express, but that doesn't seem to be the case, as it still fails to connect when express is disabled.

oldramen commented 10 years ago

Update: Server is located in Canada, didn't realize, most likely a localization issue, closing issue.

alaingilbert commented 10 years ago

aha I see :)