We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
after I tried to solve the reCaptcha, then I got this message
[Error: ENOENT: no such file or directory, open '/var/folders/5k/103mnjwx2rncp6btbvlt5z980000gn/T/reSOLVER-9454634224111578/out.wav'] { errno: -2, code: 'ENOENT', syscall: 'open', path: '/var/folders/5k/103mnjwx2rncp6btbvlt5z980000gn/T/reSOLVER-9454634224111578/out.wav', name: 'ENOENTError' }
and I found there's a sound.mp3 file at that path, but not the Wav file.
thanks for this awesome library.
The text was updated successfully, but these errors were encountered:
It seems that the first part is working, but the conversion between mp3 and wav failed.
Please try the following two things:
ffmpeg -version
brew install ffmpeg
VERBOSE
VERBOSE=1 node path/to/js
Sorry, something went wrong.
No branches or pull requests
Hello,
after I tried to solve the reCaptcha, then I got this message
[Error: ENOENT: no such file or directory, open '/var/folders/5k/103mnjwx2rncp6btbvlt5z980000gn/T/reSOLVER-9454634224111578/out.wav'] { errno: -2, code: 'ENOENT', syscall: 'open', path: '/var/folders/5k/103mnjwx2rncp6btbvlt5z980000gn/T/reSOLVER-9454634224111578/out.wav', name: 'ENOENTError' }
and I found there's a sound.mp3 file at that path, but not the Wav file.
thanks for this awesome library.
The text was updated successfully, but these errors were encountered: