timwah / pokeslack

Get Slack messages posted to a #pokealert channel about rare Pokemon close to you
MIT License
38 stars 29 forks source link

Heroku error after deployment #22

Open jetlej opened 7 years ago

jetlej commented 7 years ago

2016-07-29T18:41:45.600447+00:00 heroku[router]: at=error code=H14 desc="No web processes running" method=GET path="/favicon.ico" host=pokeslack-lorimer.herokuapp.com request_id=fce235aa-8da7-47bc-9f6e-307e78191f1a fwd="74.64.43.204" dyno= connect= service= status=503 bytes=

Any ideas on how to fix this?

timwah commented 7 years ago

Hey there, there is actually no web interface for this, so the Heroku Dyno you want to start is worker. You can enable one in the Heroku dashboard for your app.

jetlej commented 7 years ago

@timwah - Oh okay, well a worker was created by default. Is there anything else required, or a way to debug?

screen shot 2016-08-02 at 10 14 25 am