-
Notifications
You must be signed in to change notification settings - Fork 2.8k
TypeError: 'NoneType' object is not iterable #1264
Comments
Same error here on latest kali with pip 18.1 on python 2.7:
|
I'm getting the same issue... tried ./reset.sh and./install.sh again, still not working. Unsure if it's related, but during the installation I see:
Looks like the debian site has updated and ...8u7 has been replaced by ...8u8. |
I changed this manually in the installer but the problem still remains |
I also fixed the libssl error manually. Ran into an issue with urllib, which was also broken. Manually installed urrlib3 1.23 (pip install urllib3==1.23) to downgrade that, and ran into 'NoneType' error. Edit: |
Thanks, was just perfect, i modified it in requirements.txt and now it works. |
try running reset.sh in the setup folder. Hope it helps |
Should be fixed now in |
root@kali:~/tools/Empire# ./empire Tried running reset and then install - still not working |
Empire Version
latest
OS Information (Linux flavor, Python version)
Kali Linux, Python3, pip2.7
Expected behavior and description of the error, including any actions taken immediately prior to the error. The more detail the better.
ran #~sudo ./install.sh
Screenshot of error, embedded text output, or Pastebin link to the error
Traceback (most recent call last): File "./empire", line 1422, in <module> main = empire.MainMenu(args=args) File "/opt/Empire/lib/common/empire.py", line 92, in __init__ (self.isroot, self.installPath, self.ipWhiteList, self.ipBlackList, self.obfuscate, self.obfuscateCommand) = helpers.get_config('rootuser, install_path,ip_whitelist,ip_blacklist,obfuscate,obfuscate_command') TypeError: 'NoneType' object is not iterable
Any additional information
The text was updated successfully, but these errors were encountered: