jlund / spotify-export

A simple Ruby utility that uses Spotify's Web API to export a playlist as plain text
MIT License
293 stars 42 forks source link

API to update #3

Closed ghost closed 10 years ago

ghost commented 10 years ago

Hi, i installed your script but the api you use seems to be outdated since i get api errors. Could you maybe correct it :) ? Thanks a lot !!!

jlund commented 10 years ago

What errors were you getting, and can you paste the playlist you were trying to process?

I just tried it and everything appears to be working correctly.

ghost commented 10 years ago

Oh sorry but in fact that's my bad. I tested the same playlist with some other grooveshark importer just before testing your script and it did work for some tracks at least so I guessed that was your script. It appears I simply had to replace in the playlist all spaces by newlines in order for it to work. And the message that I first got was something like «Spotify API errors, please retry». So now it is working completely fine.

Another point was that under ubuntu you got to install the libsqlite3-dev library. Maybe put that into the readme for the noob like me :)

So, I close the thread, sorry for the disturbance, and thanks a lot for that very useful script and your fast reply !