質問編集履歴

3

最新のlogの追加

2020/12/27 05:51

投稿

K.K4
K.K4

スコア0

test CHANGED
File without changes
test CHANGED
@@ -24,77 +24,213 @@
24
24
 
25
25
  ※追加情報
26
26
 
27
- エラーに表記されているheroku logs --tailを実行した結果を追加します。
28
-
29
- ```
30
-
31
- 2020-12-26T02:34:04.067653+00:00 heroku[web.1]: State changed from crashed to starting
32
-
33
- 2020-12-26T02:34:07.614510+00:00 heroku[web.1]: Starting process with command `gunicorn app:app --log-file-`
34
-
35
- 2020-12-26T02:34:10.891718+00:00 app[web.1]: usage: gunicorn [OPTIONS] [APP_MODULE]
36
-
37
- 2020-12-26T02:34:10.891896+00:00 app[web.1]: gunicorn: error: unrecognized arguments: --log-file-
38
-
39
- 2020-12-26T02:34:10.956349+00:00 heroku[web.1]: Process exited with status 2
40
-
41
- 2020-12-26T02:34:10.993342+00:00 heroku[web.1]: State changed from starting to crashed
42
-
43
- 2020-12-26T08:17:56.820320+00:00 heroku[web.1]: State changed from crashed to starting
44
-
45
- 2020-12-26T08:18:01.775007+00:00 heroku[web.1]: Starting process with command `gunicorn app:app --log-file-`
46
-
47
- 2020-12-26T08:18:05.660571+00:00 app[web.1]: usage: gunicorn [OPTIONS] [APP_MODULE]
48
-
49
- 2020-12-26T08:18:05.660843+00:00 app[web.1]: gunicorn: error: unrecognized arguments: --log-file-
50
-
51
- 2020-12-26T08:18:05.777067+00:00 heroku[web.1]: Process exited with status 2
52
-
53
- 2020-12-26T08:18:05.822263+00:00 heroku[web.1]: State changed from starting to crashed
54
-
55
- 2020-12-26T09:37:35.000000+00:00 app[api]: Build started by user e1917034@oit.ac.jp
56
-
57
- 2020-12-26T09:38:06.251510+00:00 app[api]: Deploy af3bf7bd by user e1917034@oit.ac.jp
58
-
59
- 2020-12-26T09:38:06.251510+00:00 app[api]: Release v24 created by user e1917034@oit.ac.jp
60
-
61
- 2020-12-26T09:38:06.503829+00:00 heroku[web.1]: State changed from crashed to starting
62
-
63
- 2020-12-26T09:38:09.624324+00:00 heroku[web.1]: Starting process with command `gunicorn app:app --log-file-`
64
-
65
- 2020-12-26T09:38:11.632570+00:00 app[web.1]: usage: gunicorn [OPTIONS] [APP_MODULE]
66
-
67
- 2020-12-26T09:38:11.632747+00:00 app[web.1]: gunicorn: error: unrecognized arguments: --log-file-
68
-
69
- 2020-12-26T09:38:11.700673+00:00 heroku[web.1]: Process exited with status 2
70
-
71
- 2020-12-26T09:38:11.733354+00:00 heroku[web.1]: State changed from starting to crashed
72
-
73
- 2020-12-26T09:38:11.736809+00:00 heroku[web.1]: State changed from crashed to starting
74
-
75
- 2020-12-26T09:38:14.000000+00:00 app[api]: Build succeeded
76
-
77
- 2020-12-26T09:38:16.990374+00:00 heroku[web.1]: Starting process with command `gunicorn app:app --log-file-`
78
-
79
- 2020-12-26T09:38:20.322423+00:00 app[web.1]: usage: gunicorn [OPTIONS] [APP_MODULE]
80
-
81
- 2020-12-26T09:38:20.322617+00:00 app[web.1]: gunicorn: error: unrecognized arguments: --log-file-
82
-
83
- 2020-12-26T09:38:20.440422+00:00 heroku[web.1]: Process exited with status 2
84
-
85
- 2020-12-26T09:38:20.511801+00:00 heroku[web.1]: State changed from starting to crashed
86
-
87
- 2020-12-26T09:38:37.829571+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=kyunai2.herokuapp.com request_id=2cca9370-7b92-4b34-a666-582cb8d5e2c7 fwd="113.153.101.89" dyno= connect= service= status=503 bytes= protocol=https
88
-
89
- 2020-12-26T09:39:03.096795+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=kyunai2.herokuapp.com request_id=275f7716-8e67-42f4-a344-fbe27483c9b1 fwd="113.153.101.89" dyno= connect= service= status=503 bytes= protocol=https
90
-
91
- ```
92
-
93
-
94
-
95
-
96
-
97
-
27
+ 最新のheroku logs --tailを追加します。
28
+
29
+
30
+
31
+ ```
32
+
33
+ 2020-12-27T05:22:29.122077+00:00 app[web.1]: [2020-12-27 05:22:29 +0000] [8] [INFO] Booting worker with pid: 8
34
+
35
+ : [2020-12-27 05:22:29 +0000] [8] [ERROR] Exception in worker process
36
+
37
+ : Traceback (most recent call last):
38
+
39
+ : File "/app/.heroku/python/lib/python3.9/site-packages/gunicorn/arbiter.py", line 583, in spawn_worker
40
+
41
+ : worker.init_process()
42
+
43
+ : File "/app/.heroku/python/lib/python3.9/site-packages/gunicorn/workers/base.py", line 119, in init_process
44
+
45
+ : self.load_wsgi()
46
+
47
+ : File "/app/.heroku/python/lib/python3.9/site-packages/gunicorn/workers/base.py", line 144, in load_wsgi
48
+
49
+ : self.wsgi = self.app.wsgi()
50
+
51
+ : File "/app/.heroku/python/lib/python3.9/site-packages/gunicorn/app/base.py", line 67, in wsgi
52
+
53
+ : self.callable = self.load()
54
+
55
+ : File "/app/.heroku/python/lib/python3.9/site-packages/gunicorn/app/wsgiapp.py", line 49, in load
56
+
57
+ : return self.load_wsgiapp()
58
+
59
+ : File "/app/.heroku/python/lib/python3.9/site-packages/gunicorn/app/wsgiapp.py", line 39, in load_wsgiapp
60
+
61
+ : return util.import_app(self.app_uri)
62
+
63
+ : File "/app/.heroku/python/lib/python3.9/site-packages/gunicorn/util.py", line 358, in import_app
64
+
65
+ : mod = importlib.import_module(module)
66
+
67
+ : File "/app/.heroku/python/lib/python3.9/importlib/__init__.py", line 127, in import_module
68
+
69
+ : return _bootstrap._gcd_import(name[level:], package, level)
70
+
71
+ : File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
72
+
73
+ : File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
74
+
75
+ : File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
76
+
77
+ : File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
78
+
79
+ : File "<frozen importlib._bootstrap_external>", line 786, in exec_module
80
+
81
+ : File "<frozen importlib._bootstrap_external>", line 923, in get_code
82
+
83
+ : File "<frozen importlib._bootstrap_external>", line 853, in source_to_code
84
+
85
+ : File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
86
+
87
+ : File "/app/app.py", line 13
88
+
89
+ : app.run(debug=False, host='0.0.0.0', port=int(os.environ.get('PORT', 5000)))
90
+
91
+ : ^
92
+
93
+ : IndentationError: expected an indented block
94
+
95
+ : [2020-12-27 05:22:29 +0000] [8] [INFO] Worker exiting (pid: 8)
96
+
97
+ : [2020-12-27 05:22:29 +0000] [9] [INFO] Booting worker with pid: 9
98
+
99
+ : [2020-12-27 05:22:29 +0000] [9] [ERROR] Exception in worker process
100
+
101
+ : Traceback (most recent call last):
102
+
103
+ : File "/app/.heroku/python/lib/python3.9/site-packages/gunicorn/arbiter.py", line 583, in spawn_worker
104
+
105
+ : worker.init_process()
106
+
107
+ : File "/app/.heroku/python/lib/python3.9/site-packages/gunicorn/workers/base.py", line 119, in init_process
108
+
109
+ : self.load_wsgi()
110
+
111
+ : File "/app/.heroku/python/lib/python3.9/site-packages/gunicorn/workers/base.py", line 144, in load_wsgi
112
+
113
+ : self.wsgi = self.app.wsgi()
114
+
115
+ : File "/app/.heroku/python/lib/python3.9/site-packages/gunicorn/app/base.py", line 67, in wsgi
116
+
117
+ : self.callable = self.load()
118
+
119
+ : File "/app/.heroku/python/lib/python3.9/site-packages/gunicorn/app/wsgiapp.py", line 49, in load
120
+
121
+ : return self.load_wsgiapp()
122
+
123
+ : File "/app/.heroku/python/lib/python3.9/site-packages/gunicorn/app/wsgiapp.py", line 39, in load_wsgiapp
124
+
125
+ : return util.import_app(self.app_uri)
126
+
127
+ : File "/app/.heroku/python/lib/python3.9/site-packages/gunicorn/util.py", line 358, in import_app
128
+
129
+ : mod = importlib.import_module(module)
130
+
131
+ : File "/app/.heroku/python/lib/python3.9/importlib/__init__.py", line 127, in import_module
132
+
133
+ : return _bootstrap._gcd_import(name[level:], package, level)
134
+
135
+ : File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
136
+
137
+ : File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
138
+
139
+ : File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
140
+
141
+ : File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
142
+
143
+ : File "<frozen importlib._bootstrap_external>", line 786, in exec_module
144
+
145
+ : File "<frozen importlib._bootstrap_external>", line 923, in get_code
146
+
147
+ : File "<frozen importlib._bootstrap_external>", line 853, in source_to_code
148
+
149
+ : File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
150
+
151
+ : File "/app/app.py", line 13
152
+
153
+ : app.run(debug=False, host='0.0.0.0', port=int(os.environ.get('PORT', 5000)))
154
+
155
+ : ^
156
+
157
+ : IndentationError: expected an indented block
158
+
159
+ : [2020-12-27 05:22:29 +0000] [9] [INFO] Worker exiting (pid: 9)
160
+
161
+ : Traceback (most recent call last):
162
+
163
+ : File "/app/.heroku/python/lib/python3.9/site-packages/gunicorn/arbiter.py", line 209, in run
164
+
165
+ : self.sleep()
166
+
167
+ : File "/app/.heroku/python/lib/python3.9/site-packages/gunicorn/arbiter.py", line 357, in sleep
168
+
169
+ : ready = select.select([self.PIPE[0]], [], [], 1.0)
170
+
171
+ : File "/app/.heroku/python/lib/python3.9/site-packages/gunicorn/arbiter.py", line 242, in handle_chld
172
+
173
+ : self.reap_workers()
174
+
175
+ : File "/app/.heroku/python/lib/python3.9/site-packages/gunicorn/arbiter.py", line 525, in reap_workers
176
+
177
+ : raise HaltServer(reason, self.WORKER_BOOT_ERROR)
178
+
179
+ : gunicorn.errors.HaltServer: <HaltServer 'Worker failed to boot.' 3>
180
+
181
+ :
182
+
183
+ : During handling of the above exception, another exception occurred:
184
+
185
+ :
186
+
187
+ : Traceback (most recent call last):
188
+
189
+ : File "/app/.heroku/python/bin/gunicorn", line 8, in <module>
190
+
191
+ : sys.exit(run())
192
+
193
+ : File "/app/.heroku/python/lib/python3.9/site-packages/gunicorn/app/wsgiapp.py", line 58, in run
194
+
195
+ : WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()
196
+
197
+ : File "/app/.heroku/python/lib/python3.9/site-packages/gunicorn/app/base.py", line 228, in run
198
+
199
+ : super().run()
200
+
201
+ : File "/app/.heroku/python/lib/python3.9/site-packages/gunicorn/app/base.py", line 72, in run
202
+
203
+ : Arbiter(self).run()
204
+
205
+ : File "/app/.heroku/python/lib/python3.9/site-packages/gunicorn/arbiter.py", line 229, in run
206
+
207
+ : self.halt(reason=inst.reason, exit_status=inst.exit_status)
208
+
209
+ : File "/app/.heroku/python/lib/python3.9/site-packages/gunicorn/arbiter.py", line 342, in halt
210
+
211
+ : self.stop()
212
+
213
+ : File "/app/.heroku/python/lib/python3.9/site-packages/gunicorn/arbiter.py", line 393, in stop
214
+
215
+ : time.sleep(0.1)
216
+
217
+ : File "/app/.heroku/python/lib/python3.9/site-packages/gunicorn/arbiter.py", line 242, in handle_chld
218
+
219
+ : self.reap_workers()
220
+
221
+ : File "/app/.heroku/python/lib/python3.9/site-packages/gunicorn/arbiter.py", line 525, in reap_workers
222
+
223
+ : raise HaltServer(reason, self.WORKER_BOOT_ERROR)
224
+
225
+ 2020-12-27T05:22:29.206571+00:00 app[web.1]: gunicorn.errors.HaltServer: <HaltServer 'Worker failed to boot.' 3>
226
+
227
+ 2020-12-27T05:22:29.307883+00:00 heroku[web.1]: Process exited with status 1
228
+
229
+ 2020-12-27T05:22:29.357867+00:00 heroku[web.1]: State changed from starting to crashed
230
+
231
+ 2020-12-27T05:22:41.286778+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=kyunai2.herokuapp.com request_id=cc7a5864-553c-4a66-885f-ce92e04c93a1 fwd="113.153.101.89" dyno= connect= service= status=503 bytes= protocol=https
232
+
233
+ ```
98
234
 
99
235
  ### 該当のソースコード
100
236
 
@@ -199,61 +335,3 @@
199
335
  アプリ側のこの写真のところで何かすることがありますか?
200
336
 
201
337
  ![イメージ説明](1c6bee24a6219854c78247afd216effe.png)
202
-
203
-
204
-
205
- ビルドログ
206
-
207
- ```
208
-
209
- -----> Python app detected
210
-
211
- -----> Installing python-3.6.12
212
-
213
- -----> Installing pip 20.1.1, setuptools 47.1.1 and wheel 0.34.2
214
-
215
- -----> Installing SQLite3
216
-
217
- -----> Installing requirements with pip
218
-
219
- Collecting click==7.1.2
220
-
221
- Downloading click-7.1.2-py2.py3-none-any.whl (82 kB)
222
-
223
- Collecting Flask==1.1.2
224
-
225
- Downloading Flask-1.1.2-py2.py3-none-any.whl (94 kB)
226
-
227
- Collecting itsdangerous==1.1.0
228
-
229
- Downloading itsdangerous-1.1.0-py2.py3-none-any.whl (16 kB)
230
-
231
- Collecting Jinja2==2.11.2
232
-
233
- Downloading Jinja2-2.11.2-py2.py3-none-any.whl (125 kB)
234
-
235
- Collecting MarkupSafe==1.1.1
236
-
237
- Downloading MarkupSafe-1.1.1-cp36-cp36m-manylinux1_x86_64.whl (27 kB)
238
-
239
- Collecting Werkzeug==1.0.1
240
-
241
- Downloading Werkzeug-1.0.1-py2.py3-none-any.whl (298 kB)
242
-
243
- Installing collected packages: click, MarkupSafe, Jinja2, itsdangerous, Werkzeug, Flask
244
-
245
- Successfully installed Flask-1.1.2 Jinja2-2.11.2 MarkupSafe-1.1.1 Werkzeug-1.0.1 click-7.1.2 itsdangerous-1.1.0
246
-
247
- -----> Discovering process types
248
-
249
- Procfile declares types -> web
250
-
251
- -----> Compressing...
252
-
253
- Done: 50.8M
254
-
255
- -----> Launching...
256
-
257
- Released v3
258
-
259
- https://kyunai2.herokuapp.com/ deployed to Heroku```

2

写真の追加

2020/12/27 05:51

投稿

K.K4
K.K4

スコア0

test CHANGED
File without changes
test CHANGED
@@ -136,7 +136,7 @@
136
136
 
137
137
  ```ここに言語を入力
138
138
 
139
- web: gunicorn app:app --log-file--
139
+ web: gunicorn app:app --log-file=-
140
140
 
141
141
  ```
142
142
 
@@ -192,6 +192,14 @@
192
192
 
193
193
  VSCode : 1.52.1
194
194
 
195
+ ※追記
196
+
197
+ Procfileに問題があることが分かったのですが元の記事のようにしてもエラーが出ます
198
+
199
+ アプリ側のこの写真のところで何かすることがありますか?
200
+
201
+ ![イメージ説明](1c6bee24a6219854c78247afd216effe.png)
202
+
195
203
 
196
204
 
197
205
  ビルドログ

1

logの追加、コードを編集

2020/12/26 14:15

投稿

K.K4
K.K4

スコア0

test CHANGED
File without changes
test CHANGED
@@ -22,22 +22,94 @@
22
22
 
23
23
 
24
24
 
25
+ ※追加情報
26
+
27
+ エラーに表記されているheroku logs --tailを実行した結果を追加します。
28
+
29
+ ```
30
+
31
+ 2020-12-26T02:34:04.067653+00:00 heroku[web.1]: State changed from crashed to starting
32
+
33
+ 2020-12-26T02:34:07.614510+00:00 heroku[web.1]: Starting process with command `gunicorn app:app --log-file-`
34
+
35
+ 2020-12-26T02:34:10.891718+00:00 app[web.1]: usage: gunicorn [OPTIONS] [APP_MODULE]
36
+
37
+ 2020-12-26T02:34:10.891896+00:00 app[web.1]: gunicorn: error: unrecognized arguments: --log-file-
38
+
39
+ 2020-12-26T02:34:10.956349+00:00 heroku[web.1]: Process exited with status 2
40
+
41
+ 2020-12-26T02:34:10.993342+00:00 heroku[web.1]: State changed from starting to crashed
42
+
43
+ 2020-12-26T08:17:56.820320+00:00 heroku[web.1]: State changed from crashed to starting
44
+
45
+ 2020-12-26T08:18:01.775007+00:00 heroku[web.1]: Starting process with command `gunicorn app:app --log-file-`
46
+
47
+ 2020-12-26T08:18:05.660571+00:00 app[web.1]: usage: gunicorn [OPTIONS] [APP_MODULE]
48
+
49
+ 2020-12-26T08:18:05.660843+00:00 app[web.1]: gunicorn: error: unrecognized arguments: --log-file-
50
+
51
+ 2020-12-26T08:18:05.777067+00:00 heroku[web.1]: Process exited with status 2
52
+
53
+ 2020-12-26T08:18:05.822263+00:00 heroku[web.1]: State changed from starting to crashed
54
+
55
+ 2020-12-26T09:37:35.000000+00:00 app[api]: Build started by user e1917034@oit.ac.jp
56
+
57
+ 2020-12-26T09:38:06.251510+00:00 app[api]: Deploy af3bf7bd by user e1917034@oit.ac.jp
58
+
59
+ 2020-12-26T09:38:06.251510+00:00 app[api]: Release v24 created by user e1917034@oit.ac.jp
60
+
61
+ 2020-12-26T09:38:06.503829+00:00 heroku[web.1]: State changed from crashed to starting
62
+
63
+ 2020-12-26T09:38:09.624324+00:00 heroku[web.1]: Starting process with command `gunicorn app:app --log-file-`
64
+
65
+ 2020-12-26T09:38:11.632570+00:00 app[web.1]: usage: gunicorn [OPTIONS] [APP_MODULE]
66
+
67
+ 2020-12-26T09:38:11.632747+00:00 app[web.1]: gunicorn: error: unrecognized arguments: --log-file-
68
+
69
+ 2020-12-26T09:38:11.700673+00:00 heroku[web.1]: Process exited with status 2
70
+
71
+ 2020-12-26T09:38:11.733354+00:00 heroku[web.1]: State changed from starting to crashed
72
+
73
+ 2020-12-26T09:38:11.736809+00:00 heroku[web.1]: State changed from crashed to starting
74
+
75
+ 2020-12-26T09:38:14.000000+00:00 app[api]: Build succeeded
76
+
77
+ 2020-12-26T09:38:16.990374+00:00 heroku[web.1]: Starting process with command `gunicorn app:app --log-file-`
78
+
79
+ 2020-12-26T09:38:20.322423+00:00 app[web.1]: usage: gunicorn [OPTIONS] [APP_MODULE]
80
+
81
+ 2020-12-26T09:38:20.322617+00:00 app[web.1]: gunicorn: error: unrecognized arguments: --log-file-
82
+
83
+ 2020-12-26T09:38:20.440422+00:00 heroku[web.1]: Process exited with status 2
84
+
85
+ 2020-12-26T09:38:20.511801+00:00 heroku[web.1]: State changed from starting to crashed
86
+
87
+ 2020-12-26T09:38:37.829571+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=kyunai2.herokuapp.com request_id=2cca9370-7b92-4b34-a666-582cb8d5e2c7 fwd="113.153.101.89" dyno= connect= service= status=503 bytes= protocol=https
88
+
89
+ 2020-12-26T09:39:03.096795+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=kyunai2.herokuapp.com request_id=275f7716-8e67-42f4-a344-fbe27483c9b1 fwd="113.153.101.89" dyno= connect= service= status=503 bytes= protocol=https
90
+
91
+ ```
92
+
93
+
94
+
25
95
 
26
96
 
27
97
 
28
98
 
29
99
  ### 該当のソースコード
30
100
 
101
+ コードを新しくしたので新しく編集します
102
+
31
103
  app.py
32
104
 
33
105
 
34
106
 
35
107
  ```ここに言語を入力
36
108
 
37
- # -*- coding: utf-8 -*-
38
-
39
109
  from flask import Flask
40
110
 
111
+ import os
112
+
41
113
 
42
114
 
43
115
  app = Flask(__name__)
@@ -54,50 +126,62 @@
54
126
 
55
127
  if __name__ == '__main__':
56
128
 
129
+
130
+
131
+ app.run(debug=False, host='0.0.0.0', port=int(os.environ.get('PORT', 5000)))
132
+
133
+ ```
134
+
57
- app.run()
135
+ Procfile
136
+
137
+ ```ここに言語を入力
138
+
139
+ web: gunicorn app:app --log-file--
58
140
 
59
141
  ```
60
142
 
61
143
  requirements.txt
62
144
 
145
+ ```
146
+
147
+ click==7.1.2
148
+
149
+ Flask==1.1.2
150
+
151
+ gunicorn==20.0.4
152
+
153
+ itsdangerous==1.1.0
154
+
155
+ Jinja2==2.11.2
156
+
157
+ MarkupSafe==1.1.1
158
+
159
+ Werkzeug==1.0.1
160
+
161
+ ```
162
+
163
+ runtime.txt
164
+
165
+ ```
166
+
167
+ python-3.9.0
168
+
169
+ ```
170
+
171
+ ### 試したこと
172
+
173
+ gitに正しくアップロードされているか確認するためにgit cloneを行い、ファイルの比較を行った結果、正しくアップロードできていることが確認できました。
174
+
175
+ また、herokuのアプリ管理画面でBuild succeededとなっていることは確認できました
176
+
177
+ 補足情報にビルドログを記述しておきます。
178
+
179
+
180
+
181
+ procfileを以下のように書き換えて実行もしてみましたが、変わらずエラーが出てしまいました。
182
+
63
183
  ```ここに言語を入力
64
184
 
65
- click==7.1.2
66
-
67
- Flask==1.1.2
68
-
69
- itsdangerous==1.1.0
70
-
71
- Jinja2==2.11.2
72
-
73
- MarkupSafe==1.1.1
74
-
75
- Werkzeug==1.0.1
76
-
77
- ```
78
-
79
- Procfile
80
-
81
- ```ここに言語を入力
82
-
83
- web: gunicorn app:app --log-file=-
84
-
85
- ```
86
-
87
- ### 試したこと
88
-
89
- gitに正しくアップロードされているか確認するためにgit cloneを行い、ファイルの比較を行った結果、正しくアップロードできていることが確認できました。
90
-
91
- また、herokuのアプリ管理画面でBuild succeededとなっていることは確認できました
92
-
93
- 補足情報にビルドログを記述しておきます。
94
-
95
-
96
-
97
- procfileを以下のように書き換えて実行もしてみましたが、変わらずエラーが出てしまいました。
98
-
99
- ```ここに言語を入力
100
-
101
185
  web: python app.py
102
186
 
103
187
  ```