質問編集履歴

2

エラー追記

2019/02/27 09:54

投稿

machid
machid

スコア19

test CHANGED
File without changes
test CHANGED
@@ -48,6 +48,14 @@
48
48
 
49
49
  ```エラー文
50
50
 
51
+
52
+
53
+ app[web.1]: raise HaltServer(reason, self.WORKER_BOOT_ERROR)
54
+
55
+ app[web.1]: gunicorn.errors.HaltServer: <HaltServer 'Worker failed to boot.' 3>
56
+
57
+ heroku[web.1]: State changed from starting to crashed
58
+
51
59
  heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=djangodragon13.herokuapp.com request_id=cb599b3b-8412-464d-b876-08cfb6d5d494 fwd="117.102.189.134" dyno= connect= service= status=503 bytes= protocol=https
52
60
 
53
61
  heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=djangodragon13.herokuapp.com request_id=f5a9adf2-cc0b-445e-a2b8-28213d361c6d fwd="117.102.189.134" dyno= connect= service= status=503 bytes= protocol=https

1

エラー文を追記しました。

2019/02/27 09:54

投稿

machid
machid

スコア19

test CHANGED
File without changes
test CHANGED
@@ -43,3 +43,13 @@
43
43
  procfileの記述を中心にいろいろ試しましたが解決できません。
44
44
 
45
45
  ご回答よろしくお願いいたします。
46
+
47
+
48
+
49
+ ```エラー文
50
+
51
+ heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=djangodragon13.herokuapp.com request_id=cb599b3b-8412-464d-b876-08cfb6d5d494 fwd="117.102.189.134" dyno= connect= service= status=503 bytes= protocol=https
52
+
53
+ heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=djangodragon13.herokuapp.com request_id=f5a9adf2-cc0b-445e-a2b8-28213d361c6d fwd="117.102.189.134" dyno= connect= service= status=503 bytes= protocol=https
54
+
55
+ ```