-
Notifications
You must be signed in to change notification settings - Fork 30.4k
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
Program does not work until restart after stopped with ctrl + c #44363
Comments
Sounds like something you should take up with the maintainer of that module? |
i just had no idea what this could potentially be caused by.. im gonna try to contact him tho |
you can catch the execption with https://nodejs.org/api/process.html#event-uncaughtexception and see the stack trace |
Looks like there is no reason to believe this is an issue with Node.js itself? I'll go and close this out. |
Version
v18.2.0
Platform
Linux pi 5.4.79-v7l+ #1373 SMP Mon Nov 23 13:27:40 GMT 2020 armv7l GNU/Linux (i have tried it on WINDOWS but encountered the same problem)
Subsystem
No response
What steps will reproduce the bug?
install the package
"kahoot.js-latest"
(this is the code i use, might work with different code aswell)
How often does it reproduce? Is there a required condition?
Everytime the programm is run after beeing stopped once
What is the expected behavior?
The programm should run succesfully
What do you see instead?
Additional information
i can run the programm once successfully, but as soon as i stop the programm with ctrl and c, and try to start it again, i get the error
when i restart my machine, it suddenly starts working again for once.
The text was updated successfully, but these errors were encountered: