heroku / legacy-cli

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

heroku run console timing out #848

Open quantumpotato opened 11 years ago

quantumpotato commented 11 years ago

Running console attached to terminal... up, run.7156

! 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:       Operation timed out - connect(2) (Errno::ETIMEDOUT)
Backtrace:   /Users/quantum/.heroku/client/lib/heroku/client/rendezvous.rb:40:in `initialize'
             /Users/quantum/.heroku/client/lib/heroku/client/rendezvous.rb:40:in `open'
             /Users/quantum/.heroku/client/lib/heroku/client/rendezvous.rb:40:in `block in start'
             /usr/local/heroku/ruby/lib/ruby/1.9.1/timeout.rb:68:in `timeout'
             /Users/quantum/.heroku/client/lib/heroku/client/rendezvous.rb:31:in `start'
             /Users/quantum/.heroku/client/lib/heroku/command/run.rb:132:in `rendezvous_session'
             /Users/quantum/.heroku/client/lib/heroku/command/run.rb:119:in `run_attached'
             /Users/quantum/.heroku/client/lib/heroku/command/run.rb:24:in `index'
             /Users/quantum/.heroku/client/lib/heroku/command.rb:206:in `run'
             /Users/quantum/.heroku/client/lib/heroku/cli.rb:28:in `start'
             /usr/bin/heroku:24:in `<main>'

Command:     heroku run console
Plugins:     heroku-accounts
             heroku-fucking-console

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

I have the same issue when running: heroku run rake db:migrate

altV commented 11 years ago

+1. with some application it works, though