skelsec / aardwolfgui

Asynchronous RDP/VNC client for Python (GUI)
MIT License
62 stars 10 forks source link

`ardpclient` fails with `AttributeError: type object 'UniTarget' has no attribute 'get_help'`. #3

Open dreirund opened 1 year ago

dreirund commented 1 year ago

When I run ardpclient, it fails for me with
AttributeError: type object 'UniTarget' has no attribute 'get_help':

Traceback (most recent call last):
  File "/usr/bin/ardpclient", line 8, in <module>
    sys.exit(main())
             ^^^^^^
  File "/usr/lib/python3.11/site-packages/aardwolfgui/aardpclient.py", line 467, in main
    parser = argparse.ArgumentParser(description='Async RDP Client. Duckyscript will be executed by pressing ESC 3 times', usage=get_help())
                                                                                                                                 ^^^^^^^^^^
  File "/usr/lib/python3.11/site-packages/aardwolfgui/aardpclient.py", line 435, in get_help
    usage += UniTarget.get_help()
             ^^^^^^^^^^^^^^^^^^
AttributeError: type object 'UniTarget' has no attribute 'get_help'

Regards!