Created
September 25, 2012 17:57
-
-
Save nlacasse/3783427 to your computer and use it in GitHub Desktop.
omni errors
This file contains hidden or 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
[191] nlacasse@fibonazi:~/okcl/omniscience> foreman run bundle exec rspec | |
..............................................I, [2012-09-25T11:05:18.593617 #2656] INFO -- : 127.0.0.1:11211 failed (count: 0) | |
F............F | |
An error occurred in an after(:all) hook. | |
NoMethodError: private method `delete' called for nil:NilClass | |
occurred at /home/nlacasse/okcl/omniscience/spec/contexts/facebook.rb:15:in `block (2 levels) in <top (required)>' | |
...........................*.......................................... | |
Pending: | |
Omniscience::Museum Omniscience::Museum::Service GET /users/:user_id/:provider_name/:artifact_type queuing publishes a message | |
# Not yet implemented | |
# ./spec/museum_spec.rb:72 | |
Failures: | |
1) Omniscience::Auth::Service POST /tokens when everything works status | |
Failure/Error: before { post endpoint, params } | |
Dalli::RingError: | |
No server available | |
# ./lib/omniscience/auth/request_token.rb:35:in `save' | |
# ./lib/omniscience/auth/service.rb:197:in `block (2 levels) in <class:Service>' | |
# (eval):3:in `each' | |
# (eval):3:in `each_with_optional_block' | |
# ./spec/auth/service_spec.rb:443:in `block (4 levels) in <top (required)>' | |
# (eval):3:in `each' | |
# (eval):3:in `each_with_optional_block' | |
2) omniauth redirects to the specified callback url | |
Failure/Error: Unable to find matching line from backtrace | |
Koala::Facebook::APIError: | |
HTTP 500: Response body: {"error":{"message":"An unexpected error has occurred. Please retry your request later.","type":"OAuthException","code":2}} | |
# ./spec/contexts/facebook.rb:10:in `block (2 levels) in <top (required)>' | |
Finished in 1 minute 48.85 seconds | |
130 examples, 2 failures, 1 pending | |
Failed examples: | |
rspec ./spec/auth/service_spec.rb:444 # Omniscience::Auth::Service POST /tokens when everything works status | |
rspec ./spec/acceptance_spec.rb:31 # omniauth redirects to the specified callback url | |
Randomized with seed 58090 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment