rosskouk / asknavidrome

An Alexa skill to allow streaming of music from Subsonic API compatible media servers on Amazon Echo devices.
https://rosskouk.github.io/asknavidrome
MIT License
52 stars 7 forks source link

[ISSUE] interaction model failing on Amazon developer #34

Open excetto opened 9 months ago

excetto commented 9 months ago

Describe the issue When following guide, when trying to build the skill, interaction model fails on Amazon website.

Have deleted and re created skill, when testing said skill it says unable to connect.

rosskouk commented 9 months ago

Hi,

Thanks for reporting and issue, this is not something that has been seen or reported before.

When the interaction model fails is there a specific error, or does it just fail to connect to the skill?

If it's a failure to connect the issue is usually due to NAT / port forwarding not being correct or self signed tls certificates being in use.

supertom44 commented 6 months ago

Hi,

I think I have the same problem, whenever I try to build the skill I get an error saying it failed. Unfortunately when I click on it, it just takes me back to the same page with not additional information.

Seems it can't build the model, but I don't know why. image

Happy to provide any further info if I can.

Cheers,

supertom44 commented 6 months ago

I've managed to track it down to this section of the intents json: https://github.com/rosskouk/asknavidrome/blob/70120d23cfa085a4856f63473de9f5e15299bb7b/alexa.json#L127

Not sure why yet, however removing that section allows the skill to build.

rosskouk commented 5 months ago

Hi @supertom44,

Thanks for logging this, I'll attempt to recreated it and see what can be done. Can you confirm if there is any other error or logging from the skill builder or are you just getting "build failed"?

supertom44 commented 5 months ago

Hi @supertom44,

Thanks for logging this, I'll attempt to recreated it and see what can be done. Can you confirm if there is any other error or logging from the skill builder or are you just getting "build failed"?

@rosskouk Unfortunately all I got was build failed, not sure if there is a bug with the AWS console or something because I couldn't get any more information out of it.