JoeDuncko / spotify-remove-liked-album-tracks

If an entire saved album's individual songs are saved, remove all those songs
MIT License
9 stars 0 forks source link

*Newbie Issue* Token created and verified but not pulling tracks #15

Open ohara-dave opened 4 months ago

ohara-dave commented 4 months ago

I have zero Node npm experience but I have managed to muddle my way through the instructions to get spotify-remove-liked-album-tracks running. Created Spotify token, etc but it doesn't seem to be able to get the tracks from my library.

image

What am I doing wrong or what can I try next to get it working? Any help appreciated :)

ohara-dave commented 4 months ago

@JoeDuncko help pls :)

JoeDuncko commented 3 months ago

Hey @ohara-dave ! Wow, I haven't looked at this project in forever!

At first glance, I think your start command is wrong. Note the extra -- between the start bit and passing the token:

npm start -- --token="<YOUR SPOTIFY TOKEN HERE>"

It's a stupid nodejs thing.