Open that1guy opened 6 years ago
@josephschmitt Thanks for the help here, man! I love the work you've done!
My other question here is - How do I respond to Alexa-Libby in the Service simulator here? I would love to see the actual error in the Service Request, but I can't respond "Yes." as a next step in the Service Simulator can I?
Just edit the utterance with your response. It'll remember you're in the same session until you hit reset or until the response resets the session itself.
Thanks @josephschmitt I've updated the original comment to have all the data necessary to help us answer this question, I think. Let me know if I forgot anything.
Wow thanks for the detailed info. Based on a quick look the only thing I could see being a problem is you have both a subdomain and a url base. Is your radarr really at radarr.mydomain.net/movies?
Otherwise things look ok. Do you have a root folder set in radarr? That could be another area to look in to.
@josephschmitt
I've tried with and without the URL base - the same issue still occurs, unfortunately.
Also, yes I have a single root folder set up already in Radarr. I'm dubious this is a "root folder" related issue because I get the same error when trying to add movies to Radarr or tv shows to Sonarr.
How can I capture the HTTP POST request made from the Lambada application? That would really help me understand what is going on behind the scenes.
I'm going to dig deeper into Radarr API debugging.
Seems all API calls are working just fine. I just cant add movies to Radarr or shows to Sonarr. Alexa speaks an error to me, "There was a problem with the requested skill's response." Let me walk you though my voice instructions I'm giving to Alexa-Libby:
Me: "Alexa, ask clusterbox to add the movie Meet the Parents to the list"?
Skill Builder's Service Request if I use the AWS service simulator
Radarr logs checking to see if "Meet the Parents" is already in Radarr:
Alexa-Libby Response: "Add Meet the Parents (2000) to your list?"
Skill Builder's Service Response if I use the AWS service simulator
Me: "Yes."
Skill Builder's Service Request if I use the AWS service simulator
Alexa-Libby Error Response: "There was a problem with the requested skill's response"
Skill Builder's Service Response ERROR if I use the AWS service simulator
Here are Radarr logs when the error occurs:
Here are AWS CloudWatch logs when the error occurs. Why do I always see a Sonarr error even when I'm asking to add MOVIES to the list???
FYI, Here is my config file. Notice I'm using subdomains to hit my Sonarr and Radarr API endpoints. Maybe this is causing the issue because I didn't see your sample config mentioning subdomains?
Sonarr & Radarr version
Radar Version: 0.2.0.870
Sonarr Version: 2.0.0.5054