開発環境
macOS Sierra
Python 3.6.0
Flask
Heroku
プロジェクトフォルダ
herokuapp
┣main.py
┣Procfile
┣requirements.txt
┣runtime.txt
┗あとstaticフォルダとか
エラー内容
heroku
12017-03-09T08:53:27.185147+00:00 heroku[web.1]: State changed from crashed to starting 22017-03-09T08:53:31.284567+00:00 heroku[web.1]: Starting process with command `gunicorn main:app --log-file=-` 32017-03-09T08:53:33.769218+00:00 app[web.1]: bash: gunicorn: command not found 42017-03-09T08:53:33.843958+00:00 heroku[web.1]: State changed from starting to crashed 52017-03-09T08:53:33.817031+00:00 heroku[web.1]: Process exited with status 127 62017-03-09T09:20:27.979351+00:00 heroku[web.1]: State changed from crashed to starting 72017-03-09T09:20:34.420505+00:00 heroku[web.1]: Starting process with command `gunicorn main:app --log-file=-` 82017-03-09T09:20:37.287924+00:00 app[web.1]: bash: gunicorn: command not found 92017-03-09T09:20:37.421403+00:00 heroku[web.1]: State changed from starting to crashed 102017-03-09T09:20:37.391778+00:00 heroku[web.1]: Process exited with status 127 112017-03-09T09:34:54.176381+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=dry-tundra-76536.herokuapp.com request_id=2b338c7a-f1ad-498f-be21-c0af351463a7 fwd="126.200.83.66" dyno= connect= service= status=503 bytes= protocol=https
HerokuでApplicationErrorが発生したときの対処法
などをいろいろ調べても解決できず困っています。
心当たりがあるとすれば・・・
Heroku Toolbeltのインストールの際、自動でインストールされているはずのforemanが使えず、
foreman start
を行なっていないということです。
しかし、いくつかのデプロイ事例にはこれが書かれておらず、問題なしと考えました。
アプリを公開したい・・・・
よろしくお願いいたします。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2017/03/09 10:55