I can not deploy my streamlit app with heroku

please can you help me with this problem
http://172.19.4.10:8501

2020-11-16T14:49:43.261541+00:00 app[web.1]: External URL:

2020-11-16T14:49:43.261616+00:00 app[web.1]:

2020-11-16T14:50:38.086363+00:00 heroku[web.1]: Error R10 (Boot timeout) -> Web process failed to bind to $PORT within 60 seconds of launch

2020-11-16T14:50:38.106621+00:00 heroku[web.1]: Stopping process with SIGKILL

2020-11-16T14:50:38.172798+00:00 heroku[web.1]: Process exited with status 137

2020-11-16T14:50:38.219638+00:00 heroku[web.1]: State changed from starting to crashed

2020-11-16T14:50:39.418637+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=hamza-concrete.herokuapp.com request_id=c7ae14ca-31d2-4cd4-a3ea-00bddad55cbb fwd="5.1.111.243" dyno= connect= service= status=503 bytes= protocol=https

2020-11-16T14:51:56.491685+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=hamza-concrete.herokuapp.com request_id=3d716f06-7721-47e3-a503-64bafe00492f fwd="5.1.111.243" dyno= connect= service= status=503 bytes= protocol=https

2020-11-16T14:51:56.865625+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=hamza-concrete.herokuapp.com request_id=f037a1e6-9e17-498c-8f19-6b76eec2a635 fwd="5.1.111.243" dyno= connect= service= status=503 bytes= protocol=https

*his is my github https://github.com/hamza19901990

This is the same old song for everyone. I suppose that the first time you install streamlit you will be prompted to enter your email address for updates, remember? After some time the server times out . Hence, gives you a 503.

Hey

I have created a video on deploying streamlit apps on heroku
Here is the link: https://www.youtube.com/watch?v=7_TKSXl6OEs&list=PL_drzcX_ki743X4FE7HIti05TLIdbirAn

Hope this solves your problem !

1 Like