forked from alexknowshtml/We-Work-In-Philly
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
I clicked "Add Someone" and tried to search twitter to add a person and I got an error
Stacktrace:
2014-03-08T22:25:29.799526+00:00 app[web.1]: Started GET "/people/new?utf8=%E2%9C%93&authentications%5B2%5D=1&q=sheryl&commit=Search" for 69.249.207.177 at 2014-03-08 22:25:29 +0000
2014-03-08T22:25:29.821243+00:00 app[web.1]:
2014-03-08T22:25:29.821243+00:00 app[web.1]: NoMethodError (undefined method `rate_limit_status' for #<OAuth::AccessToken:0x00000006028928>):
2014-03-08T22:25:29.821243+00:00 app[web.1]: app/controllers/people_controller.rb:45:in `block in new'
2014-03-08T22:25:29.821243+00:00 app[web.1]: app/controllers/people_controller.rb:36:in `each'
2014-03-08T22:25:29.821243+00:00 app[web.1]: app/controllers/people_controller.rb:36:in `new'
2014-03-08T22:25:29.821243+00:00 app[web.1]:
2014-03-08T22:25:29.821243+00:00 app[web.1]:
I think this is because we switched twitter gem versions maybe?