Bachir

Results 13 comments of Bachir

Got the same problem, if someone can help, it would be great !

This is the right answer. This issue should be closed :)

Hey, it is addressed in this issue #17

Are you in the `bin` folder when doing that ? If you are in the root, it's `./bin/spotify-export.rb`.

Nice, can you take care of it if you have some time ? Thanks :)

This doesn't solve the issue, it actually dodges the problem described here https://github.com/jlund/spotify-export/issues/17#issuecomment-337235682

Did you try upgrading ruby to `2.2.2` ?

Did you make sure the file `spotify.txt` exists ? If it does, try to find out what file it is trying to open.

The problem is that the API call to Spotify in `lib/spotify-track.rb` is returning a 401 because no token is passed with the request. As stated by the API used in...

How I made it work : - Create a spotify app at https://developer.spotify.com/my-applications/#!/applications/create - Use the Client Credential workflow to get an api token from Spotify https://developer.spotify.com/web-api/authorization-guide/#client-credentials-flow For this part,...