質問編集履歴
1
エラーログの追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -18,4 +18,10 @@
|
|
18
18
|
ソースの内容をうまく動いた時のものにしても
|
19
19
|
動かなかったので、ソースのせいではなさそうです。
|
20
20
|
|
21
|
+
エラーはこんな感じです。
|
22
|
+
```
|
23
|
+
2018-03-16T05:57:36.070202+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=pythonai.herokuapp.com request_id=45d776dc-b182-43d8-92b3-be7f03127f70 fwd="116.58.182.191" dyno= connect= service= status=503 bytes= protocol=https
|
24
|
+
2018-03-16T05:57:36.299243+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=pythonai.herokuapp.com request_id=b0a788dd-12df-43d8-acec-c5406faba403 fwd="116.58.182.191" dyno= connect= service= status=503 bytes= protocol=https
|
25
|
+
```
|
26
|
+
|
21
27
|
HerokuでNew Appしてみて試してもだめでした。
|