jok3r icon indicating copy to clipboard operation
jok3r copied to clipboard

jok3r.py breaks after auto-update all

Open redtimmy opened this issue 4 years ago • 0 comments

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

redtimmy avatar May 11 '20 11:05 redtimmy