我试图为我的Heroku Rails应用程序安装ffmpeg,现在我的应用程序崩溃了.
我使用以下命令添加了一个buildpack:
heroku config:add BUILDPACK_URL=https://github.com/shunjikonishi/heroku-buildpack-ffmpeg
Run Code Online (Sandbox Code Playgroud)
推送到Heroku后,根据我的日志得到以下错误:
2013-11-17T17:50:44.022351+00:00 heroku[web.1]: Starting process with command `bundle exec rails server -p 47171`
2013-11-17T17:50:46.295602+00:00 app[web.1]: bash: bundle: command not found
2013-11-17T17:50:47.589491+00:00 heroku[web.1]: Process exited with status 127
2013-11-17T17:50:47.597968+00:00 heroku[web.1]: State changed from starting to crashed
2013-11-17T17:50:48.620853+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path=/ (...) fwd="76.118.180.235" dyno= connect= service= status=503 bytes=
2013-11-17T17:50:48.847288+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path=/favicon.ico host=(...) fwd="76.118.180.235" dyno= connect= service= status=503 bytes=
Run Code Online (Sandbox Code Playgroud)
当我运行heroku运行rake db:migrate时,我收到错误:
Running `rake db:migrate` attached to …
Run Code Online (Sandbox Code Playgroud) I tried this:
client.on('ready', () => {
let channel = client.channels.get('432462518380789771');
channel.join()
});
Run Code Online (Sandbox Code Playgroud)
It doesnt work. I made sure that the ID is right and everything and its still not working.