質問編集履歴

3

githubの更新, logの修正

2021/07/21 15:23

投稿

Kazuhiro-ch
Kazuhiro-ch

スコア85

test CHANGED
File without changes
test CHANGED
@@ -44,6 +44,8 @@
44
44
 
45
45
  [こちら](https://teratail.com/questions/119909?link=qa_related_pc)で同様のケースがあったようです。空き容量を確認したところ問題はありませんでした。
46
46
 
47
+ 開発段階に存在していたはずのruntime.txtやProcfile.txtなどを①manage.pyと同ファイルに再コミットしました。また第一層というご指摘があったので、そのように再配置もいたしました。
48
+
47
49
 
48
50
 
49
51
  ###heroku logs
@@ -52,51 +54,27 @@
52
54
 
53
55
  ```
54
56
 
57
+ File "<frozen importlib._bootstrap>", line 983, in _find_and_load
55
58
 
59
+ File "<frozen importlib._bootstrap>", line 965, in _find_and_load_unlocked
56
60
 
61
+ ModuleNotFoundError: No module named 'wagtail'
57
62
 
63
+ ! Error while running '$ python mysite/manage.py collectstatic --noinput'.
58
64
 
59
- 2021-07-21T09:00:47.110570+00:00 heroku[run.7697]: Process exited with status 2
65
+ See traceback above for details.
60
66
 
67
+ You may need to update application code to resolve this error.
61
68
 
69
+ Or, you can disable collectstatic for this application:
62
70
 
63
- 2021-07-21T09:00:47.172615+00:00 heroku[run.7697]: State changed from up to complete
71
+ $ heroku config:set DISABLE_COLLECTSTATIC=1
64
72
 
73
+ https://devcenter.heroku.com/articles/django-assets
65
74
 
75
+ ! Push rejected, failed to compile Python app.
66
76
 
67
- 2021-07-21T09:01:21.726730+00:00 heroku[router]: at=info code=H81 desc="Blank app" method=GET path="/" host=cvslog.herokuapp.com request_id=556b034f-8ca7-4af9-86ce-3d831eeddb2c fwd="34.226.155.4" dyno= connect= service= status=502 bytes= protocol=http
68
-
69
-
70
-
71
- 2021-07-21T09:01:26.116250+00:00 heroku[router]: at=info code=H81 desc="Blank app" method=GET path="/" host=cvslog.herokuapp.com request_id=605e1054-ad0b-4efb-b4a4-2b987ccf8558 fwd="103.5.140.157" dyno= connect= service= status=502 bytes= protocol=https
72
-
73
-
74
-
75
- 2021-07-21T09:01:26.794906+00:00 heroku[router]: at=info code=H81 desc="Blank app" method=GET path="/favicon.ico" host=cvslog.herokuapp.com request_id=e2b52791-ceaf-43a4-a3cc-6999f349ac95 fwd="103.5.140.157" dyno= connect= service= status=502 bytes= protocol=https
76
-
77
-
78
-
79
- 2021-07-21T09:20:16.612127+00:00 heroku[router]: at=info code=H81 desc="Blank app" method=GET path="/" host=cvslog.herokuapp.com request_id=5856e011-a8fc-4976-a730-7370b5f3ad03 fwd="103.5.140.157" dyno= connect= service= status=502 bytes= protocol=https
80
-
81
-
82
-
83
- 2021-07-21T09:20:16.930653+00:00 heroku[router]: at=info code=H81 desc="Blank app" method=GET path="/favicon.ico" host=cvslog.herokuapp.com request_id=f346ff09-ed99-4925-9fd9-18e3818b062b fwd="103.5.140.157" dyno= connect= service= status=502 bytes= protocol=https
84
-
85
-
86
-
87
- 2021-07-21T09:30:15.660557+00:00 heroku[router]: at=info code=H81 desc="Blank app" method=GET path="/robots.txt" host=cvslog.herokuapp.com request_id=742a4ba4-27de-4cea-89bc-dfb6c530fd41 fwd="147.92.153.15" dyno= connect= service= status=502 bytes= protocol=https
88
-
89
-
90
-
91
- 2021-07-21T09:30:20.274626+00:00 heroku[router]: at=info code=H81 desc="Blank app" method=GET path="/" host=cvslog.herokuapp.com request_id=d8ea5f4c-3fac-4f51-8274-e8ce3b49f666 fwd="147.92.153.18" dyno= connect= service= status=502 bytes= protocol=https
92
-
93
-
94
-
95
- 2021-07-21T09:36:26.914905+00:00 heroku[router]: at=info code=H81 desc="Blank app" method=GET path="/" host=cvslog.herokuapp.com request_id=3bac324a-4c3a-48b0-97c8-a7db8386b2c1 fwd="54.201.51.99" dyno= connect= service= status=502 bytes= protocol=https
96
-
97
-
98
-
99
-
77
+ ! Push failed
100
78
 
101
79
  ```
102
80
 

2

logの追加

2021/07/21 15:23

投稿

Kazuhiro-ch
Kazuhiro-ch

スコア85

test CHANGED
File without changes
test CHANGED
@@ -46,4 +46,60 @@
46
46
 
47
47
 
48
48
 
49
+ ###heroku logs
50
+
51
+
52
+
53
+ ```
54
+
55
+
56
+
57
+
58
+
59
+ 2021-07-21T09:00:47.110570+00:00 heroku[run.7697]: Process exited with status 2
60
+
61
+
62
+
63
+ 2021-07-21T09:00:47.172615+00:00 heroku[run.7697]: State changed from up to complete
64
+
65
+
66
+
67
+ 2021-07-21T09:01:21.726730+00:00 heroku[router]: at=info code=H81 desc="Blank app" method=GET path="/" host=cvslog.herokuapp.com request_id=556b034f-8ca7-4af9-86ce-3d831eeddb2c fwd="34.226.155.4" dyno= connect= service= status=502 bytes= protocol=http
68
+
69
+
70
+
71
+ 2021-07-21T09:01:26.116250+00:00 heroku[router]: at=info code=H81 desc="Blank app" method=GET path="/" host=cvslog.herokuapp.com request_id=605e1054-ad0b-4efb-b4a4-2b987ccf8558 fwd="103.5.140.157" dyno= connect= service= status=502 bytes= protocol=https
72
+
73
+
74
+
75
+ 2021-07-21T09:01:26.794906+00:00 heroku[router]: at=info code=H81 desc="Blank app" method=GET path="/favicon.ico" host=cvslog.herokuapp.com request_id=e2b52791-ceaf-43a4-a3cc-6999f349ac95 fwd="103.5.140.157" dyno= connect= service= status=502 bytes= protocol=https
76
+
77
+
78
+
79
+ 2021-07-21T09:20:16.612127+00:00 heroku[router]: at=info code=H81 desc="Blank app" method=GET path="/" host=cvslog.herokuapp.com request_id=5856e011-a8fc-4976-a730-7370b5f3ad03 fwd="103.5.140.157" dyno= connect= service= status=502 bytes= protocol=https
80
+
81
+
82
+
83
+ 2021-07-21T09:20:16.930653+00:00 heroku[router]: at=info code=H81 desc="Blank app" method=GET path="/favicon.ico" host=cvslog.herokuapp.com request_id=f346ff09-ed99-4925-9fd9-18e3818b062b fwd="103.5.140.157" dyno= connect= service= status=502 bytes= protocol=https
84
+
85
+
86
+
87
+ 2021-07-21T09:30:15.660557+00:00 heroku[router]: at=info code=H81 desc="Blank app" method=GET path="/robots.txt" host=cvslog.herokuapp.com request_id=742a4ba4-27de-4cea-89bc-dfb6c530fd41 fwd="147.92.153.15" dyno= connect= service= status=502 bytes= protocol=https
88
+
89
+
90
+
91
+ 2021-07-21T09:30:20.274626+00:00 heroku[router]: at=info code=H81 desc="Blank app" method=GET path="/" host=cvslog.herokuapp.com request_id=d8ea5f4c-3fac-4f51-8274-e8ce3b49f666 fwd="147.92.153.18" dyno= connect= service= status=502 bytes= protocol=https
92
+
93
+
94
+
95
+ 2021-07-21T09:36:26.914905+00:00 heroku[router]: at=info code=H81 desc="Blank app" method=GET path="/" host=cvslog.herokuapp.com request_id=3bac324a-4c3a-48b0-97c8-a7db8386b2c1 fwd="54.201.51.99" dyno= connect= service= status=502 bytes= protocol=https
96
+
97
+
98
+
99
+
100
+
101
+ ```
102
+
103
+
104
+
49
105
  模索したものの自分の力でなんとか推測できることはやりました。経験豊かな皆様のお力をぜひお借りしたいです。よろしくお願いいたします。

1

先行事例紹介

2021/07/21 09:42

投稿

Kazuhiro-ch
Kazuhiro-ch

スコア85

test CHANGED
File without changes
test CHANGED
@@ -40,4 +40,10 @@
40
40
 
41
41
 
42
42
 
43
+ ###追記
44
+
45
+ [こちら](https://teratail.com/questions/119909?link=qa_related_pc)で同様のケースがあったようです。空き容量を確認したところ問題はありませんでした。
46
+
47
+
48
+
43
49
  模索したものの自分の力でなんとか推測できることはやりました。経験豊かな皆様のお力をぜひお借りしたいです。よろしくお願いいたします。