You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: