質問編集履歴
4
title
CHANGED
File without changes
|
body
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
herokuへのデプロイで
|
1
|
+
herokuへのデプロイでエラーが出ます。
|
2
2
|
(gunicorn.errors.HaltServer)
|
3
3
|
|
4
4
|
Procファイルに問題があると考えますが、ご存知の方、教えて頂ければ幸いです。
|
3
title
CHANGED
@@ -1,1 +1,1 @@
|
|
1
|
-
|
1
|
+
herokuへのデプロイでエラー
|
body
CHANGED
File without changes
|
2
追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -4,11 +4,16 @@
|
|
4
4
|
Procファイルに問題があると考えますが、ご存知の方、教えて頂ければ幸いです。
|
5
5
|
(ちなみに、動かすファイル名は、app.pyです)
|
6
6
|
|
7
|
+
gitのリポジトリ
|
8
|
+
https://github.com/masanori-takada/linebot
|
9
|
+
|
10
|
+
|
7
11
|
Procfile
|
8
12
|
```ここに言語を入力
|
9
13
|
web: gunicorn app:app
|
10
14
|
```
|
11
15
|
|
16
|
+
|
12
17
|
エラー内容
|
13
18
|
```ここに言語を入力
|
14
19
|
2020-02-10T04:57:27.896592+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.7/site-packages/gunicorn/arbiter.py", line 393, in stop
|
@@ -20,7 +25,4 @@
|
|
20
25
|
2020-02-10T04:57:27.897789+00:00 app[web.1]: gunicorn.errors.HaltServer: <HaltServer 'Worker failed to boot.' 3>
|
21
26
|
2020-02-10T04:57:28.013409+00:00 heroku[web.1]: State changed from starting to crashed
|
22
27
|
2020-02-10T04:57:27.995747+00:00 heroku[web.1]: Process exited with status 1
|
23
|
-
```
|
28
|
+
```
|
24
|
-
|
25
|
-
gitのリポジトリ
|
26
|
-
https://github.com/masanori-takada/linebot
|
1
修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -20,4 +20,7 @@
|
|
20
20
|
2020-02-10T04:57:27.897789+00:00 app[web.1]: gunicorn.errors.HaltServer: <HaltServer 'Worker failed to boot.' 3>
|
21
21
|
2020-02-10T04:57:28.013409+00:00 heroku[web.1]: State changed from starting to crashed
|
22
22
|
2020-02-10T04:57:27.995747+00:00 heroku[web.1]: Process exited with status 1
|
23
|
-
```
|
23
|
+
```
|
24
|
+
|
25
|
+
gitのリポジトリ
|
26
|
+
https://github.com/masanori-takada/linebot
|