• 1
  • 139
  • 140
  • 141(current)
  • 142
  • 143
  • 176
Release Kanzi: Amazon Alexa skill for Kodi
Hi All,
Just wanted to say, that I have successfully set all this up, and it works fine.
Very happy with it - Thank you so much Smile
Reply
I am trying to set it up, but encountered en error with Amazon. When I try to save Interaction model so I can move to next step, I get this Error: There was a problem with your request: There are missing slot values in slot type "SHOWS" for slot "Show" in intent "WhatNewEpisodes".

How to fix it?
Reply
(2017-12-23, 18:08)xp0z3d Wrote: I am trying to set it up, but encountered en error with Amazon. When I try to save Interaction model so I can move to next step, I get this Error: There was a problem with your request: There are missing slot values in slot type "SHOWS" for slot "Show" in intent "WhatNewEpisodes".

How to fix it?
 Do you have anything in the SHOWS slot?
Reply
(2017-12-23, 18:12)jingai Wrote:
(2017-12-23, 18:08)xp0z3d Wrote: I am trying to set it up, but encountered en error with Amazon. When I try to save Interaction model so I can move to next step, I get this Error: There was a problem with your request: There are missing slot values in slot type "SHOWS" for slot "Show" in intent "WhatNewEpisodes".

How to fix it?
 Do you have anything in the SHOWS slot?   
Yeah, a bunch of different shows are listed



edit- I deleted everything in there and started with one slot at a time. so it saved without error this time. 

Another question, what I put in endpoint?
Reply
(2017-12-23, 18:23)xp0z3d Wrote: edit- I deleted everything in there and started with one slot at a time. so it saved without error this time. 

Another question, what I put in endpoint? 
 I can't tell you without knowing how you're setting it up; i.e., where you're hosting the skill.  The README tells you what to put here depending on the hosting provider you choose.
Reply
(2017-12-23, 18:34)jingai Wrote:
(2017-12-23, 18:23)xp0z3d Wrote: edit- I deleted everything in there and started with one slot at a time. so it saved without error this time. 

Another question, what I put in endpoint? 
 I can't tell you without knowing how you're setting it up; i.e., where you're hosting the skill.  The README tells you what to put here depending on the hosting provider you choose. 
I am trying through heroku, and in git guide, all it said was deploy it to heroku and then it says make note of endpoint, but i did not find one.
Reply
(2017-12-23, 18:36)xp0z3d Wrote:
(2017-12-23, 18:34)jingai Wrote:
(2017-12-23, 18:23)xp0z3d Wrote: edit- I deleted everything in there and started with one slot at a time. so it saved without error this time. 

Another question, what I put in endpoint? 
 I can't tell you without knowing how you're setting it up; i.e., where you're hosting the skill.  The README tells you what to put here depending on the hosting provider you choose.  
I am trying through heroku, and in git guide, all it said was deploy it to heroku and then it says make note of endpoint, but i did not find one. 
 After you hit "Deploy App" on Heroku, there's a button to "View".  That's the endpoint.  If you missed that, go to the Dashboard and select your app.  In "Settings" under "Domains and certificates," the "Domain" there is your endpoint.
Reply
(2017-12-23, 18:41)jingai Wrote:
(2017-12-23, 18:36)xp0z3d Wrote:
(2017-12-23, 18:34)jingai Wrote:  I can't tell you without knowing how you're setting it up; i.e., where you're hosting the skill.  The README tells you what to put here depending on the hosting provider you choose.  
I am trying through heroku, and in git guide, all it said was deploy it to heroku and then it says make note of endpoint, but i did not find one.  
 After you hit "Deploy App" on Heroku, there's a button to "View".  That's the endpoint.  If you missed that, go to the Dashboard and select your app.  In "Settings" under "Domains and certificates," the "Domain" there is your endpoint. 
Thank you so much, I found that earlier and added. Now when I run test with text input it gives me an error
"The remote endpoint could not be called, or the response it returned was invalid."

And when I ask my echo, it says "skill took too long to respond or something"

I have checked my port and its open.
Reply
Will need logs from the skill.
Reply
(2017-12-23, 18:49)jingai Wrote: Will need logs from the skill.
 Where do I get logs from?
Reply
(2017-12-23, 18:54)xp0z3d Wrote:
(2017-12-23, 18:49)jingai Wrote: Will need logs from the skill.
 Where do I get logs from? 
 Heroku Dashboard, More->View logs.
Reply
(2017-12-23, 18:57)jingai Wrote:
(2017-12-23, 18:54)xp0z3d Wrote:
(2017-12-23, 18:49)jingai Wrote: Will need logs from the skill.
 Where do I get logs from?   
 Heroku Dashboard, More->View logs.  
2017-12-23T16:49:06.575530+00:00 app[web.1]: File "/app/.heroku/python/lib/python2.7/site-packages/requests/api.py", line 58, in request
2017-12-23T16:49:06.575530+00:00 app[web.1]: return session.request(method=method, url=url, **kwargs)
2017-12-23T16:49:06.575531+00:00 app[web.1]: File "/app/.heroku/python/lib/python2.7/site-packages/requests/sessions.py", line 508, in request
2017-12-23T16:49:06.575531+00:00 app[web.1]: resp = self.send(prep, **send_kwargs)
2017-12-23T16:49:06.575531+00:00 app[web.1]: File "/app/.heroku/python/lib/python2.7/site-packages/requests/sessions.py", line 618, in send
2017-12-23T16:49:06.575532+00:00 app[web.1]: r = adapter.send(request, **kwargs)
2017-12-23T16:49:06.575532+00:00 app[web.1]: File "/app/.heroku/python/lib/python2.7/site-packages/requests/adapters.py", line 496, in send
2017-12-23T16:49:06.575533+00:00 app[web.1]: raise ConnectTimeout(e, request=request)
2017-12-23T16:49:06.575534+00:00 app[web.1]: ConnectTimeout: HTTPConnectionPool(host='10.0.0.9', port=3721): Max retries exceeded with url: /jsonrpc (Caused by ConnectTimeoutError(<urllib3.connection.HTTPConnection object at 0x7f6078dd1290>, 'Connection to 10.0.0.9 timed out. (connect timeout=10)'))
2017-12-23T16:49:06.680384+00:00 heroku[router]: at=info method=POST path="/" host=kodiskill.herokuapp.com request_id=36e74548-0795-46d5-abd3-20cbabd89b00 fwd="72.21.217.129" dyno=web.1 connect=1ms service=34ms status=200 bytes=161 protocol=https
2017-12-23T16:49:06.578053+00:00 heroku[router]: at=info method=POST path="/" host=kodiskill.herokuapp.com request_id=313b50c5-3403-474a-938b-ba1f21c04ce5 fwd="72.21.217.129" dyno=web.1 connect=1ms service=10087ms status=500 bytes=456 protocol=https
Reply
Code:
Connection to 10.0.0.9 timed out. (connect timeout=10)

10.0.0.9 is not a valid IP.  You have to use your public/internet IP address.  Even better, use a dynamic DNS service if your IP address is not static -- most residential ISPs don't give static IPs.

This section in the README explains what you need to do.
Reply
(2017-12-23, 19:04)jingai Wrote:
Code:
Connection to 10.0.0.9 timed out. (connect timeout=10)

10.0.0.9 is not a valid IP.  You have to use your public/internet IP address.  Even better, use a dynamic DNS service if your IP address is not static -- most residential ISPs don't give static IPs.

This section in the README explains what you need to do. 
 I got a dynamic DNS, where should I replace IP with it?
Reply
Heroku dashboard->Settings->Config Variables->Reveal config vars.  Click the pencil icon next to KODI_ADDRESS and change it there.
Reply
  • 1
  • 139
  • 140
  • 141(current)
  • 142
  • 143
  • 176

Logout Mark Read Team Forum Stats Members Help
Kanzi: Amazon Alexa skill for Kodi15