Guest User

Untitled

a guest
May 23rd, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.49 KB | None | 0 0
  1. 1) Error:
  2. test_index(PollsControllerTest):
  3. Facebooker::Session::SessionExpired: Session key invalid or no longer valid
  4. /Users/james/development/ov/vendor/plugins/facebooker/lib/facebooker/parser.rb:462:in `process'
  5. /Users/james/development/ov/vendor/plugins/facebooker/lib/facebooker/parser.rb:15:in `parse'
  6. /Users/james/development/ov/vendor/plugins/facebooker/lib/facebooker/service.rb:14:in `post'
  7. /Users/james/development/ov/vendor/plugins/facebooker/lib/facebooker/session.rb:466:in `post_without_logging'
  8. /Users/james/development/ov/vendor/plugins/facebooker/lib/facebooker/session.rb:477:in `post'
  9. /Users/james/development/ov/vendor/plugins/facebooker/lib/facebooker/logging.rb:16:in `log_fb_api'
  10. /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/core_ext/benchmark.rb:8:in `realtime'
  11. /Users/james/development/ov/vendor/plugins/facebooker/lib/facebooker/logging.rb:16:in `log_fb_api'
  12. /Users/james/development/ov/vendor/plugins/facebooker/lib/facebooker/session.rb:476:in `post'
  13. /Users/james/development/ov/vendor/plugins/facebooker/lib/facebooker/models/user.rb:111:in `populate'
  14. /Users/james/development/ov/vendor/plugins/facebooker/lib/facebooker/model.rb:35:in `affiliations'
  15. /Users/james/development/ov/app/models/user.rb:19:in `for'
  16. /Users/james/development/ov/app/controllers/application.rb:26:in `set_current_user'
  17. /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/callbacks.rb:173:in `send'
  18. /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/callbacks.rb:173:in `evaluate_method'
  19. /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/callbacks.rb:161:in `call'
  20. /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:430:in `call'
  21. /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:592:in `run_before_filters'
  22. /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:578:in `call_filters'
  23. /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:573:in `perform_action_without_benchmark'
  24. /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
  25. /usr/local/lib/ruby/1.8/benchmark.rb:293:in `measure'
  26. /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
  27. /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/rescue.rb:201:in `perform_action_without_caching'
  28. /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb:13:in `perform_action'
  29. /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache'
  30. /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/query_cache.rb:8:in `cache'
  31. /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb:12:in `perform_action'
  32. /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:529:in `send'
  33. /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:529:in `process_without_filters'
  34. /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:569:in `process_without_session_management_support'
  35. /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/session_management.rb:130:in `process_without_test'
  36. /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/test_process.rb:16:in `process'
  37. /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/test_process.rb:394:in `process'
  38. /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/test_process.rb:365:in `get'
  39. ./test/functional/../../vendor/plugins/facebooker/lib/facebooker/rails/test_helpers.rb:34:in `send'
  40. ./test/functional/../../vendor/plugins/facebooker/lib/facebooker/rails/test_helpers.rb:34:in `facebook_verb'
  41. ./test/functional/../../vendor/plugins/facebooker/lib/facebooker/rails/test_helpers.rb:15:in `facebook_get'
  42. ./test/functional/polls_controller_test.rb:17:in `test_index'
  43. /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/testing/setup_and_teardown.rb:67:in `__send__'
  44. /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/testing/setup_and_teardown.rb:67:in `run'
Add Comment
Please, Sign In to add comment