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

There was a problem with the requested skill's response #2 #236

Closed
lordfiSh opened this issue Jun 29, 2018 · 1 comment
Closed

There was a problem with the requested skill's response #2 #236

lordfiSh opened this issue Jun 29, 2018 · 1 comment

Comments

@lordfiSh
Copy link

lordfiSh commented Jun 29, 2018

I ask in the Test Console: "play samurai by wilkinson from gee music" and i get "There was a problem with the requested skill's response"

{
"body": {
"version": "1.0",
"response": {
"outputSpeech": {
"type": "PlainText",
"text": "Playing Samurai by Wilkinson"
},
"card": {
"type": "Standard",
"title": "Playing Samurai by Wilkinson",
"text": "",
"image": {
"smallImageUrl": "https://lh3.googleusercontent.com/eTwgZ0bkdjiXkfYtrnxQzg_HtwRUx8Y99thRWQ6-Vk7Hfi68l7HWR2dgtkC_ZuAehpWz85Yx",
"largeImageUrl": "https://lh3.googleusercontent.com/eTwgZ0bkdjiXkfYtrnxQzg_HtwRUx8Y99thRWQ6-Vk7Hfi68l7HWR2dgtkC_ZuAehpWz85Yx"
}
},
"directives": [
{
"type": "AudioPlayer.Play",
"playBehavior": "REPLACE_ALL",
"audioItem": {
"stream": {
"token": "233343457b7b7-945a-445f6a-8506-75818342343d",
"url": "https://music.some.tld/alexa/stream/Tmivndmh5g3rddfcltvr4y",
"offsetInMilliseconds": 0
}
}
}
],
"shouldEndSession": true
},
"sessionAttributes": {}
}
}

Via Docker logs i get

18:33:18 web.1 | started with pid 8
18:33:20 web.1 | * Running on http://0.0.0.0:5000/ (Press CTRL+C to quit)
18:33:20 web.1 | * Restarting with stat
18:33:20 web.1 | --------------------------------------------------------------------------------
18:33:20 web.1 | DEBUG in music [/geemusic/geemusic/utils/music.py:27]:
18:33:20 web.1 | Fetching library...
18:33:20 web.1 | --------------------------------------------------------------------------------
18:33:22 web.1 | * Debugger is active!
18:33:22 web.1 | * Debugger PIN: 123-123-123
18:33:22 web.1 | --------------------------------------------------------------------------------
18:33:22 web.1 | DEBUG in music [/geemusic/geemusic/utils/music.py:27]:
18:33:22 web.1 | Fetching library...
18:33:22 web.1 | --------------------------------------------------------------------------------
18:33:37 web.1 | 10.0.7.56 - - [29/Jun/2018 18:33:37] "POST /alexa HTTP/1.1" 200 -
18:33:44 web.1 | --------------------------------------------------------------------------------
18:33:44 web.1 | DEBUG in selection [/geemusic/geemusic/intents/selection.py:98]:
18:33:44 web.1 | Fetching song samurai by Wilkinson

Can someone help?

Also: the Dockerfile is missing git

@lordfiSh lordfiSh changed the title There was a problem with the requested skill's response There was a problem with the requested skill's response #2 Jun 29, 2018
@lordfiSh
Copy link
Author

see #220

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

1 participant