Orange-Cyberdefense / arsenal

Arsenal is just a quick inventory and launcher for hacking programs
GNU General Public License v3.0
3.15k stars 459 forks source link

Error when selecting command #74

Closed PaulAZC closed 8 months ago

PaulAZC commented 8 months ago

Hello,

I have installed the tool correctly and it works normally when the commands are displayed. However, when it comes to selecting the command with the enter key once the various arguments have been entered for it, here's the error returned that I can't correct:

Traceback (most recent call last):
  File "/usr/lib/python3.11/curses/__init__.py", line 94, in wrapper
    return func(stdscr, *args, **kwds)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/XX/.local/lib/python3.11/site-packages/arsenal/modules/gui.py", line 382, in run
    curses.endwin()
_curses.error: endwin() returned ERR

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/XX/.local/bin/arsenal", line 8, in <module>
    sys.exit(main())
             ^^^^^^
  File "/home/XX/.local/lib/python3.11/site-packages/arsenal/app.py", line 185, in main
    App().run()
  File "/home/XX/.local/lib/python3.11/site-packages/arsenal/app.py", line 64, in run
    self.start(args, cheatsheets)
  File "/home/XX/.local/lib/python3.11/site-packages/arsenal/app.py", line 71, in start
    cmd = gui.run(cheatsheets)
          ^^^^^^^^^^^^^^^^^^^^
  File "/home/XX/.local/lib/python3.11/site-packages/arsenal/modules/gui.py", line 827, in run
    wrapper(self.cheats_menu.run)
  File "/usr/lib/python3.11/curses/__init__.py", line 101, in wrapper
    endwin()
_curses.error: endwin() returned ERR

My python version is 3.11.7. Do you know how to correct it ?

Thank you for your work.

trb143 commented 8 months ago

Duplicate of https://github.com/Orange-Cyberdefense/arsenal/issues/69

v1k1ngfr commented 8 months ago

Duplicate of https://github.com/Orange-Cyberdefense/arsenal/issues/69