atroutt / WeAreTechWomen

We are Tech Women--raising the profile of women in technology
wearetechwomen.com
1 stars 2 forks source link

Search for people on Twitter is broken #8

Open atroutt opened 10 years ago

atroutt commented 10 years ago

I clicked "Add Someone" and tried to search twitter to add a person and I got an error

http://www.wearetechwomen.com/people/new?utf8=%E2%9C%93&authentications%5B2%5D=1&q=sheryl&commit=Search

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?