qrpike / spotify-playlist-downloader

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

spawn ENOENT #7

Open legarspol opened 9 years ago

legarspol commented 9 years ago

Hi ! Your app works great, But at the end of the dl I get a: "Error: spawn ENOENT" No idea why...

 - Downloading: [song's name] 
 -  - DONE:  [song's name] 
Error: spawn ENOENT

The file is actually downloaded. I use a bash "while" to restart the script at the end of each dl.

joshmanders commented 9 years ago

I had the same issue https://github.com/qrpike/spotify-playlist-downloader/issues/2

roshanr10 commented 9 years ago

I had the same issue and discovered that it is due to the metadata being written to the file. If you install FFMPEG, it should work much better. @legarspol @killswitch

gtothesquare commented 9 years ago

@roshanr10 Are you still being able to authenticate ?

roshanr10 commented 9 years ago

@gtothesquare Yes, I am still able to authenticate and download playlists, although only on node v.10. I am currently seeing if it is possible to modify it to work on the latest version.

gtothesquare commented 9 years ago

@roshanr10 damn thanks... I was running 10 with nvm but I needed to uninstall the package and installed again, since previously it was installed with 12 and that affected it :)

tristankirkpatrick commented 9 years ago

I uninstalled node completely, then reinstalled 0.10.36, installed brew install ffmpeg and all is working great. Good work!