spotify-playlist-downloader icon indicating copy to clipboard operation
spotify-playlist-downloader copied to clipboard

spawn ENOENT

Open legarspol opened this issue 10 years ago • 6 comments

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.

legarspol avatar Apr 11 '15 15:04 legarspol

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

joshmanders avatar May 01 '15 15:05 joshmanders

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

roshanr10 avatar May 31 '15 01:05 roshanr10

@roshanr10 Are you still being able to authenticate ?

gtothesquare avatar Jun 01 '15 20:06 gtothesquare

@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.

roshanr10 avatar Jun 01 '15 20:06 roshanr10

@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 :)

gtothesquare avatar Jun 02 '15 19:06 gtothesquare

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

tristankirkpatrick avatar Jun 13 '15 17:06 tristankirkpatrick