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.

better error message when .bin is not found on load()

See original GitHub issue

Right now it’s the following:

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

Error: write EPIPE
    at exports._errnoException (util.js:1024:11)
    at WriteWrap.afterWrite [as oncomplete] (net.js:851:14)

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
loretoparisicommented, Aug 21, 2018

@bittlingmayer done published with the latest features: train progress tracking and some utilities like confusion matrix calculation!

1reaction
loretoparisicommented, Aug 6, 2018

@bittlingmayer thank you to point this out! I have added a file check and an error message/code. https://github.com/loretoparisi/fasttext.js#external-binary

Read more comments on GitHub >

github_iconTop Results From Across the Web

Better error messages for missing authentication #238 - GitHub
I've move your folder to my IntelMQ server and, to be sure, add chmod 766 :P But, when I try to create a...
Read more >
javascript - --fix doesn't fix the errors using eslint - Stack Overflow
To use --fix option, you need to run eslint directly. Try this ./node_modules/.bin/eslint src --fix. On Windows: .\node_modules\.bin\eslint ...
Read more >
How to fix a "Command not found" error in Linux - Red Hat
When you're trying to run a command (with or without sudo ) and get an error message that reads "Command not found," this...
Read more >
Linux / UNIX: Command Not Found Error and Solution - nixCraft
It means either program is not installed or PATH variable in your environment is not pointing to it. Learn how to fix command...
Read more >
How to fix the `/usr/bin/python: not found` error in Ansible
I think option 1 is the best solution if all your remote hosts are running a distro with Python 3 installed by default...
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