qrpike / spotify-playlist-downloader

Download an entire spotify playlist ( FROM SPOTIFY at 160kpbs ) to your local machine.
292 stars 111 forks source link

TrackError: Account subscription status not Spotify Premium ... { Skipping Track } #16

Closed rabeetio closed 9 years ago

rabeetio commented 9 years ago

I'm getting this error. Has anybody got a workaround for it?

I have got a premium account by the way.

Thanks!

leonelfolmer commented 9 years ago

Same thing here, got a premium account too.

nerijusgood commented 9 years ago

Same here - account premium.

marcosloic commented 9 years ago

Same

oppsig commented 9 years ago

Same

qrpike commented 9 years ago

This is a problem with one of the libraries this script uses, you can see the error here: https://github.com/TooTallNate/node-spotify-web/issues/111

nerijusgood commented 9 years ago

I saw that too, however there was workaround for that library. It would be nice if this could be updated :+1:

qrpike commented 9 years ago

If you link the workaround I will be happy to implement it. Thanks.

leonelfolmer commented 9 years ago

@qrpike, any luck with that?

sealskej commented 9 years ago

+1

felixhammerl commented 9 years ago

Seems like there are multiple issues at play in in https://github.com/TooTallNate/node-spotify-web/ repo:

qrpike commented 9 years ago

@felixhammerl Could you create a pull request with the appropriate changes?

rabeetio commented 9 years ago

@qrpike Could you update your git with the fix from fuzeman here please? - https://github.com/fuzeman/node-spotify-web/tree/issue/111 :) :) :)

EDIT: Strangely enough, it seems to work again today without changing anything? Unless it is done automatically???

qrpike commented 9 years ago

I have updated it to use the forked version. This fixed the account issue.

felixhammerl commented 9 years ago

your fix uses the wrong branch for the forked version. please update the package.json accordingly:

"spotify-web": "https://github.com/fuzeman/node-spotify-web/tarball/issue/111",
qrpike commented 9 years ago

Have you tried it? It seems to be working fine for me.

felixhammerl commented 9 years ago

no, but

i just tried the fork in my own little project and it works nicely.

qrpike commented 9 years ago

Yea I merged in the issue/111 version and its working fine for me.