Развертывание на Heroku Состояние изменено с up на crashed
Я подготовил все требования для развертывания моего проекта (Python Telegram Bot) на heroku:
1- git init
2- git add Professor_Bot.py Procfile requirements.txt
>
Профиль: содержит
web: gunicorn Professor_Bot.wsgi
3- git commit -m "Added Files"
4- git push heroku master
remote: Procfile объявляет типы -> web remote: remote: -----> Сжатие... remote: Выполнено: 183.5M remote: -----> Запуск... remote: Выпущена v20 remote: https://professorbotapp.herokuapp.com/ развернут на Heroku remote: remote: Проверка развертывания... готово. To https://git.heroku.com/professorbotapp.git 05091a2..bbb4e1e master -> master
Я новичок в django, gunicorn и Procfile
Но я вижу две ошибки в логах я не знаю как их решить я много искал:
2021-09-09T21:50:40.076516+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=professorbotapp. herokuapp.com request_id=842e9e7e-fa91-4f77-836e-b31a818fecec fwd="5.0.176.16" dyno= connect= service= status=503 bytes= protocol=https 2021-09-09T21:50:40.400323+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=professorbotapp. herokuapp.com request_id=5207eba6-ddbc-4812-bff4-b0f980d69a16 fwd="5.0.176.16" dyno= connect= service= status=503 bytes= protocol=https
.2021-09-09T21:53:26.281857+00:00 heroku[router]: at=error code=H14 desc="No web processes running" method=GET path="/" host=professorbotapp. herokuapp.com request_id=15b29462-518f-4240-b56c-1fb28e9a9e16 fwd="5.0.176.16" dyno= connect= service= status=503 bytes= protocol=https 2021-09-09T21:53:26.664929+00:00 heroku[router]: at=error code=H14 desc="No web processes running" method=GET path="/favicon.ico" host=professorbotapp. herokuapp.com request_id=d31bbda1-47c4-4a0e-878e-cb01ffaa81b1 fwd="5.0.176.16" dyno= connect= service= status=503 bytes= protocol=https
>.
Может ли кто-нибудь, пожалуйста, помочь мне, что я делаю не так...