Closed geirawsm closed 8 years ago
You may potentially be facing this issue: https://github.com/qrpike/spotify-playlist-downloader/issues/6 https://github.com/TooTallNate/node-spotify-web/issues/75 Try reinstalling using node 0.10.36 (found here: http://nodejs.org/dist/v0.10.36/) and see if that fixes it.
@armandg Managed to fix it, just do the following:
$ git clone git@github.com:qrpike/spotify-playlist-downloader.git
$ cd spotify-playlist-downloader/
$ npm install # Maybe get some errors just ignore :D
$ node main.js -u yourusername -p yourpassword -l spotify:user:spotify:playlist:06KmJWiQhL0XiV6QQAHsmw
I got exactly the same bug as you had, let me know if this worked for you!
@KeizerDev Cheers, I'll try it out and report back.
@KeizerDev Worked like a charm! =)
Also confirming that the workaround from KeizerDev seems to work (despite errors in the npm install steps still).
I confirm @KeizerDev's branch works, however the file format of the mp3s may be not fully compliant with the standard, as I can't play them with mplayer for example, but I can with Firefox.
uname -a
Linux manjaro 4.2.8.1-1-MANJARO #1 SMP PREEMPT Fri Jan 8 23:56:16 UTC 2016 x86_64 GNU/Linux
npm -v
3.5.3
Ran it and got the following output:
Let me know if you need any more info.