waydroid_script icon indicating copy to clipboard operation
waydroid_script copied to clipboard

`sudo ./main.py remove nodataperm` get: `KeyError: 'x86_64'`

Open eval-exec opened this issue 4 months ago • 2 comments

Hello,

I first execute

  1. sudo ./main.py hack nodataperm
  2. sudo ./main.py remove nodataperm

it got:

❯ sudo ./main.py remove nodataperm
ok
Traceback (most recent call last):
  File "/home/exec/Projects/github.com/casualsnek/waydroid_script/./main.py", line 357, in <module>
    main()
  File "/home/exec/Projects/github.com/casualsnek/waydroid_script/./main.py", line 350, in main
    args.func(args)
  File "/home/exec/Projects/github.com/casualsnek/waydroid_script/./main.py", line 144, in remove_app
    remove_list.append(Nodataperm(args.android_version))
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/exec/Projects/github.com/casualsnek/waydroid_script/stuff/nodataperm.py", line 39, in __init__
    self.dl_link = self.dl_links[android_version][arch][0]
                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^
KeyError: 'x86_64'

eval-exec avatar Oct 05 '25 06:10 eval-exec

I had the same issue and managed to remove the hack using the interactive terminal interface.

MissingNo13 avatar Oct 08 '25 13:10 MissingNo13

It is severely outdated, please do not use it and run the chmod command manually instead

ayasa520 avatar Oct 21 '25 10:10 ayasa520