python在本地运行良好,但在heroku

时间:2019-05-08 09:27:02

标签: git heroku plotly-dash heroku-cli

在heroku上部署我的应用程序时遇到问题。 我遵循了包括破折号教程和其他一些教程的教程,但仍然无法找出我做错了什么。 我一步一步地做到这一点:

  1. 在部署期间创建一个虚拟环境(使用pipenv)
  2. 代码正确后,我将按需运行所有存储库(freeze >requirements.txt)并锁定我的要求等...
  3. 移至GIT,这是我从未见过的事情:我使用LFS,因为我从MATLAB中获取了一些代码,这些代码带有我的应用加载的大型数据集。
  4. 由于不使用lfs进行推送限制,因此我不使用CLI部署heroku,所以我直接在heroku网站上链接了我的GIThub存储库。
  5. 手动部署分支。

在这个heroku很高兴并部署了我的应用程序之后,但是当我转到Web部署时,发生了一些错误。我试图更新恐龙,但这也不行。

如果有人想部署它,这是我的github存储库:https://github.com/jmbruges/pcV3.git

这是我得到的日志错误:


019-05-08T08:17:37.782961+00:00 app[api]: Release v4 created by user javier.bruges@miun.se

2019-05-08T08:18:12.000000+00:00 app[api]: Build succeeded

2019-05-08T08:18:16.420769+00:00 heroku[router]: at=error code=H14 desc="No web processes running" method=GET path="/" host=pc-poincare-v3.herokuapp.com request_id=7e0bcbda-7e0a-4044-bad3-93b0c3032b2b fwd="193.10.110.224" dyno= connect= service= status=503 bytes= protocol=https

2019-05-08T08:20:14.395096+00:00 app[api]: Starting process with command `heroku ps:scale web=1` by user javier.bruges@miun.se

2019-05-08T08:20:26.411807+00:00 heroku[run.1831]: State changed from starting to up

2019-05-08T08:20:26.213707+00:00 heroku[run.1831]: Awaiting client

2019-05-08T08:20:26.516875+00:00 heroku[run.1831]: Starting process with command `heroku ps:scale web=1`

2019-05-08T08:20:30.827949+00:00 heroku[run.1831]: State changed from up to complete

2019-05-08T08:20:30.809159+00:00 heroku[run.1831]: Process exited with status 127

2019-05-08T08:58:32.680284+00:00 heroku[router]: at=error code=H14 desc="No web processes running" method=GET path="/" host=pc-poincare-v3.herokuapp.com request_id=03606f5e-1d4c-42a8-8f5e-a4ae7a051958 fwd="193.10.110.224" dyno= connect= service= status=503 bytes= protocol=https

Disconnected from log stream. There may be events happening that you do not see here! Attempting to reconnect...

0 个答案:

没有答案