Skip to content

Instantly share code, notes, and snippets.

@benjaminws
Created November 6, 2013 17:48
Show Gist options
  • Save benjaminws/7340821 to your computer and use it in GitHub Desktop.
Save benjaminws/7340821 to your computer and use it in GitHub Desktop.
Every now and I then I see this from Berkshelf. This example was running in a test kitchen.
D ------Exception-------
D Class: Kitchen::ActionFailed
D Message: Failed to complete #converge action: [bad response #<Faraday::Response:0x007f31560f7df8 @env={:method=>:get, :body=>"503", :url=>#<URI::HTTPS:0x007f3156099050 URL:https://api.berkshelf.com/universe>, :request_headers=>{"User-Agent"=>"Faraday v0.8.8"}, :parallel_manager=>nil, :request=>{:proxy=>nil}, :ssl=>{}, :status=>503, :response_headers=>{"content-type"=>"application/json", "retry-after"=>"600", "content-length"=>"3", "connection"=>"Close"}, :response=>#<Faraday::Response:0x007f31560f7df8 ...>}, @on_complete_callbacks=[]>]
D ---Nested Exception---
D Class: RuntimeError
D Message: bad response #<Faraday::Response:0x007f31560f7df8 @env={:method=>:get, :body=>"503", :url=>#<URI::HTTPS:0x007f3156099050 URL:https://api.berkshelf.com/universe>, :request_headers=>{"User-Agent"=>"Faraday v0.8.8"}, :parallel_manager=>nil, :request=>{:proxy=>nil}, :ssl=>{}, :status=>503, :response_headers=>{"content-type"=>"application/json", "retry-after"=>"600", "content-length"=>"3", "connection"=>"Close"}, :response=>#<Faraday::Response:0x007f31560f7df8 ...>}, @on_complete_callbacks=[]>
@merqlove
Copy link

Yes, it is.
Very bad problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment