python - Errors in terminal when deploying to heroku -


i''m brand new stuff , trying deploy simple website using python heroku.

i following error:

 at=error code=h10 desc="app crashed" method=get path=/ host=arcane-lake-2908.herokuapp.com fwd="71.20.1.73" dyno= connect= service= status=503 bytes=  2013-09-03t09:47:58.419844+00:00 heroku[router]: at=error code=h10 desc="app crashed" method=get path=/favicon.ico host=arcane-lake-2908.herokuapp.com fwd="71.20.1.73" dyno=   connect= service= status=503 bytes= 

i see sees "reason worker failed boot".

the last 2 commands ran were: scale web=1 heroku open

your procfile incorrect.

you have like

web: gunicorn hello:app 

you should replace hello name of app


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -