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

The script is crashing #64

Open
nse-bse opened this issue Nov 3, 2017 · 1 comment
Open

The script is crashing #64

nse-bse opened this issue Nov 3, 2017 · 1 comment

Comments

@nse-bse
Copy link

nse-bse commented Nov 3, 2017

Hello,

I am trying to run the script in the first phase and it is crashing. Please see the screenshot. Any help?

image

@Burrch3s
Copy link

Burrch3s commented Feb 22, 2018

@wannabeex I saw this too, I fixed it by going to that line, line 1233, and changing the line to equal, "signal.signal(SIGINT, stop)".
Looking at the error message reveals the problem a little as well, if you know what you're looking at. Signal is a module, but every other call to signal is referenced as signal.signal(), because there must be some function or class object they are calling and the line 1233 must have been a mistake.

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