Re: Error H10 while deploying Django project

2018-04-02 Thread Andréas Kühne
Hi,

You need to give us more information. You should be able to get logs from
the python part of the application, because all this is saying currently is
that there is an error in your code (or at least the way heroku expects the
code to be).
A 503 error (which you are getting) means that the python part is not
responding correctly.

Regards,

Andréas

2018-04-02 22:05 GMT+02:00 prince gosavi :

> heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/"
> host=miniprojectcc.herokuapp.com  dyno= connect= service= status=503
> bytes= protocol=http
> ^C(miniproject-wxhZ76U4)
>  heroku ps -a miniprojectcc
> Free dyno hours quota remaining this month: 549h 30m (99%)
>
> === web (Free): gunicorn -t 3000 miniproject.wsgi (1)
> web.1: crashed 2018/04/03 01:20:39 +0530 (~ 5m ago)
> Help please.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at https://groups.google.com/group/django-users.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/django-users/d4c2f92d-e8ef-4ed3-9a38-8c43df5e6db6%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAK4qSCf93NqALfHxiuzT%2BRAknPbB-xPM5JeBmz3g6yz5s5xVHg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Error H10 while deploying Django project

2018-04-02 Thread prince gosavi
heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" 
host=miniprojectcc.herokuapp.com  dyno= connect= service= status=503 bytes= 
protocol=http
^C(miniproject-wxhZ76U4)
 heroku ps -a miniprojectcc
Free dyno hours quota remaining this month: 549h 30m (99%)

=== web (Free): gunicorn -t 3000 miniproject.wsgi (1)
web.1: crashed 2018/04/03 01:20:39 +0530 (~ 5m ago)
Help please.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/d4c2f92d-e8ef-4ed3-9a38-8c43df5e6db6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.