You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Breaks on running it. received the following error. You may just want to try using this version Traceback (most recent call last): File "main.py", line 110, in <module> client = Client(args.target,args.port) File "main.py", line 70, in __init__ self.s.connect((self.target, self.port)) TypeError: string or unicode text buffer expected, not NoneType
The text was updated successfully, but these errors were encountered:
Breaks on running it. received the following error. You may just want to try using this version
Traceback (most recent call last): File "main.py", line 110, in <module> client = Client(args.target,args.port) File "main.py", line 70, in __init__ self.s.connect((self.target, self.port)) TypeError: string or unicode text buffer expected, not NoneType
The text was updated successfully, but these errors were encountered: