Created
March 25, 2014 19:46
-
-
Save abrahamsangha/9769768 to your computer and use it in GitHub Desktop.
This file contains 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
Started GET "/" for 127.0.0.1 at 2014-03-25 14:07:33 -0500 | |
Processing by SearchesController#index as HTML | |
Redirected to http://localhost:3001/users/auth/sso | |
Filter chain halted as :ensure_session rendered or redirected | |
Completed 302 Found in 0ms | |
Started GET "/users/auth/sso" for 127.0.0.1 at 2014-03-25 14:07:33 -0500 | |
(sso) Request phase initiated. | |
Started GET "/users/auth/sso/callback?code=a60d79dddaf44c841bb9c71a6e1d3a1fe35bc4cbd59c06c9acdde30eeede5173&state=426b2baa5b2cbc578d4f579d5226f40324a312e633374cd3" for 127.0.0.1 at 2014-03-25 14:07:45 -0500 | |
(sso) Callback phase initiated. | |
Processing by OmniauthCallbacksController#sso as HTML | |
Parameters: {"code"=>"a60d79dddaf44c841bb9c71a6e1d3a1fe35bc4cbd59c06c9acdde30eeede5173", "state"=>"426b2baa5b2cbc578d4f579d5226f40324a312e633374cd3"} | |
Redirected to http://localhost:3001/ | |
Completed 302 Found in 1ms | |
Started GET "/" for 127.0.0.1 at 2014-03-25 14:07:46 -0500 | |
Processing by SearchesController#index as HTML | |
Completed 500 Internal Server Error in 1ms | |
ArgumentError (invalid byte sequence in UTF-8): | |
app/controllers/application_controller.rb:26:in `current_user' | |
app/controllers/application_controller.rb:46:in `ensure_session' | |
Rendered /Users/abrahamsangha/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.7ms) | |
Rendered /Users/abrahamsangha/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) | |
Rendered /Users/abrahamsangha/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) | |
Rendered /Users/abrahamsangha/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (14.2ms) | |
Started GET "/" for 127.0.0.1 at 2014-03-25 14:37:13 -0500 | |
Processing by SearchesController#index as HTML | |
Completed 500 Internal Server Error in 1ms | |
ArgumentError (invalid byte sequence in UTF-8): | |
app/controllers/application_controller.rb:26:in `current_user' | |
app/controllers/application_controller.rb:46:in `ensure_session' | |
Rendered /Users/abrahamsangha/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.6ms) | |
Rendered /Users/abrahamsangha/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) | |
Rendered /Users/abrahamsangha/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) | |
Rendered /Users/abrahamsangha/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (13.7ms) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment