stevenleeg / geemusic

A bridge between Google Music and Amazon's Alexa
GNU General Public License v3.0
662 stars 178 forks source link

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

Closed lordfiSh closed 6 years ago

lordfiSh commented 6 years ago

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 commented 6 years ago

see #220