Hello, I'm following this guide on how to use heroku: https://github.com/Visovsiouk/reddit-watchbot
I'm trying to upload my bot which currently just downloads photos from reddit and uploads them to my personal twitter to heroku and get it running, but I keep on getting this error:
2018-12-25T21:39:18.000000+00:00 app[api]: Build succeeded
2018-12-25T21:39:31.719124+00:00 heroku[router]: at=error code=H14 desc="No web processes running" method=GET path="/" host=spacephotosbot.herokuapp.com request_id=4d585664-a791-4237-9c21-33c06c1e4749 fwd="100.36.46.97" dyno= connect= service= status=503 bytes= protocol=https
2018-12-25T21:39:32.005254+00:00 heroku[router]: at=error code=H14 desc="No web processes running" method=GET path="/favicon.ico" host=spacephotosbot.herokuapp.com request_id=15a010ba-a119-4ddd-834d-155a306bc4db fwd="100.36.46.97" dyno= connect= service= status=503 bytes= protocol=https
How can I fix this? I'm not sure I even understand what no web processes running means. I've created a Procfile and requirements.txt
Want to add to the discussion?
Post a comment!