ShelbyTV / shelby_gt

Rails API services for Shelby GT
2 stars 0 forks source link

Handle twitter authentication errors gracefully #201

Closed hsztul closed 11 years ago

hsztul commented 11 years ago

It seems that we are seeing symptoms presented here: https://github.com/arunagw/omniauth-twitter/issues/30

the actual error we are seeing is:

A TypeError occurred in #:

can't convert nil into String /home/gt/api/shared/bundle/ruby/1.9.1/bundler/gems/omniauth-twitter->3d0ee54a7bfc/lib/omniauth/strategies/twitter.rb:22:in `+'

need to be able to: a) understand whats actually happening b) handle it gracefully

this might just entail upgrading the omniauth-twitter gem

hsztul commented 11 years ago

upgraded omniauth-twitter. and it was good.