josephschmitt / alexa-libby

A skill to ask Alexa about your Movie and TV Show library queues.
https://josephschmitt.github.io/alexa-libby/
MIT License
51 stars 18 forks source link

An error occurred: error #15

Closed akhan23wgu closed 7 years ago

akhan23wgu commented 7 years ago

I might say these are my favorite types of errors! Whenever I request something, I get the response below.

My config has both SSL enabled on sonarr and radarr, different hostnames.

Error response

{ "version": "1.0", "response": { "outputSpeech": { "type": "SSML", "ssml": "An error occured: Error" }, "speechletResponse": { "outputSpeech": { "ssml": "An error occured: Error" }, "directives": [], "shouldEndSession": true } }, "sessionAttributes": {} }

default.json

{ "alexa-libby": { "server": {}, "movies": { "provider": "radarr", "server": { "apiKey": "API string", "hostname": "https://movies.domain.xyz", "port": 443 } "quality": "HD-720p" }, "shows": { "provider": "sonarr", "server": { "apiKey": "API string", "hostname": "https://tv.domain.xyz", "port": 443 } "quality": "HDTV-720p" } } }

jmseaton commented 7 years ago

Not sure if it's related, but if you're using SSL, the cert has to be from a CA that amazon trusts. Any of the big vendors. You can't use self-signed. It took me some time to diagnose myself, and i don't recall the exact error I was getting.


Jared Seaton

twitter.com/jmseaton

On Sat, Jul 22, 2017 at 3:39 PM, Abid Khan notifications@github.com wrote:

I might say these are my favorite types of errors! Whenever I request something, I get the response below.

My config has both SSL enabled on sonarr and radarr, different hostnames.

Error response

{ "version": "1.0", "response": { "outputSpeech": { "type": "SSML", "ssml": "An error occured: Error" }, "speechletResponse": { "outputSpeech": { "ssml": "An error occured: Error" }, "directives": [], "shouldEndSession": true } }, "sessionAttributes": {} }

default.json

{ "alexa-libby": { "server": {}, "movies": { "provider": "radarr", "server": { "apiKey": "API string", "hostname": "https://movies.domain.xyz", "port": 443 } "quality": "HD-720p" }, "shows": { "provider": "sonarr", "server": { "apiKey": "API string", "hostname": "https://tv.domain.xyz", "port": 443 } "quality": "HDTV-720p" } } }

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/josephschmitt/alexa-libby/issues/15, or mute the thread https://github.com/notifications/unsubscribe-auth/ADcqOIORVWae2OfWnTLjZ9B1uYItLvhvks5sQlAAgaJpZM4OgQv3 .

akhan23wgu commented 7 years ago

I don't know what the real issue was, maybe an screw up in the config file. I redid it, and it works! :)