herukoを使ってpythonのフレームワークbottleを使用したアプリケーションをデプロイしたのですがうまくいきません。
Application error
An error occurred in the application and your page could not be served. If you are the application owner, check your logs for details. You can do this from the Heroku CLI with the command
heroku logs --tail
という画面が出ているのみです。
以下がheroku logs --tailと叩いた場合のログです。
2018-09-27T03:47:03.064865+00:00 app[api]: Enable Logplex by user ユーザー名 2018-09-27T03:47:03.064865+00:00 app[api]: Release v2 created by user ユーザー名 2018-09-27T03:47:33.000000+00:00 app[api]: Build started by user ユーザー名 2018-09-27T03:48:00.174640+00:00 app[api]: Deploy d2e699f1 by user ユーザー名 2018-09-27T03:48:00.197555+00:00 app[api]: Scaled to web@1:Free by user ユーザー名 2018-09-27T03:48:08.000000+00:00 app[api]: Build succeeded 2018-09-27T03:48:09.631013+00:00 heroku[web.1]: Starting process with command `p ython pybot.py` 2018-09-27T03:48:11.564450+00:00 heroku[web.1]: State changed from starting to c rashed 2018-09-27T03:48:11.566754+00:00 heroku[web.1]: State changed from crashed to st arting 2018-09-27T03:48:11.547402+00:00 heroku[web.1]: Process exited with status 0 2018-09-27T03:48:18.235768+00:00 heroku[web.1]: Starting process with command `p ython pybot.py` 2018-09-27T03:48:21.057049+00:00 heroku[web.1]: State changed from starting to c rashed 2018-09-27T03:48:21.045801+00:00 heroku[web.1]: Process exited with status 0 2018-09-27T03:48:41.593518+00:00 heroku[router]: at=error code=H10 desc="App cra shed" method=GET path="/" host=pybotweb.herokuapp.com request_id=8ec671da-6699-4 ae5-a34b-b0df45840294 fwd="175.132.5.100" dyno= connect= service= status=503 byt es= protocol=https 2018-09-27T03:48:41.862291+00:00 heroku[router]: at=error code=H10 desc="App cra shed" method=GET path="/favicon.ico" host=pybotweb.herokuapp.com request_id=de84 8623-bc0b-4e39-ab24-1f555e4bcdea fwd="175.132.5.100" dyno= connect= service= sta tus=503 bytes= protocol=https 2018-09-27T03:49:21.227015+00:00 heroku[router]: at=error code=H10 desc="App cra shed" method=GET path="/" host=pybotweb.herokuapp.com request_id=27c4b3b1-68ec-4 147-b144-4aee4272048c fwd="175.132.5.100" dyno= connect= service= status=503 byt es= protocol=https 2018-09-27T03:49:21.594384+00:00 heroku[router]: at=error code=H10 desc="App cra shed" method=GET path="/favicon.ico" host=pybotweb.herokuapp.com request_id=bcc5 0ef0-c508-431a-91e5-80b98fa248fe fwd="175.132.5.100" dyno= connect= service= sta tus=503 bytes= protocol=https
at=error code=H10 desc="App crashed" という記載はおかしいとは思うのですが、対策がわかりません。
アップロードする内容はいちばんやさしいpython教本に掲載されているbotなのでコード自体がおかしいということはないと思うのですが。
回答2件
あなたの回答
tips
プレビュー