我有一个在Heroku上托管的简单Ruby应用程序。它不是Rails应用程序,它只使用Rack和Sinatra,它运行在cedar-14
堆栈上。
当我尝试运行heroku run console
或heroku run bash
时,会提示:
! 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: No route to host - connect(2) (Errno::EHOSTUNREACH)
此外,当我尝试按建议进行远程登录时here它会提示相同的
$ telnet rendezvous.heroku.com 5000
Trying 50.19.103.36...
telnet: Unable to connect to remote host: No route to host
和
$ telnet s1.runtime.heroku.com 5000
telnet: could not resolve s1.runtime.heroku.com/5000: Name or service not known
我不是Heroku的优质用户。 我可以获得一次性的dyno,如果我可以怎么做?