heroku / legacy-cli

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

not able to connect to heroku console #699

Open paradigm-creatives opened 11 years ago

paradigm-creatives commented 11 years ago

I am trying to connect to heroku console.

Getting following error:

heroku run console Running console attached to terminal... up, run.6828 ! 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:       Connection timed out - connect(2) (Errno::ETIMEDOUT)
Backtrace:   /usr/local/heroku/lib/heroku/client/rendezvous.rb:39:in `initialize'
             /usr/local/heroku/lib/heroku/client/rendezvous.rb:39:in `open'
             /usr/local/heroku/lib/heroku/client/rendezvous.rb:39:in `block in start'
             /usr/lib/ruby/1.9.1/timeout.rb:68:in `timeout'
             /usr/local/heroku/lib/heroku/client/rendezvous.rb:31:in `start'
             /usr/local/heroku/lib/heroku/command/run.rb:127:in `rendezvous_session'
             /usr/local/heroku/lib/heroku/command/run.rb:114:in `run_attached'
             /usr/local/heroku/lib/heroku/command/run.rb:21:in `index'
             /usr/local/heroku/lib/heroku/command.rb:207:in `run'
             /usr/local/heroku/lib/heroku/cli.rb:28:in `start'
             /usr/bin/heroku:25:in `<main>'

Command:     heroku run console -a hollywood-burger
Version:     heroku-toolbelt/2.34.0 (i686-linux) ruby/1.9.3
zolzaya commented 11 years ago

Same here :(