Advertisement
SvehlaJan

Stacktrace

Jul 21st, 2015
259
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.98 KB | None | 0 0
  1. Started POST "/api/auth/sign_in" for 94.112.67.32 at 2015-07-21 12:09:39 +0000
  2. Cannot render console from 94.112.67.32! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255
  3. Processing by Overrides::SessionsController#create as JSON
  4. Parameters: {"password"=>"[FILTERED]", "email"=>"harvey@gmail.com", "session"=>{"password"=>"[FILTERED]", "email"=>"harvey@gmail.com"}}
  5. Can't verify CSRF token authenticity
  6. Unpermitted parameters: format, session
  7. User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."email" = $1 LIMIT 1 [["email", "harvey@gmail.com"]]
  8. Unpermitted parameters: format, session
  9. Unpermitted parameters: format, session
  10. Unpermitted parameters: format, session
  11. (0.1ms) BEGIN
  12. SQL (0.3ms) UPDATE "users" SET "tokens" = $1, "updated_at" = $2 WHERE "users"."id" = $3 [["tokens", "{\"d6CccIiUn5UR6l2IC1wjYQ\":{\"token\":\"$2a$10$svSSqympbaBQ61IxKjoT6upu8ZLH7169W91OoqAYoouVxLMomSCxC\",\"expiry\":1438689917},\"6YLMQRj9MZJQSJpP-WPoXQ\":{\"token\":\"$2a$10$YN2OhsJCGQEk0V0MsThmdOrrljKWwwuULy0izqnV0m2fZ/2zPlegq\",\"expiry\":1438690066},\"nX2iDs8DC1Qe7t_rqEqUww\":{\"token\":\"$2a$10$64qmkCJXwRJchMlMpwxasuVq.ksRbL/OudpOIrMZq/099eRynxjCG\",\"expiry\":1438690155},\"S7i-RcNvXcevEQ212uUKoA\":{\"token\":\"$2a$10$Ycuvw20.aL.qzWAQhugdee0HF02JiQtdt3QjrdSCeWK94NEM5hKQq\",\"expiry\":1438690179}}"], ["updated_at", "2015-07-21 12:09:39.707336"], ["id", 1]]
  13. (0.9ms) COMMIT
  14. Completed 200 OK in 211ms (Views: 0.3ms | ActiveRecord: 1.6ms)
  15.  
  16.  
  17. Started GET "/api/users/1" for 94.112.67.32 at 2015-07-21 12:09:40 +0000
  18. Cannot render console from 94.112.67.32! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255
  19. Processing by Api::UsersController#show as JSON
  20. Parameters: {"id"=>"1", "user"=>{}}
  21. User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 1]]
  22. HEEERE
  23. User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."uid" = $1 LIMIT 1 [["uid", "harvey@gmail.com"]]
  24. valid
  25. Location Load (0.3ms) SELECT "locations".* FROM "locations" WHERE "locations"."id" = $1 LIMIT 1 [["id", 1]]
  26. Poi Load (0.3ms) SELECT "pois".* FROM "pois" WHERE "pois"."id" = $1 LIMIT 1 [["id", 1]]
  27. Rendered api/users/show.json.jbuilder (1.6ms)
  28. change_headers_on_each_request false
  29. Completed 200 OK in 118ms (Views: 13.2ms | ActiveRecord: 1.3ms)
  30.  
  31.  
  32. Started GET "/api/hikings?skip=0&take=16" for 94.112.67.32 at 2015-07-21 12:09:41 +0000
  33. Cannot render console from 94.112.67.32! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255
  34. Processing by Api::HikingsController#index as JSON
  35. Parameters: {"skip"=>"0", "take"=>"16", "hiking"=>{}}
  36. Completed 401 Unauthorized in 1ms (ActiveRecord: 1.1ms)
  37.  
  38.  
  39. Started DELETE "/api/auth/sign_out" for 94.112.67.32 at 2015-07-21 12:09:41 +0000
  40. Cannot render console from 94.112.67.32! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255
  41. Processing by Overrides::SessionsController#destroy as JSON
  42. Can't verify CSRF token authenticity
  43. Completed 404 Not Found in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement