Please i need some help.
I followed the official documentation using heroku and i get the error message "there was a problem with the requested skills response" when i ask alexa to ask "media center" to play a rasndom move.
I copied the logs from the heroku app server below. Please can someone help me
Thanks
2017-08-12T19:11:50.796579+00:00 app[web.1]: Welcome to Kodi.
2017-08-12T19:12:00.773263+00:00 app[web.1]: Sending request to
http://jsonrpc from device amzn1.ask.device.AG4HLWOPENKDUMIPSSB7Z6BPQS4MNYAV5SIIPVBPDKHCEX6ENWHSJVBQKV5UV4EKIH6ENLLGDPRJMP752LPTN56MVADF4EROHK6LOHATLLWQ5CZUPLSNWKZNJHJQFCTJHM5TA7FPXXCLY626ANP65QLGFNQA
2017-08-12T19:12:00.793609+00:00 app[web.1]: [2017-08-12 19:12:00,792] ERROR in app: Exception on / [POST]
2017-08-12T19:12:00.793611+00:00 app[web.1]: Traceback (most recent call last):
2017-08-12T19:12:00.793612+00:00 app[web.1]: File "/app/.heroku/python/lib/python2.7/site-packages/flask/app.py", line 1982, in wsgi_app
2017-08-12T19:12:00.793613+00:00 app[web.1]: response = self.full_dispatch_request()
2017-08-12T19:12:00.793614+00:00 app[web.1]: File "/app/.heroku/python/lib/python2.7/site-packages/flask/app.py", line 1614, in full_dispatch_request
2017-08-12T19:12:00.793614+00:00 app[web.1]: rv = self.handle_user_exception(e)
2017-08-12T19:12:00.793615+00:00 app[web.1]: File "/app/.heroku/python/lib/python2.7/site-packages/flask/app.py", line 1517, in handle_user_exception
2017-08-12T19:12:00.793615+00:00 app[web.1]: reraise(exc_type, exc_value, tb)
2017-08-12T19:12:00.793616+00:00 app[web.1]: File "/app/.heroku/python/lib/python2.7/site-packages/flask/app.py", line 1612, in full_dispatch_request
2017-08-12T19:12:00.793616+00:00 app[web.1]: rv = self.dispatch_request()
2017-08-12T19:12:00.793617+00:00 app[web.1]: File "/app/.heroku/python/lib/python2.7/site-packages/flask/app.py", line 1598, in dispatch_request
2017-08-12T19:12:00.793617+00:00 app[web.1]: return self.view_functions[rule.endpoint](**req.view_args)
2017-08-12T19:12:00.793618+00:00 app[web.1]: File "/app/.heroku/python/lib/python2.7/site-packages/flask_ask/core.py", line 629, in _flask_view_func
2017-08-12T19:12:00.793619+00:00 app[web.1]: result = self._map_intent_to_view_func(self.request.intent)()
2017-08-12T19:12:00.793619+00:00 app[web.1]: File "/app/alexa.py", line 2539, in alexa_what_new_movies
2017-08-12T19:12:00.793619+00:00 app[web.1]: new_movies = kodi.GetUnwatchedMovies()
2017-08-12T19:12:00.793620+00:00 app[web.1]: File "/app/.heroku/python/lib/python2.7/site-packages/kodi_voice/kodi.py", line 1344, in GetUnwatchedMovies
2017-08-12T19:12:00.793621+00:00 app[web.1]: data = self.SendCommand(RPCString("VideoLibrary.GetMovies", {"limits":{"end"
elf.max_unwatched_movies}, "filter":{"field":"playcount", "operator":"lessthan", "value":"1"}, "sort":{"method":"dateadded", "order":"descending"}, "properties":["title", "playcount", "dateadded"]}))
2017-08-12T19:12:00.793622+00:00 app[web.1]: File "/app/.heroku/python/lib/python2.7/site-packages/kodi_voice/kodi.py", line 313, in SendCommand
2017-08-12T19:12:00.793622+00:00 app[web.1]: r = requests.post(url, data=command, auth=(self.username, self.password), timeout=timeout)
2017-08-12T19:12:00.793623+00:00 app[web.1]: File "/app/.heroku/python/lib/python2.7/site-packages/requests/api.py", line 112, in post
2017-08-12T19:12:00.793623+00:00 app[web.1]: return request('post', url, data=data, json=json, **kwargs)
2017-08-12T19:12:00.793624+00:00 app[web.1]: File "/app/.heroku/python/lib/python2.7/site-packages/requests/api.py", line 58, in request
2017-08-12T19:12:00.793624+00:00 app[web.1]: return session.request(method=method, url=url, **kwargs)
2017-08-12T19:12:00.793625+00:00 app[web.1]: File "/app/.heroku/python/lib/python2.7/site-packages/requests/sessions.py", line 508, in request
2017-08-12T19:12:00.793625+00:00 app[web.1]: resp = self.send(prep, **send_kwargs)
2017-08-12T19:12:00.793626+00:00 app[web.1]: File "/app/.heroku/python/lib/python2.7/site-packages/requests/sessions.py", line 618, in send
2017-08-12T19:12:00.793626+00:00 app[web.1]: r = adapter.send(request, **kwargs)
2017-08-12T19:12:00.793626+00:00 app[web.1]: File "/app/.heroku/python/lib/python2.7/site-packages/requests/adapters.py", line 508, in send
2017-08-12T19:12:00.793627+00:00 app[web.1]: raise ConnectionError(e, request=request)
2017-08-12T19:12:00.793628+00:00 app[web.1]: ConnectionError: HTTPConnectionPool(host='http', port=80): Max retries exceeded with url: //jsonrpc (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fc46d11a050>: Failed to establish a new connection: [Errno -2] Name or service not known',))
2017-08-12T19:12:00.798838+00:00 heroku[router]: at=info method=POST path="/" host=shyyour.herokuapp.com request_id=8040b1b5-265a-4ec7-8aea-4d1fb1798817 fwd="72.21.217.176" dyno=web.1 connect=1ms service=50ms status=500 bytes=456 protocol=https
2017-08-12T19:12:00.970256+00:00 heroku[router]: at=info method=POST path="/" host=shyyour.herokuapp.com request_id=87da8bf5-1af7-4e8c-98b8-fbb53b8d3449 fwd="72.21.217.176" dyno=web.1 connect=0ms service=26ms status=200 bytes=161 protocol=https