Quantcast
Channel: The Echo Nest Developer Forum
Viewing all articles
Browse latest Browse all 1582

API Error 1|Ivalid key:

$
0
0

Hello,

I edited your Echo Nest API key out of your post. Treat your API key as a secret!

I can't tell if you are setting your Echo Nest API key. Are you setting the ECHO_NEST_API_KEY environment variable? If not, you need to do something like this in your program, before making any API calls:

from pyechonest import config
config.ECHO_NEST_API_KEY="YOUR API KEY"

You haven't hit this yet, but it looks like you are trying to use your Echo Nest API key when making a request to LyricFind; you'll need your own LyricFind API key as well.


Viewing all articles
Browse latest Browse all 1582

Trending Articles