Advertisement
Guest User

Untitled

a guest
Aug 7th, 2017
468
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.50 KB | None | 0 0
  1. 2017-08-07T20:30:58.809120+00:00 app[web.1]: : UPDATE "users" SET "timezone" = $1, "updated_at" = $2 WHERE "users"."id" = $3):
  2. 2017-08-07T20:30:58.809121+00:00 app[web.1]:   app/controllers/application_controller.rb:19:in `save_user_timezone'
  3. 2017-08-07T20:30:58.809121+00:00 app[web.1]:   app/controllers/application_controller.rb:26:in `block in with_timezone'
  4. 2017-08-07T20:30:58.809122+00:00 app[web.1]:   app/controllers/application_controller.rb:26:in `with_timezone'
  5. 2017-08-07T20:30:58.809122+00:00 app[web.1]:
  6. 2017-08-07T20:30:58.809123+00:00 app[web.1]:
  7. 2017-08-07T20:30:58.813852+00:00 heroku[router]: at=info method=POST path="/users/sign_in" host=chuchuapp.herokuapp.com request_id=7d731bda-00e2-4c65-8169-fd227aef9506 fwd="185.145.66.255" dyno=web.1 connect=0ms service=173ms status=500 bytes=1799 protocol=https
  8. 2017-08-07T20:31:12.667842+00:00 app[web.1]: Started POST "/users/sign_in" for 82.42.134.138 at 2017-08-07 20:31:12 +0000
  9. 2017-08-07T20:31:12.675427+00:00 app[web.1]: Processing by Devise::SessionsController#create as HTML
  10. 2017-08-07T20:31:12.675477+00:00 app[web.1]:   Parameters: {"utf8"=>"✓", "authenticity_token"=>"Ziu0LG41jY46tIbJtHBsT77r5Td72exWl77Hj403+l/LhWxof2yzMiRiBlNAiNEyzAdsZY89qIYviS9xBPQ2Fw==", "user"=>{"email"=>"natalio.krasnogor@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Log in"}
  11. 2017-08-07T20:31:12.678855+00:00 app[web.1]:   User Load (1.0ms)  SELECT  "users".* FROM "users" WHERE "users"."email" = $1  ORDER BY "users"."id" ASC LIMIT 1  [["email", "natalio.krasnogor@gmail.com"]]
  12. 2017-08-07T20:31:12.854665+00:00 app[web.1]:    (0.8ms)  BEGIN
  13. 2017-08-07T20:31:12.857297+00:00 app[web.1]:   SQL (1.0ms)  UPDATE "users" SET "last_sign_in_at" = $1, "current_sign_in_at" = $2, "last_sign_in_ip" = $3, "current_sign_in_ip" = $4, "sign_in_count" = $5, "updated_at" = $6 WHERE "users"."id" = $7  [["last_sign_in_at", "2017-08-07 20:31:12.853169"], ["current_sign_in_at", "2017-08-07 20:31:12.853169"], ["last_sign_in_ip", "82.42.134.138"], ["current_sign_in_ip", "82.42.134.138"], ["sign_in_count", 1], ["updated_at", "2017-08-07 20:31:12.854919"], ["id", 2]]
  14. 2017-08-07T20:31:12.859718+00:00 app[web.1]:    (1.7ms)  COMMIT
  15. 2017-08-07T20:31:12.860983+00:00 app[web.1]: Redirected to https://chuchuapp.herokuapp.com/
  16. 2017-08-07T20:31:12.861892+00:00 app[web.1]:    (0.7ms)  BEGIN
  17. 2017-08-07T20:31:12.863784+00:00 app[web.1]:   User Exists (1.0ms)  SELECT  1 AS one FROM "users" WHERE ("users"."email" = 'natalio.krasnogor@gmail.com' AND "users"."id" != 2) LIMIT 1
  18. 2017-08-07T20:31:12.865995+00:00 app[web.1]:   SQL (1.4ms)  UPDATE "users" SET "timezone" = $1, "updated_at" = $2 WHERE "users"."id" = $3  [["timezone", nil], ["updated_at", "2017-08-07 20:31:12.863900"], ["id", 2]]
  19. 2017-08-07T20:31:12.867790+00:00 app[web.1]:    (1.1ms)  ROLLBACK
  20. 2017-08-07T20:31:12.867792+00:00 app[web.1]: Completed 500 Internal Server Error in 192ms (ActiveRecord: 8.5ms)
  21. 2017-08-07T20:31:12.868312+00:00 app[web.1]:
  22. 2017-08-07T20:31:12.868316+00:00 app[web.1]: ActiveRecord::StatementInvalid (PG::NotNullViolation: ERROR:  null value in column "timezone" violates not-null constraint
  23. 2017-08-07T20:31:12.868318+00:00 app[web.1]: DETAIL:  Failing row contains (2, nkrasnogor, null, null, null, null, 2017-08-07 20:30:35.817806, 2017-08-07 20:31:12.8639, natalio.krasnogor@gmail.com, $2a$11$3LjwBU2Uo3usQ.kNO84Hquy0RFziqt7lAnDZQwgGwlCVent2gSF5G, null, null, null, 1, 2017-08-07 20:31:12.853169, 2017-08-07 20:31:12.853169, 82.42.134.138, 82.42.134.138, NSSr7pMQt9b1XTk9CLnb, 2017-08-07 20:30:56.773404, 2017-08-07 20:30:35.818203, null, 0, null, null, null).
  24. 2017-08-07T20:31:12.868319+00:00 app[web.1]: : UPDATE "users" SET "timezone" = $1, "updated_at" = $2 WHERE "users"."id" = $3):
  25. 2017-08-07T20:31:12.868320+00:00 app[web.1]:   app/controllers/application_controller.rb:19:in `save_user_timezone'
  26. 2017-08-07T20:31:12.868321+00:00 app[web.1]:   app/controllers/application_controller.rb:26:in `block in with_timezone'
  27. 2017-08-07T20:31:12.868322+00:00 app[web.1]:   app/controllers/application_controller.rb:26:in `with_timezone'
  28. 2017-08-07T20:31:12.868322+00:00 app[web.1]:
  29. 2017-08-07T20:31:12.868323+00:00 app[web.1]:
  30. 2017-08-07T20:31:12.873300+00:00 heroku[router]: at=info method=POST path="/users/sign_in" host=chuchuapp.herokuapp.com request_id=732f11e3-7ca1-4b25-ae43-aef7601ab20e fwd="82.42.134.138" dyno=web.1 connect=1ms service=204ms status=500 bytes=1799 protocol=https
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement