dirkgroenen / mopidy-mopify

A web client that uses external web services to provide additional features and a more “complete” music experience.
Apache License 2.0
447 stars 44 forks source link

Unable to create new Echo Nest profile #199

Closed mattbrown18 closed 8 years ago

mattbrown18 commented 8 years ago

I'm having issues with the taste profile creating a new Echo Nest account. It doesnt appear to be creating one at all and they sync service has nothing to push.

I'm getting this on the API call:

angular.callbacks._a({response: {status: {version: "4.2", code: 2,…}}})
response
:
{status: {version: "4.2", code: 2,…}}
status
:
{version: "4.2", code: 2,…}
code
:
2
message
:
"2|API key not allowed: "UVUDDM7M0S5MWNQFV" is not allowed to call this method"
version
:
"4.2"

Not sure if it's related to this? http://developer.echonest.com/docs/v4

Im running 1.5.17 on OS X 10.11.5.

Cheers