質問するログイン新規登録

質問編集履歴

1

追記

2019/05/12 17:30

投稿

yuudai
yuudai

スコア65

title CHANGED
File without changes
body CHANGED
@@ -28,9 +28,23 @@
28
28
  ### 発生している問題・エラーメッセージ
29
29
 
30
30
  ```
31
- エラーメッセージ
31
+ State changed from crashed to starting
32
+ 2019-05-12T08:38:37.599155+00:00 heroku[web.1]: Starting process with command `gunicorn main:app --log-file -`
33
+ 2019-05-12T08:38:39.793438+00:00 heroku[web.1]: State changed from starting to crashed
34
+ 2019-05-12T08:38:39.773600+00:00 heroku[web.1]: Process exited with status 127
35
+ 2019-05-12T08:38:39.697936+00:00 app[web.1]: bash: gunicorn: command not found
36
+ Error R10 (Boot timeout) -> Web process failed to bind to $PORT within 60 seconds of launch
37
+ 2019-05-12T05:14:16.786948+00:00 heroku[web.1]: Stopping process with SIGKILL
38
+ 2019-05-12T05:14:16.890230+00:00 heroku[web.1]: State changed from starting to crashed
39
+ 2019-05-12T05:14:16.897017+00:00 heroku[web.1]: State changed from crashed to starting
40
+ 2019-05-12T05:14:16.876908+00:00 heroku[web.1]: Process exited with status 137
41
+ 2019-05-12T05:14:22.033199+00:00 heroku[web.1]: Starting process with command `python main.py`
42
+ 2019-05-12T05:15:22.724959+00:00 heroku[web.1]: State changed from starting to crashed
43
+ 2019-05-12T05:15:22.642858+00:00 heroku[web.1]: Error R10 (Boot timeout) -> Web process failed to bind to $PORT within 60 seconds of launch
44
+ 2019-05-12T05:15:22.642944+00:00 heroku[web.1]: Stopping process with SIGKILL
45
+ 2019-05-12T05:15:22.710034+00:00 heroku[web.1]: Process exited with status 137
32
46
  ```
33
-
47
+ エラーの種類はこれだけです。
34
48
  ### 該当のソースコード
35
49
 
36
50
  ```python