-
Notifications
You must be signed in to change notification settings - Fork 30
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
TypeError: argument of type 'WindowsPath' is not iterable #3
Comments
Hey! @minanagehsalalma can you post the entire console output? Plus try to update Python to version 3.9 or above. |
@ilya-kozyr it took a lot of time to load and i deleted all the files sorry :9 The test was done on The Reddit APP apk since it has ssl pinning like the rest of the social apps |
Hi, same error on windows 11
|
this is happened because in command arrays we have to cast WindowsPath to string. For example.
|
Hey! |
I have multiple version installed on my system but look like script started by python 3.7.0 |
This might be the issue. Anyway, I pushed changes with converting path object to string. Try. |
The latest version works just fine, thanks. |
Command :
python3 apk-rebuild.py tttt.apk
The text was updated successfully, but these errors were encountered: