質問編集履歴
1
追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -58,11 +58,39 @@
|
|
58
58
|
|
59
59
|
```
|
60
60
|
|
61
|
-
|
61
|
+
State changed from crashed to starting
|
62
|
+
|
62
|
-
|
63
|
+
2019-05-12T08:38:37.599155+00:00 heroku[web.1]: Starting process with command `gunicorn main:app --log-file -`
|
64
|
+
|
65
|
+
2019-05-12T08:38:39.793438+00:00 heroku[web.1]: State changed from starting to crashed
|
66
|
+
|
67
|
+
2019-05-12T08:38:39.773600+00:00 heroku[web.1]: Process exited with status 127
|
68
|
+
|
69
|
+
2019-05-12T08:38:39.697936+00:00 app[web.1]: bash: gunicorn: command not found
|
70
|
+
|
71
|
+
Error R10 (Boot timeout) -> Web process failed to bind to $PORT within 60 seconds of launch
|
72
|
+
|
73
|
+
2019-05-12T05:14:16.786948+00:00 heroku[web.1]: Stopping process with SIGKILL
|
74
|
+
|
75
|
+
2019-05-12T05:14:16.890230+00:00 heroku[web.1]: State changed from starting to crashed
|
76
|
+
|
77
|
+
2019-05-12T05:14:16.897017+00:00 heroku[web.1]: State changed from crashed to starting
|
78
|
+
|
79
|
+
2019-05-12T05:14:16.876908+00:00 heroku[web.1]: Process exited with status 137
|
80
|
+
|
81
|
+
2019-05-12T05:14:22.033199+00:00 heroku[web.1]: Starting process with command `python main.py`
|
82
|
+
|
83
|
+
2019-05-12T05:15:22.724959+00:00 heroku[web.1]: State changed from starting to crashed
|
84
|
+
|
85
|
+
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
|
86
|
+
|
87
|
+
2019-05-12T05:15:22.642944+00:00 heroku[web.1]: Stopping process with SIGKILL
|
88
|
+
|
89
|
+
2019-05-12T05:15:22.710034+00:00 heroku[web.1]: Process exited with status 137
|
90
|
+
|
63
|
-
```
|
91
|
+
```
|
92
|
+
|
64
|
-
|
93
|
+
エラーの種類はこれだけです。
|
65
|
-
|
66
94
|
|
67
95
|
### 該当のソースコード
|
68
96
|
|