Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installing Other MicroG Variants Returns Python Error #135

Open
ryanbarillos opened this issue Nov 25, 2023 · 1 comment
Open

Installing Other MicroG Variants Returns Python Error #135

ryanbarillos opened this issue Nov 25, 2023 · 1 comment

Comments

@ryanbarillos
Copy link

I've been trying to install MicroG Minimal as I prefer not installing the Standard.

However every time I do so returns a Python error, which I can't solve (I'm not experienced in that programming language yet).
I've uninstalled Waydroid just recently, so I can't do further tests on which other MicroG variants, but I can tell that MinMicroG Minimal is most affected, as I can't install it.

@ryanbarillos
Copy link
Author

New year, and I got to reinstall Waydroid again.

Some following system information:

System: Arch Linux (Vanilla)
Waydroid Install Method: yay -Sa --removemake --cleanafter waydroid && sudo waydroid init

Here's the output:

? Select Android version Android 11
? Please select an action Install
? Select apps ['microg']
? Select MicroG variant Minimal
Traceback (most recent call last):
  File "/home/user/waydroid_script/main.py", line 358, in <module>
    main()
  File "/home/user/waydroid_script/main.py", line 354, in main
    interact()
  File "/home/user/waydroid_script/main.py", line 256, in interact
    install_app(args)
  File "/home/user/waydroid_script/main.py", line 87, in install_app
    install_list.append(MicroG(args.android_version, args.microg_variant))
                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/user/waydroid_script/stuff/microg.py", line 109, in __init__
    self.act_md5 = self.dl_links[variant][1]
                   ~~~~~~~~~~~~~~~~~~~~~~^^^
IndexError: list index out of range

@ryanbarillos ryanbarillos reopened this Jan 15, 2024
@ryanbarillos ryanbarillos changed the title Unable to Install Other MinMicroG Variants (i.e., MinMicroG Minimal) Installing Other MicroG Variants Returns Python Error Jan 15, 2024
xuzhen added a commit to xuzhen/waydroid_script that referenced this issue Jan 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant