-
-
Notifications
You must be signed in to change notification settings - Fork 361
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
bug: Integrations patch fails due to BaseIntegrationsPatch.getCurrentJarFilePath
#3078
Comments
Even with latest dev release, the issue isn't resolved I guess!
|
Open a new issue with all requested information properly |
Why do I need to create a new issue when the problem is the same as this one and hasn't been resolved in the dev release? Then you'll close the issue as duplicate of #3078 :/ |
@kazimmt What is the actual path of your patches jar? Is it in the root drive g? Try putting it in a subdirectory and see if that fixes it. |
Try removing the exclamation marks from the directory and see if that fixes it |
Line 78 in f74a87d
That probably needs to be the last index of. |
Yeah, it works after removing the exclamation marks. |
The exclamation marks extend beyond the file directories 😂 It'll be fixed soon. |
Fixed with 056e2d7 |
The problems are different evidently by the error logs |
Bug description
When a path to the patches jar contains spaces, it is URL encoded. This encoding causes the patch to fail
Error logs
Solution
Decode the URL here:
revanced-patches/src/main/kotlin/app/revanced/patches/shared/misc/integrations/BaseIntegrationsPatch.kt
Line 73 in 5abf894
Additional context
No response
Acknowledgements
The text was updated successfully, but these errors were encountered: