Last active
August 29, 2015 14:04
-
-
Save akinomaeni/6307f2f428977cb1bdce to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| http://hexhoop.com/users#_=_ | |
| Koala::Facebook::ServerError in UsersController#top | |
| {"error_code":1,"error_msg":"An unknown error occurred"} [HTTP 500] | |
| Extracted source (around line #145): | |
| 143 data[:me][:likes] = data[:page].keys | |
| 144 | |
| 145 friends = graph.get_connections("me", "friends?fields=id,name,link,birthday,picture,likes,gender,quotes") | |
| 146 data[:friends] = Array.new | |
| 147 friends.each do |friend| | |
| 148 f = { | |
| Rails.root: /var/www/fbapp | |
| Application Trace | Framework Trace | Full Trace | |
| app/controllers/users_controller.rb:145:in `get_fb_data' | |
| app/controllers/users_controller.rb:120:in `save_fb_data' | |
| app/controllers/users_controller.rb:81:in `fbdata' | |
| app/controllers/users_controller.rb:15:in `top' | |
| Request | |
| Parameters: | |
| None | |
| Toggle session dump | |
| Toggle env dump | |
| Response | |
| Headers: | |
| None | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment