AllToMP3 / alltomp3-cli

Download a song in one-command
GNU Affero General Public License v3.0
16 stars 7 forks source link

Error after converting #9

Open uber1geek opened 7 years ago

uber1geek commented 7 years ago

events.js:160 throw er; // Unhandled 'error' event ^

Error: spawn fpcalc ENOENT at exports._errnoException (util.js:1022:11) at Process.ChildProcess._handle.onexit (internal/child_process.js:193:32) at onErrorNT (internal/child_process.js:359:16) at _combinedTickCallback (internal/process/next_tick.js:74:11) at process._tickCallback (internal/process/next_tick.js:98:9)

NTag commented 7 years ago

I think you didn't install node-acoustid requirements: https://github.com/parshap/node-acoustid#installation.

uber1geek commented 7 years ago

I have installed it but I am still facing this.

NTag commented 7 years ago

So, can you execute fpcalc in your command line?

Derkades commented 6 years ago

Same issue, installed acoustid and the apt package. Executing fpcalc gives the following output:

usage: fpcalc [OPTIONS] FILE...

Options:
  -version      print version information
  -length SECS  length of the audio data used for fingerprint calculation (default 120)
  -raw          output the raw uncompressed fingerprint
  -algo NAME    version of the fingerprint algorithm
  -hash         calculate also the fingerprint hash

Error (slightly different):

events.js:160
      throw er; // Unhandled 'error' event
      ^

Error: spawn eyeD3 ENOENT
    at exports._errnoException (util.js:1020:11)
    at Process.ChildProcess._handle.onexit (internal/child_process.js:197:32)
    at onErrorNT (internal/child_process.js:376:16)
    at _combinedTickCallback (internal/process/next_tick.js:80:11)
    at process._tickCallback (internal/process/next_tick.js:104:9)

UPDATE: Nevermind, seems to be related to #3 UPDATE 2: Yes, fixed