Skip to content
This repository was archived by the owner on Sep 1, 2025. It is now read-only.
This repository was archived by the owner on Sep 1, 2025. It is now read-only.

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

@succo69

Description

@succo69

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions