Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid response for interactionModel status from get-skill-status request #285

Open
succo69 opened this issue Feb 2, 2020 · 1 comment

Comments

@succo69
Copy link
Contributor

succo69 commented Feb 2, 2020

i keep on having this response whenever i try to deploy the skill, after 'Deploying skill slot data and intents."
what could it depend on? i read somewhere that it could be a misspelled slot but i can't find any, and i tried to deploy for a different language (putting en, de, es or fr in kodi.config) but the error persists, so it's not tied to the language i'm using. i tried to see if somewhere there was a line with 5 "s in (say, a movie with a " in the title) but couldn't find any, the only thing i can see is that the models json's for every language looks like
{ "name": "AddonGlobalSearch", "samples": [ "cerca {Album}", "cerca {Artist}", "cerca {Movie}", "cerca {Show}", "trova {Album}", "trova {Artist}", "trova {Movie}", "trova {Show}" ], "slots": [ { "name": "Artist", "type": "MUSICARTISTS" }, { "name": "Album", "type": "MUSICALBUMS" }, { "name": "Song", "type": "MUSICSONGS" }, { "name": "Movie", "type": "MOVIES" }, { "name": "Show", "type": "SHOWS" } ] }
so there is an unused slot "Song", could it be that? or what else?

@skaaj4
Copy link

skaaj4 commented Mar 16, 2020

I have the same problem, it seems that all languages can be built except german (which i need).
But if i test the skill with an another language it only says: "There was a problem with the requested skill's response"

I tried it with AWS Lambda and a self hosted docker server, got in both ways the same issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants