We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
第一次是成功的,后面每次扫描都直接报以下错误,怎么解决呀。。。 Exception in thread Thread-1: Traceback (most recent call last): File "C:\Python27\lib\threading.py", line 801, in __bootstrap_inner self.run() File ".\F-NAScan.py", line 45, in run self.Sock.sendto(self.packet, (ip, 0)) gaierror: [Errno 11001] getaddrinfo failed
The text was updated successfully, but these errors were encountered:
No branches or pull requests
第一次是成功的,后面每次扫描都直接报以下错误,怎么解决呀。。。
Exception in thread Thread-1:
Traceback (most recent call last):
File "C:\Python27\lib\threading.py", line 801, in __bootstrap_inner
self.run()
File ".\F-NAScan.py", line 45, in run
self.Sock.sendto(self.packet, (ip, 0))
gaierror: [Errno 11001] getaddrinfo failed
The text was updated successfully, but these errors were encountered: