Skip to content

[BUG][CRASH]Crash after selecting hack option for Android 13 #264

@DarkenLX

Description

@DarkenLX

Running this on CachyOS
Steps to reproduce:
install/run the script following this githubs instructions select Android 13 > Hack crash output as follows:

? Select Android version "Android 13"
? Please select an action "Hack"
Traceback (most recent call last):
File "/home/louis/waydroid_script/main.py", line 357, in
main()
~~~~^^
File "/home/louis/waydroid_script/main.py", line 353, in main
interact()
~~~~~~~~^^
File "/home/louis/waydroid_script/main.py", line 268, in interact
apps = inquirer.checkbox(
~~~~~~~~~~~~~~~~~^
message="Select hack options",
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
...<3 lines>...
choices=hack_choices
^^^^^^^^^^^^^^^^^^^^
).execute()
^
File "/home/louis/waydroid_script/venv/lib/python3.14/site-packages/InquirerPy/prompts/checkbox.py", line 193, in init
self.content_control = InquirerPyCheckboxControl(
~~~~~~~~~~~~~~~~~~~~~~~~~^
choices=choices,
^^^^^^^^^^^^^^^^
...<4 lines>...
session_result=session_result,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "/home/louis/waydroid_script/venv/lib/python3.14/site-packages/InquirerPy/prompts/checkbox.py", line 45, in init
super().init(
~~~~~~~~~~~~~~~~^
choices=choices,
^^^^^^^^^^^^^^^^
...<2 lines>...
multiselect=True,
^^^^^^^^^^^^^^^^^
)
^
File "/home/louis/waydroid_script/venv/lib/python3.14/site-packages/InquirerPy/base/control.py", line 73, in init
self._safety_check()
~~~~~~~~~~~~~~~~~~^^
File "/home/louis/waydroid_script/venv/lib/python3.14/site-packages/InquirerPy/base/control.py", line 156, in _safety_check
raise InvalidArgument("argument choices cannot be empty")
InquirerPy.exceptions.InvalidArgument: argument choices cannot be empty

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions