(2016-10-29, 18:43)newoski Wrote: Hi Guys,
I've tried setting this up twice now, with no luck. I end up getting the "The requested skill took too long to respond" error.
I believe the problem is with Heroku, as I'm unable to access any of the URLs for my app. I get the following error when testing in a browser:
The xxxxx-yyyy-#####-herokuapp.com page isn’t working
I'm completely stumped. Any help would be greatly appreciated!
My logs clearly show a problem, I'm stumped about how to fix it though...
2016-10-29T17:41:53.267084+00:00 app[web.1]: [2016-10-29 17:41:53 +0000] [3] [CRITICAL] WORKER TIMEOUT (pid:12)
2016-10-29T17:41:53.283393+00:00 app[web.1]: [2016-10-29 17:41:53 +0000] [12] [INFO] Worker exiting (pid: 12)
2016-10-29T17:41:53.341412+00:00 app[web.1]: [2016-10-29 17:41:53 +0000] [15] [INFO] Booting worker with pid: 15
2016-10-29T18:14:16.357689+00:00 heroku[web.1]: Idling
2016-10-29T18:14:16.358298+00:00 heroku[web.1]: State changed from up to down
2016-10-29T18:14:20.010432+00:00 heroku[web.1]: Stopping all processes with SIGTERM
2016-10-29T18:14:20.926964+00:00 app[web.1]: [2016-10-29 18:14:20 +0000] [15] [INFO] Worker exiting (pid: 15)
2016-10-29T18:14:20.927527+00:00 app[web.1]: [2016-10-29 18:14:20 +0000] [9] [INFO] Worker exiting (pid: 9)
2016-10-29T18:14:20.928258+00:00 app[web.1]: [2016-10-29 18:14:20 +0000] [3] [INFO] Handling signal: term
2016-10-29T18:14:20.964385+00:00 app[web.1]: [2016-10-29 18:14:20 +0000] [3] [INFO] Shutting down: Master
2016-10-29T18:14:21.075531+00:00 heroku[web.1]: Process exited with status 0
After restarting all Dynos... I get
2016-10-29T18:14:20.964385+00:00 app[web.1]: [2016-10-29 18:14:20 +0000] [3] [INFO] Shutting down: Master
2016-10-29T18:14:21.075531+00:00 heroku[web.1]: Process exited with status 0
2016-10-29T19:47:11.892482+00:00 heroku[web.1]: State changed from down to starting
2016-10-29T19:47:15.235470+00:00 heroku[web.1]: Starting process with command `gunicorn wsgi:application`
2016-10-29T19:47:17.543987+00:00 app[web.1]: [2016-10-29 19:47:17 +0000] [3] [INFO] Starting gunicorn 19.6.0
2016-10-29T19:47:17.544597+00:00 app[web.1]: [2016-10-29 19:47:17 +0000] [3] [INFO] Listening at:
http://0.0.0.0:15627 (3)
2016-10-29T19:47:17.544720+00:00 app[web.1]: [2016-10-29 19:47:17 +0000] [3] [INFO] Using worker: sync
2016-10-29T19:47:17.552478+00:00 app[web.1]: [2016-10-29 19:47:17 +0000] [9] [INFO] Booting worker with pid: 9
2016-10-29T19:47:17.569492+00:00 app[web.1]: [2016-10-29 19:47:17 +0000] [10] [INFO] Booting worker with pid: 10
2016-10-29T19:47:18.830088+00:00 heroku[web.1]: State changed from starting to up
2016-10-29T19:47:39.453056+00:00 heroku[router]: at=info method=GET path="/" host=xxxxx-xxxxx-xxxxx.herokuapp.com request_id=8be1ec2d-1420-4a02-ac8f-38fb30ef3154 fwd="68.80.6.140" dyno=web.1 connect=1ms service=3ms status=502 bytes=141