Skip to content

IndexError When Installing Some Variants of microg. #273

Description

Upon trying to install Minimal or MinimalIAP microg, there is an IndexError.

? Select Android version Android 13
? Please select an action Install
? Select apps ['microg']
? Select MicroG variant MinimalIAP
Traceback (most recent call last):
  File "/usr/bin/waydroid-extras", line 357, in <module>
    main()
    ~~~~^^
  File "/usr/bin/waydroid-extras", line 353, in main
    interact()
    ~~~~~~~~^^
  File "/usr/bin/waydroid-extras", line 255, in interact
    install_app(args)
    ~~~~~~~~~~~^^^^^^
  File "/usr/bin/waydroid-extras", line 87, in install_app
    install_list.append(MicroG(args.android_version, args.microg_variant))
                        ~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/waydroid-script/stuff/microg.py", line 109, in __init__
    self.act_md5 = self.dl_links[variant][1]
                   ~~~~~~~~~~~~~~~~~~~~~~^^^
IndexError: list index out of range

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