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
After running python3 jok3r.py toolbox --update-all --fast , jok3r.py doesn't run anymore with following error:
root@jok3r-docker:~/jok3r# python3 jok3r.py db
[!] Unexpected error occured: do_load
Traceback (most recent call last):
File "jok3r.py", line 44, in init
controller.run()
File "/root/jok3r/lib/controller/MainController.py", line 18, in run
{
File "/root/jok3r/lib/controller/DbController.py", line 65, in init
del cmd2.Cmd.do_load
AttributeError: do_load
Version of cmd2:
root@jok3r-docker:~/jok3r# pip3 show cmd2
Name: cmd2
Version: 1.0.2
The text was updated successfully, but these errors were encountered:
After running
python3 jok3r.py toolbox --update-all --fast
, jok3r.py doesn't run anymore with following error:Version of cmd2:
The text was updated successfully, but these errors were encountered: