Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

An error occurred: error #15

Closed
akhan23wgu opened this issue Jul 22, 2017 · 2 comments
Closed

An error occurred: error #15

akhan23wgu opened this issue Jul 22, 2017 · 2 comments

Comments

@akhan23wgu
Copy link

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
Copy link
Contributor

jmseaton commented Jul 23, 2017 via email

@akhan23wgu
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants