heroku / legacy-cli

Heroku CLI
https://cli.heroku.com
MIT License
1.37k stars 380 forks source link

Heroku client internal error: HTTP request path is empty (ArgumentError) #851

Open ricburton opened 11 years ago

ricburton commented 11 years ago
!    Heroku client internal error.
!    Search for help at: https://help.heroku.com
!    Or report a bug at: https://github.com/heroku/heroku/issues/new

   Error:       HTTP request path is empty (ArgumentError)
   Backtrace:   /usr/local/heroku/ruby/lib/ruby/1.9.1/net/http.rb:1860:in `initialize'
                /usr/local/heroku/ruby/lib/ruby/1.9.1/net/http.rb:2093:in `initialize'
                /usr/local/heroku/ruby/lib/ruby/1.9.1/net/http.rb:1195:in `new'
                /usr/local/heroku/ruby/lib/ruby/1.9.1/net/http.rb:1195:in `request_get'
                /Users/richardburton/.heroku/client/lib/heroku/client.rb:523:in `block in read_logs'
                /usr/local/heroku/ruby/lib/ruby/1.9.1/net/http.rb:745:in `start'
                /Users/richardburton/.heroku/client/lib/heroku/client.rb:522:in `read_logs'
                /Users/richardburton/.heroku/client/lib/heroku/helpers/log_displayer.rb:19:in `display_logs'
                /Users/richardburton/.heroku/client/lib/heroku/command/logs.rb:33:in `index'
                /Users/richardburton/.heroku/client/lib/heroku/command.rb:206:in `run'
                /Users/richardburton/.heroku/client/lib/heroku/cli.rb:28:in `start'
                /usr/local/heroku/bin/heroku:24:in `<main>'

   Command:     heroku logs
   Version:     heroku-toolbelt/2.39.4 (x86_64-darwin10.8.0) ruby/1.9.3
benguillet commented 11 years ago

Same here with heroku-gem 2.35.0

toddboom commented 11 years ago

Same here with heroku-gem/2.39.4 (x86_64-darwin11.4.0) ruby/1.9.3

However, it was just working about 10 minutes ago with the same setup, so I'm guessing it's an outage of some sort.

toddboom commented 11 years ago

Seems to be back to normal now.