lizconlan / favtags

Doing cool stuff with Twitter favo(u)rites
http://favtagger.com
Other
4 stars 1 forks source link

Handle errors (log error messages here!) #16

Closed lizconlan closed 13 years ago

lizconlan commented 14 years ago

Capture errors thrown by Twitter API problems

lizconlan commented 14 years ago

Twitter 'having issues' TwitterAuth::Dispatcher::Error: An error occurred processing your Twitter request.

lizconlan commented 14 years ago

From Heroku: TwitterAuth::Dispatcher::Error (An error occurred processing your Twitter request.):

lizconlan commented 14 years ago

Also from Heroku:

The application failed to respond within 30 seconds

Houston, we have a problem :(

robertbrook commented 14 years ago

Can this one be closed after moving to slice?

lizconlan commented 14 years ago

Still needs error handling as it still glitches now and again. And you might still get rate limited

robertbrook commented 14 years ago

Does the Twitter API show how many API calls you have left, for the hour?

lizconlan commented 14 years ago

"Rate limit exceeded. Clients may not make more than 150 requests per hour"

robertbrook commented 14 years ago

Still open? Do we need to check for rate limiting?