我真的需要你的帮助。 我的应用程序名称是alarm-manager,我有一个mysql数据库,当前位于我的本地主机上。每当我尝试部署该应用程序时(我正在使用heroku),我都会获得这些日志(在代码中),当我尝试进入该网站时,它说: 不允许信息,或“应用程序错误”。显然有一个问题 与我的应用程序。 我看到有关gunicorn包装的错误,但我读到gunicorn确实 在Windows上不起作用。我正在使用Windows。 可以请人帮我第一次部署此应用,我不知道如何解决吗?非常感谢你!
2020-03-23T22:23:26.957835+00:00 app[api]: Release v6 created by user shirlimotro7@gmail.com
2020-03-23T22:23:26.957835+00:00 app[api]: Deploy 77a43bc3 by user shirlimotro7@gmail.com
2020-03-23T22:23:35.653714+00:00 heroku[web.1]: Starting process with command `:gunicorn alarm-manager.wsgi`
2020-03-23T22:23:38.067910+00:00 heroku[web.1]: Process exited with status 127
2020-03-23T22:23:38.082750+00:00 heroku[web.1]: State changed from starting to crashed
2020-03-23T22:23:38.086700+00:00 heroku[web.1]: State changed from crashed to starting
2020-03-23T22:23:37.994083+00:00 app[web.1]: bash: :gunicorn: command not found
2020-03-23T22:23:40.000000+00:00 app[api]: Build succeeded
2020-03-23T22:23:44.604910+00:00 heroku[web.1]: Starting process with command `:gunicorn alarm-manager.wsgi`
2020-03-23T22:23:47.251714+00:00 heroku[web.1]: State changed from starting to crashed
2020-03-23T22:23:47.108337+00:00 app[web.1]: bash: :gunicorn: command not found
2020-03-23T22:23:47.235221+00:00 heroku[web.1]: Process exited with status 127
2020-03-23T22:23:48.258412+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=manager-107.herokuapp.com request_id=49ed5309-e238-424a-afbe-5cee328e4af0 fwd="87.68.68.48" dyno= connect= service= status=503 bytes= protocol=https
2020-03-23T22:23:49.102443+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=manager-107.herokuapp.com request_id=beb755a6-f5e2-4128-a768-6e0a58de3b5f fwd="87.68.68.48" dyno= connect= service= status=503 bytes= protocol=https
2020-03-23T22:26:53.132132+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=manager-107.herokuapp.com request_id=dd3f11e9-fb9f-4b74-9ac7-89fd20f1249f fwd="87.68.68.48" dyno= connect= service= status=503 bytes= protocol=https
2020-03-23T22:26:55.313805+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=manager-107.herokuapp.com request_id=f942f0c3-22cb-437b-b1f1-b55b8155e93c fwd="87.68.68.48" dyno= connect= service= status=503 bytes= protocol=https
2020-03-23T22:26:55.768444+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=manager-107.herokuapp.com request_id=45e88074-0f32-4f45-be2b-1033c638dd17 fwd="87.68.68.48" dyno= connect= service= status=503 bytes= protocol=https
2020-03-23T22:34:51.007678+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=manager-107.herokuapp.com request_id=8f3afe93-2915-448d-8896-f5fdd9e711fe fwd="87.68.68.48" dyno= connect= service= status=503 bytes= protocol=https
2020-03-23T22:45:01.620001+00:00 heroku[web.1]: State changed from crashed to starting
2020-03-23T22:45:08.107720+00:00 heroku[web.1]: Starting process with command `:gunicorn alarm-manager.wsgi`
2020-03-23T22:45:10.211426+00:00 heroku[web.1]: State changed from starting to crashed
2020-03-23T22:45:10.196455+00:00 heroku[web.1]: Process exited with status 127
2020-03-23T22:45:10.152895+00:00 app[web.1]: bash: :gunicorn: command not found
2020-03-23T22:49:30.443132+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=manager-107.herokuapp.com request_id=9d2de025-82d3-42bd-8ceb-9ecb060449b3 fwd="87.68.68.48" dyno= connect= service= status=503 bytes= protocol=https
2020-03-23T22:49:31.458192+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=manager-107.herokuapp.com request_id=c2232511-8cab-4871-b743-34e90fb8afed fwd="87.68.68.48" dyno= connect= service= status=503 bytes= protocol=https
2020-03-23T22:54:06.025950+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=manager-107.herokuapp.com request_id=e0753624-02e8-4e75-a9ce-28b1e4708613 fwd="87.68.68.48" dyno= connect= service= status=503 bytes= protocol=https
2020-03-23T22:54:06.843605+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=manager-107.herokuapp.com request_id=bccf9a97-6635-4b2a-a852-5853222c72df fwd="87.68.68.48" dyno= connect= service= status=503 bytes= protocol=https
2020-03-23T23:29:22.148377+00:00 heroku[web.1]: State changed from crashed to starting
2020-03-23T23:29:28.575389+00:00 heroku[web.1]: Starting process with command `:gunicorn alarm-manager.wsgi`
2020-03-23T23:29:31.023839+00:00 heroku[web.1]: State changed from starting to crashed
2020-03-23T23:29:30.953694+00:00 app[web.1]: bash: :gunicorn: command not found
2020-03-23T23:29:31.008232+00:00 heroku[web.1]: Process exited with status 127
2020-03-24T00:58:45.137253+00:00 heroku[web.1]: State changed from crashed to starting
2020-03-24T00:58:51.721083+00:00 heroku[web.1]: Starting process with command `:gunicorn alarm-manager.wsgi`
2020-03-24T00:58:54.410490+00:00 heroku[web.1]: State changed from starting to crashed
2020-03-24T00:58:54.394550+00:00 heroku[web.1]: Process exited with status 127
2020-03-24T00:58:54.344048+00:00 app[web.1]: bash: :gunicorn: command not found
2020-03-24T03:40:41.307496+00:00 heroku[web.1]: State changed from crashed to starting
2020-03-24T03:40:51.076095+00:00 heroku[web.1]: Starting process with command `:gunicorn alarm-manager.wsgi`
2020-03-24T03:40:54.175956+00:00 heroku[web.1]: Process exited with status 127
2020-03-24T03:40:54.195632+00:00 heroku[web.1]: State changed from starting to crashed
2020-03-24T03:40:54.093874+00:00 app[web.1]: bash: :gunicorn: command not found
2020-03-24T09:08:34.368232+00:00 heroku[web.1]: State changed from crashed to starting
2020-03-24T09:08:41.311883+00:00 heroku[web.1]: Starting process with command `:gunicorn alarm-manager.wsgi`
2020-03-24T09:08:43.769922+00:00 heroku[web.1]: State changed from starting to crashed
2020-03-24T09:08:43.754013+00:00 heroku[web.1]: Process exited with status 127
2020-03-24T09:08:43.693987+00:00 app[web.1]: bash: :gunicorn: command not found
2020-03-24T14:45:04.094676+00:00 heroku[web.1]: State changed from crashed to starting
2020-03-24T14:45:11.544763+00:00 heroku[web.1]: Starting process with command `:gunicorn alarm-manager.wsgi`
2020-03-24T14:45:14.002538+00:00 heroku[web.1]: Process exited with status 127
2020-03-24T14:45:14.021946+00:00 heroku[web.1]: State changed from starting to crashed
2020-03-24T14:45:13.957296+00:00 app[web.1]: bash: :gunicorn: command not found
2020-03-24T20:22:54.986833+00:00 heroku[web.1]: State changed from crashed to starting
2020-03-24T20:23:03.214603+00:00 heroku[web.1]: Starting process with command `:gunicorn alarm-manager.wsgi`
2020-03-24T20:23:05.354367+00:00 heroku[web.1]: State changed from starting to crashed
2020-03-24T20:23:05.337942+00:00 heroku[web.1]: Process exited with status 127
2020-03-24T20:23:05.288684+00:00 app[web.1]: bash: :gunicorn: command not found
2020-03-25T02:15:25.794784+00:00 heroku[web.1]: State changed from crashed to starting
2020-03-25T02:15:31.950343+00:00 heroku[web.1]: Starting process with command `:gunicorn alarm-manager.wsgi`
2020-03-25T02:15:33.805763+00:00 heroku[web.1]: State changed from starting to crashed
2020-03-25T02:15:33.789717+00:00 heroku[web.1]: Process exited with status 127
2020-03-25T02:15:33.736352+00:00 app[web.1]: bash: :gunicorn: command not found
2020-03-25T07:43:58.507730+00:00 heroku[web.1]: State changed from crashed to starting
2020-03-25T07:44:04.747303+00:00 heroku[web.1]: Starting process with command `:gunicorn alarm-manager.wsgi`
2020-03-25T07:44:06.489351+00:00 heroku[web.1]: State changed from starting to crashed
2020-03-25T07:44:06.468617+00:00 heroku[web.1]: Process exited with status 127
2020-03-25T07:44:06.422844+00:00 app[web.1]: bash: :gunicorn: command not found
2020-03-25T13:44:27.904556+00:00 heroku[web.1]: State changed from crashed to starting
2020-03-25T13:44:34.959416+00:00 heroku[web.1]: Starting process with command `:gunicorn alarm-manager.wsgi`
2020-03-25T13:44:37.322023+00:00 heroku[web.1]: State changed from starting to crashed
2020-03-25T13:44:37.250694+00:00 app[web.1]: bash: :gunicorn: command not found
2020-03-25T13:44:37.305344+00:00 heroku[web.1]: Process exited with status 127
2020-03-25T19:25:30.182061+00:00 heroku[web.1]: State changed from crashed to starting
2020-03-25T19:25:39.072202+00:00 heroku[web.1]: Starting process with command `:gunicorn alarm-manager.wsgi`
2020-03-25T19:25:42.054351+00:00 heroku[web.1]: State changed from starting to crashed
2020-03-25T19:25:42.037013+00:00 heroku[web.1]: Process exited with status 127
2020-03-25T19:25:41.964819+00:00 app[web.1]: bash: :gunicorn: command not found
2020-03-26T01:09:32.977218+00:00 heroku[web.1]: State changed from crashed to starting
2020-03-26T01:09:41.206806+00:00 heroku[web.1]: Starting process with command `:gunicorn alarm-manager.wsgi`
2020-03-26T01:09:43.837826+00:00 heroku[web.1]: State changed from starting to crashed
2020-03-26T01:09:43.819267+00:00 heroku[web.1]: Process exited with status 127
2020-03-26T01:09:43.742579+00:00 app[web.1]: bash: :gunicorn: command not found
2020-03-26T07:02:24.001175+00:00 heroku[web.1]: State changed from crashed to starting
2020-03-26T07:02:30.567257+00:00 heroku[web.1]: Starting process with command `:gunicorn alarm-manager.wsgi`
2020-03-26T07:02:33.297095+00:00 heroku[web.1]: State changed from starting to crashed
2020-03-26T07:02:33.284916+00:00 heroku[web.1]: Process exited with status 127
2020-03-26T07:02:33.206813+00:00 app[web.1]: bash: :gunicorn: command not found
2020-03-26T12:54:54.674249+00:00 heroku[web.1]: State changed from crashed to starting
2020-03-26T12:55:00.784928+00:00 heroku[web.1]: Starting process with command `:gunicorn alarm-manager.wsgi`
2020-03-26T12:55:03.384092+00:00 heroku[web.1]: State changed from starting to crashed
2020-03-26T12:55:03.365486+00:00 heroku[web.1]: Process exited with status 127
2020-03-26T12:55:03.301776+00:00 app[web.1]: bash: :gunicorn: command not found
2020-03-26T18:23:26.953825+00:00 heroku[web.1]: State changed from crashed to starting
2020-03-26T18:23:39.600231+00:00 heroku[web.1]: State changed from starting to crashed
2020-03-26T18:23:39.520106+00:00 app[web.1]: bash: :gunicorn: command not found
2020-03-26T20:55:56.856270+00:00 heroku[web.1]: State changed from crashed to down
2020-03-26T20:55:56.802502+00:00 app[api]: Rollback to v4 by user shirlimotro7@gmail.com
2020-03-26T20:55:56.802502+00:00 app[api]: Release v7 created by user shirlimotro7@gmail.com
2020-03-26T21:08:18.588696+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=manager-107.herokuapp.com request_id=a8029952-265e-451c-b587-254bc48cf263 fwd="87.68.68.48" dyno= connect= service= status=503 bytes= protocol=https
2020-03-26T21:08:19.474766+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=manager-107.herokuapp.com request_id=ae357eb6-70d4-447b-af35-ee1cc6db4c0a fwd="87.68.68.48" dyno= connect= service= status=503 bytes= protocol=https