TerrordactylDesigns / boombot

Node.js powered Chat and DJ bot for Turntable.fm
http://terrordactyldesigns.github.com/boombot/
MIT License
24 stars 18 forks source link

Twitter not tweeting #11

Open ItsJakeo opened 11 years ago

ItsJakeo commented 11 years ago

Hey man I got all the credentials and stuff for twitter but it doesn't tweet. I get this in the logs:

undefined
2013-03-05T12:42:51+00:00 app[bot.1]:   entities: { description: { urls: [] } },
2013-03-05T12:42:51+00:00 app[bot.1]:   profile_background_tile: false,
2013-03-05T12:42:51+00:00 app[bot.1]:   friends_count: 6,
2013-03-05T12:42:51+00:00 app[bot.1]:   favourites_count: 0,
2013-03-05T12:42:51+00:00 app[bot.1]:   profile_sidebar_fill_color: 'DDEEF6',
2013-03-05T12:42:51+00:00 app[bot.1]:   followers_count: 0,
2013-03-05T12:42:51+00:00 app[bot.1]:   name: 'TTBothead',
2013-03-05T12:42:51+00:00 app[bot.1]:   lang: 'en',
2013-03-05T12:42:51+00:00 app[bot.1]:   profile_background_color: 'C0DEED',
2013-03-05T12:42:51+00:00 app[bot.1]: { id: 1243569301,
2013-03-05T12:42:51+00:00 app[bot.1]:   profile_image_url:     'http://a0.twimg.com/sticky/default_profile_images/default_profile_2_normal.png',
2013-03-05T12:42:51+00:00 app[bot.1]:   time_zone: null,
2013-03-05T12:42:51+00:00 app[bot.1]:   contributors_enabled: false,
2013-03-05T12:42:51+00:00 app[bot.1]:   protected: false,
2013-03-05T12:42:51+00:00 app[bot.1]:   profile_image_url_https: 'https://twimg0-a.akamaihd.net/sticky/default_profile_images/default_profile_2_normal.png',
2013-03-05T12:42:51+00:00 app[bot.1]:   default_profile_image: true,
2013-03-05T12:42:51+00:00 app[bot.1]:   utc_offset: null,
2013-03-05T12:42:51+00:00 app[bot.1]:   default_profile: true,
2013-03-05T12:42:51+00:00 app[bot.1]:   profile_background_image_url: 'http://a0.twimg.com/images/themes/theme1/bg.png',
2013-03-05T12:42:51+00:00 app[bot.1]:   profile_link_color: '0084B4',
2013-03-05T12:42:51+00:00 app[bot.1]:   created_at: 'Tue Mar 05 12:00:14 +0000 2013',
2013-03-05T12:42:51+00:00 app[bot.1]:   geo_enabled: false,
2013-03-05T12:42:51+00:00 app[bot.1]:   url: null,
2013-03-05T12:42:51+00:00 app[bot.1]:   following: false,
2013-03-05T12:42:51+00:00 app[bot.1]:   is_translator: false,
2013-03-05T12:42:51+00:00 app[bot.1]:   profile_background_image_url_https: 'https://twimg0-a.akamaihd.net/images/themes/theme1/bg.png',
2013-03-05T12:42:51+00:00 app[bot.1]:   notifications: false,
2013-03-05T12:42:51+00:00 app[bot.1]:   profile_use_background_image: true,
2013-03-05T12:42:51+00:00 app[bot.1]:   listed_count: 0,
2013-03-05T12:42:51+00:00 app[bot.1]:   screen_name: 'TTBothead1',
2013-03-05T12:42:51+00:00 app[bot.1]:   profile_text_color: '333333',
2013-03-05T12:42:51+00:00 app[bot.1]:   id_str: '1243569301',
2013-03-05T12:42:51+00:00 app[bot.1]:   follow_request_sent: false,
2013-03-05T12:42:51+00:00 app[bot.1]:   verified: false,
2013-03-05T12:42:51+00:00 app[bot.1]:   profile_sidebar_border_color: 'C0DEED',
2013-03-05T12:42:51+00:00 app[bot.1]:   location: null,
2013-03-05T12:42:51+00:00 app[bot.1]:   statuses_count: 0 }
2013-03-05T12:42:51+00:00 app[bot.1]:   description: null,
2013-03-05T12:44:44+00:00 app[bot.1]: [POST RESPONSE] : <?xml version="1.0" encoding="utf-8"?>

It used to work then one day it stopped tweeting so I started new accounts to start fresh and it still doesn't work. Any ideas?