herokuでアプリを公開したいのですが、
ターミナルでgit push heroku masterコマンドでデプロイは出来、
ページを開こうとすると下記の画面が出ます。
下記がエラーコードです。
2020-05-24T06:26:10.359066+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=tennis-face-identification.herokuapp.com request_id=5d0efb59-1253-4135-ad15-e7d8149e25d2 fwd="126.140.224.186" dyno= connect= service= status=503 bytes= protocol=https 2020-05-24T06:26:11.203687+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=tennis-face-identification.herokuapp.com request_id=9c13d54a-e10c-4f3c-9c17-6c5b22122710 fwd="126.140.224.186" dyno= connect= service= status=503 bytes= protocol=https 2020-05-24T06:27:04.984610+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=tennis-face-identification.herokuapp.com request_id=7a527088-cd96-4306-a14a-80f5633acd16 fwd="126.140.224.186" dyno= connect= service= status=503 bytes= protocol=https 2020-05-24T06:27:05.363964+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=tennis-face-identification.herokuapp.com request_id=99d45e3b-e9fd-480c-90e6-2d2efa25a750 fwd="126.140.224.186" dyno= connect= service= status=503 bytes= protocol=https 2020-05-24T06:28:43.138852+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=tennis-face-identification.herokuapp.com request_id=0c647d01-ec67-42df-90d6-9d2a7d1c232a fwd="126.140.224.186" dyno= connect= service= status=503 bytes= protocol=https 2020-05-24T06:28:43.465915+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=tennis-face-identification.herokuapp.com request_id=2286c20b-cfb1-4d35-95d6-6104155174bb fwd="126.140.224.186" dyno= connect= service= status=503 bytes= protocol=https 2020-05-24T06:31:29.482705+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=tennis-face-identification.herokuapp.com request_id=23982f04-d9e4-48dd-a1ff-935ebdd148e2 fwd="126.140.224.186" dyno= connect= service= status=503 bytes= protocol=https 2020-05-24T06:31:29.867985+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=tennis-face-identification.herokuapp.com request_id=eaa7cc73-866d-4a7c-be9c-9095a3e63b77 fwd="126.140.224.186" dyno= connect= service= status=503 bytes= protocol=https
事前にローカルでは動作済、またherokuでのリセットも行いましたが改善しませんでした。
ぜひ、ご教授いただければと思います。
よろしくお願い申し上げます。
利用環境
mac python
このエラーメッセージでは何も分からないので、お書きになったアプリのソースなどを貼ってください。
回答1件
あなたの回答
tips
プレビュー