-
Notifications
You must be signed in to change notification settings - Fork 178
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
"There was a problem with the requested skills response" #240
Comments
I was just using the most recent version of this app yesterday. What are you saying that isn't working? Could you run it through the test portal and copy/paste the error json response? |
Just "null" |
What deployment setup are you using? |
I have the same issue. Alexa is just replying with "There was a problem with the requested skills response". The JSON reponse looks fine to me... any idea?
PS: I have replaced the URL domain with "domain.tld". |
Solved: It is necessary to enable "Audio Player" within the ASK section "Interfaces". A trace of the second HTTP call from Alex showed me the necessary hint...
|
I have the exact same error: "There was a problem with the requested skills response". |
Any debug logs you can share? Do you have the APP_URL set correctly? |
@fergyfresh would it be possible to get some guidance on where I would find those debug logs? I am having the same problem as @bitcraze1 where I have audio player enabled. My APP_URL is also set correctly, with no trailing slash. Here are a couple things that seem helpful. Under the JSON Input section, at the very end, there is this:
JSON Output just says null, however, the hub preview at the bottom does seem to display the artist / a track that I requested, and says something like "Playing Chandelier by Sia" along with album art, but nothing is happening from an audio standpoint. In Heroku, the logs seem to indicate everything is ok:
|
This is what I get when I ask for songs by an artist: 2019-05-17T02:37:47.858954+00:00 app[web.1]: 10.63.114.134 - - [17/May/2019 02:37:47] "POST /alexa HTTP/1.1" 500 - |
@bcerrato What artist? Maybe it couldn't find that artist, either that or they changed the key 'topTracks' in the payload. |
@kevinschultz what did you deploy it with? By logs I mean server logs. It logs to whatever the server logs to. Let me know your deployment method and I can help you figure out how to read the logs. |
@fergyfresh I deployed it via Heroku. Reading a bit, it seems like I need to install this (https://devcenter.heroku.com/articles/heroku-cli) and then follow some instructions here: https://devcenter.heroku.com/articles/logging#log-retrieval Is that about right? If you can point me toward how I might structure the log command, that would help. Thanks for the guidance! |
@kevinschultz it would be So you could do something like Make sense? |
Yup, got it! Here's what I get:
|
Hey,
Pretty much what the title says. I can say "Alexa, open Gee Music" and it will give me the little welcome message but when I try to do anything else I get "There was a problem with the requested skills response". What do I need to provide to get assistance?
I am using the paid version of Google Play Music
Thanks!
The text was updated successfully, but these errors were encountered: