-
Notifications
You must be signed in to change notification settings - Fork 233
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
Invalid Music Service #180
Comments
2017-06-15T18:22:15.927Z 8ec3fc1b-51f7-11e7-96b6-73db4dc77164 Error: Failed to retrieve data, status code: 500 |
Please help... |
I'm begging here... please help. All else works fine... I can do everything else... I just can't actually get it to play anything with the "Invalid Music Service" appearing. |
Are you by chance using Spotify? I had a similar issue that modifying one line of code corrected. |
I am using Spotify. What was the line of code that you changed? |
I was having a similar problem with Spotify. I tracked it down to the fact that the Amazon Alexa Skill was outputting a line like: Where the "service" was capitalized as "Spotify", but the javascript is looking for all lower case. I patched the file "lib/actions/musicSearch.js" with the following: ----patch below----
|
This is a critical patch to get spotify working. Note |
Hello,
All was working well, but now when I change the music service and try to play something there npm gives me ... Error: Invalid music service.
Help greatly appreciated!
The text was updated successfully, but these errors were encountered: