You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
speech/audio_inspector.rb:55:ininitialize': undefined method first' for nil:NilClass (NoMethodError)
I know the readme says install ffmpeg, but this error can be made more friendly. A good practice is to assert up front that all binaries that your program depends on are present.
The text was updated successfully, but these errors were encountered:
Without ffmpeg installed, this is what is shown:
speech/audio_inspector.rb:55:in
initialize': undefined methodfirst' for nil:NilClass (NoMethodError)
I know the readme says install ffmpeg, but this error can be made more friendly. A good practice is to assert up front that all binaries that your program depends on are present.
The text was updated successfully, but these errors were encountered: