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

Package is unusable: server is down #73

Open
jrtitus opened this issue Jul 22, 2020 · 2 comments
Open

Package is unusable: server is down #73

jrtitus opened this issue Jul 22, 2020 · 2 comments

Comments

@jrtitus
Copy link

jrtitus commented Jul 22, 2020

Using the example code here: https://www.npmjs.com/package/vuln-regex-detector

/c/dev/tmp/safe
$ node .
(node:12616) UnhandledPromiseRejectionWarning: INVALID
(node:12616) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with 
.catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)
(node:12616) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.

Ping test:

$ ping toybox.cs.vt.edu

Pinging toybox.cs.vt.edu [128.173.237.124] with 32 bytes of data:
Request timed out.
Request timed out.
Request timed out.
Request timed out.

Ping statistics for 128.173.237.124:
    Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),
@jrtitus
Copy link
Author

jrtitus commented Jul 22, 2020

I assume it's the same reason as #72. You may want to put a warning in the main README stating this is the case.

@TheL1ne
Copy link

TheL1ne commented Aug 17, 2022

THis is a pretty big issue as this makes the whole detector unusable on windows machines as the configure skript can not be run on anything but ubuntu. Please consider changing either the limitation to ubuntu or bring the server back up.

For reasons I can not explain I have to work on a windows machine.

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

2 participants