|
Hey, if you are using the remix API and it suddenly stopped working, it may be because we've expired the API key that was being shipped with the remix API. To continue using the API, just navigate to the remix source tree to the src/echonest/web directory, open up the file config.py and change the API_KEY in that file to your API KEY. After you do that, just go to the top level and re-install:
sudo python setup.py install
Paul
|