Closed akhan23wgu closed 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 .
I don't know what the real issue was, maybe an screw up in the config file. I redid it, and it works! :)
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" } } }