question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

What is `ERROR: The decoder library file does not exist.`?

See original GitHub issue

Hi Carlini,

I installed all the dependencies and downloaded the model from Mozilla. I think everything seems to work given that “Google take me to evil dot com” works.

However, when I run python attack ...., I get the following error:

ERROR: The decoder library file does not exist. Make sure you have downloaded or built the native client binaries and pass the appropriate path to the binaries in the --decoder_library_path parameter.

However, my code will run till the end and I get the right result.

Is this something I should be worried about? It is related to DeepSpeech. According to their instruction, this is literally for decoding the audio into text.

Cheers, Seyoung

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:12 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
carlinicommented, Oct 23, 2018

Looks reasonable to me. I just convert them ahead of time with something like Audacity.

0reactions
carlinicommented, Dec 21, 2018

This code doesn’t need the language model. Everything should work fine without the decoder library file. When I get a chance today I’ll silence that error.

Read more comments on GitHub >

github_iconTop Results From Across the Web

ERROR: The decoder library file does not exist · Issue #1204
I am trying to train the model based on Common Voice training data. I have installed all the requirements as per requirements.txt.
Read more >
“.h: No such file or directory" - 2 Easy fixes to Arduino error
The easiest way is to go to Sketch > Include Library > Manage Libraries. The Arduino IDE will open up a dialogue box...
Read more >
Python Image Library fails with message "decoder JPEG not ...
The problem was that I had two python packages. One that ships in with ubuntu and another that belonged to Zope Server. Somehow,...
Read more >
Error Codes (The GNU C Library)
“No such file or directory.” This is a “file doesn't exist” error for ordinary files that are referenced in contexts where they are...
Read more >
Troubleshooting — DeepStream 6.1.1 Release documentation
This bug is seen only with long duration seekable streams (mostly containerized files e.g. mp4). This does not affect live sources like RTSP ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found