TooTallNate / node-spotify-web

Node.js implementation of the Spotify Web protocol
MIT License
696 stars 128 forks source link

Account subscription status not Spotify Premium #95

Open elribonazo opened 10 years ago

elribonazo commented 10 years ago

Hi, Im getting 'Account subscription status not Spotify Premium' when try to login. I remember some months ago i also had this issue but it got Fixed.

There's something interesting also, I get this error only on my AWS machine, it works okey on localhost. I just cant understand why because I pulled the script directly and it is exactly the same.

Maybe a problem related to Pong server? What do you think?

Also wanted to thank everybody that contributes to this project, I hope i can participate more and show you my project stuff!

elribonazo commented 10 years ago

I found the problem and a possible solution, with one of your nodejs modules @TooTallNate , spotify blocs que requests coming from amazon, so maybe using superagent-proxy may work? But no, i followed the instructions I get an error.

Hope somebody can give me a clue , thanks!