Skip to content

Instantly share code, notes, and snippets.

@phaidros7
Created December 16, 2015 11:49
Show Gist options
  • Save phaidros7/f946429293774650c8bc to your computer and use it in GitHub Desktop.
Save phaidros7/f946429293774650c8bc to your computer and use it in GitHub Desktop.
[2015-12-16T12:45:40] INFO PID-22223 TID-69998740099880 Rails: Started GET "/auth/twitter/callback" for 146.0.105.115 at 2015-12-16 12:45:40 +0100
[2015-12-16T12:45:40] INFO PID-22223 TID-69998740099880 ActionController::Base: Processing by ServicesController#create as HTML
[2015-12-16T12:45:40] INFO PID-22223 TID-69998740099880 ActionController::Base: Parameters: {"provider"=>"twitter"}
[2015-12-16T12:45:40] DEBUG PID-22223 TID-69998740099880 ActiveRecord::Base: User Load (0.3ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 2 ORDER BY `users`.`id` ASC LIMIT 1
[2015-12-16T12:45:40] INFO PID-22223 TID-69998740099880 ActionController::Base: Completed 500 Internal Server Error in 8ms (ActiveRecord: 0.3ms)
[2015-12-16T12:45:40] FATAL PID-22223 TID-69998740099880 Rails:
NoMethodError (undefined method `[]' for nil:NilClass):
app/controllers/services_controller.rb:50:in `abort_if_already_authorized'
lib/rack/chrome_frame.rb:39:in `call'
lib/unicorn_killer.rb:35:in `call'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment