Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error after converting #9

Open
uber1geek opened this issue Apr 20, 2017 · 4 comments
Open

Error after converting #9

uber1geek opened this issue Apr 20, 2017 · 4 comments

Comments

@uber1geek
Copy link

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
Copy link
Member

NTag commented Apr 20, 2017

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

@uber1geek
Copy link
Author

I have installed it but I am still facing this.

@NTag
Copy link
Member

NTag commented Apr 22, 2017

So, can you execute fpcalc in your command line?

@Derkades
Copy link

Derkades commented Jul 26, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants