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

Tor browser alpha fails constantly #570

Closed
robovoice1 opened this issue Feb 20, 2024 · 6 comments
Closed

Tor browser alpha fails constantly #570

robovoice1 opened this issue Feb 20, 2024 · 6 comments

Comments

@robovoice1
Copy link

Important first questions

  1. Is your FFUpdater up-to-date? If not, please abort and update FFUpdater.

  2. Do you spot similar issues in https://github.com/Tobi823/ffupdater/issues? If yes, please abort and add your error message as a comment to the existing issue.

Describe the bug
Updating of Tor browser fails constantly after downloading

To Reproduce
Please insert the steps to reproduce the behavior here:
1.try to update to latest tor browser alpha
2. ...
3. ...

Expected behavior
Please give a clear and concise description of what you expected to happen.
Worked before (downloading and installing tor browser alpha)

Error message from FFUpdater
Please copy and paste the error message with the stacktrace and error log here:

Stacktrace:

java.lang.RuntimeException: Failed to install TOR_BROWSER_ALPHA in the foreground.
	at de.marmaro.krt.ffupdater.activity.download.DownloadActivity.installApp(DownloadActivity.kt:397)
	at de.marmaro.krt.ffupdater.activity.download.DownloadActivity.access$installApp(DownloadActivity.kt:77)
	at de.marmaro.krt.ffupdater.activity.download.DownloadActivity$installApp$1.invokeSuspend(DownloadActivity.kt:0)
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
	at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
	at android.os.Handler.handleCallback(Handler.java:958)
	at android.os.Handler.dispatchMessage(Handler.java:99)
	at android.os.Looper.loopOnce(Looper.java:205)
	at android.os.Looper.loop(Looper.java:294)
	at android.app.ActivityThread.main(ActivityThread.java:8279)
	at java.lang.reflect.Method.invoke(Native Method)
	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:552)
	at com.android.internal.os.ExecInit.main(ExecInit.java:49)
	at com.android.internal.os.RuntimeInit.nativeFinishInit(Native Method)
	at com.android.internal.os.RuntimeInit.main(RuntimeInit.java:359)
Caused by: de.marmaro.krt.ffupdater.installer.exceptions.InstallationFailedException: Signature of downloaded APK is invalid. Expected 15f760b41acbe4783e667102c9f67119be2af62fab07763f9d57f01e5e1074e1 but was 20061f045e737c67375c17794cfedb436a03cec6bacb7cb9f96642205ca2cec8.
	at de.marmaro.krt.ffupdater.installer.impl.AbstractAppInstaller.hasApkCorrectCertificate(AbstractAppInstaller.kt:42)
	at de.marmaro.krt.ffupdater.installer.impl.AbstractAppInstaller.access$hasApkCorrectCertificate(AbstractAppInstaller.kt:17)
	at de.marmaro.krt.ffupdater.installer.impl.AbstractAppInstaller$hasApkCorrectCertificate$1.invokeSuspend(AbstractAppInstaller.kt:0)
	... 12 more

Logs:

java.lang.RuntimeException: Failed to install TOR_BROWSER_ALPHA in the foreground.
	at de.marmaro.krt.ffupdater.activity.download.DownloadActivity.installApp(DownloadActivity.kt:397)
	at de.marmaro.krt.ffupdater.activity.download.DownloadActivity.access$installApp(DownloadActivity.kt:77)
	at de.marmaro.krt.ffupdater.activity.download.DownloadActivity$installApp$1.invokeSuspend(DownloadActivity.kt:0)
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
	at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
	at android.os.Handler.handleCallback(Handler.java:958)
	at android.os.Handler.dispatchMessage(Handler.java:99)
	at android.os.Looper.loopOnce(Looper.java:205)
	at android.os.Looper.loop(Looper.java:294)
	at android.app.ActivityThread.main(ActivityThread.java:8279)
	at java.lang.reflect.Method.invoke(Native Method)
	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:552)
	at com.android.internal.os.ExecInit.main(ExecInit.java:49)
	at com.android.internal.os.RuntimeInit.nativeFinishInit(Native Method)
	at com.android.internal.os.RuntimeInit.main(RuntimeInit.java:359)
Caused by: de.marmaro.krt.ffupdater.installer.exceptions.InstallationFailedException: Signature of downloaded APK is invalid. Expected 15f760b41acbe4783e667102c9f67119be2af62fab07763f9d57f01e5e1074e1 but was 20061f045e737c67375c17794cfedb436a03cec6bacb7cb9f96642205ca2cec8.
	at de.marmaro.krt.ffupdater.installer.impl.AbstractAppInstaller.hasApkCorrectCertificate(AbstractAppInstaller.kt:42)
	at de.marmaro.krt.ffupdater.installer.impl.AbstractAppInstaller.access$hasApkCorrectCertificate(AbstractAppInstaller.kt:17)
	at de.marmaro.krt.ffupdater.installer.impl.AbstractAppInstaller$hasApkCorrectCertificate$1.invokeSuspend(AbstractAppInstaller.kt:0)
	... 12 more

Device information:

Key Value
FFUpdater version 79.1.0 (168) release Github
Device Pixel 6 Pro (raven, raven, raven)
Manufacturer google (Google)
Supported ABIs arm64-v8a, armeabi-v7a, armeabi
Android version 14 (SDK: 34)
OS grapheneos, grapheneos, release-keys, 1707176723000
@robovoice1 robovoice1 added the bug Something isn't working label Feb 20, 2024
@robovoice1
Copy link
Author

Deleting Tor browser alpha and trying to install fresh also fails (changed to native method)

Stacktrace:

java.lang.RuntimeException: Failed to install TOR_BROWSER_ALPHA in the foreground.
	at de.marmaro.krt.ffupdater.activity.download.DownloadActivity.installApp(DownloadActivity.kt:397)
	at de.marmaro.krt.ffupdater.activity.download.DownloadActivity.access$installApp(DownloadActivity.kt:77)
	at de.marmaro.krt.ffupdater.activity.download.DownloadActivity$installApp$1.invokeSuspend(DownloadActivity.kt:0)
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
	at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
	at android.os.Handler.handleCallback(Handler.java:958)
	at android.os.Handler.dispatchMessage(Handler.java:99)
	at android.os.Looper.loopOnce(Looper.java:205)
	at android.os.Looper.loop(Looper.java:294)
	at android.app.ActivityThread.main(ActivityThread.java:8279)
	at java.lang.reflect.Method.invoke(Native Method)
	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:552)
	at com.android.internal.os.ExecInit.main(ExecInit.java:49)
	at com.android.internal.os.RuntimeInit.nativeFinishInit(Native Method)
	at com.android.internal.os.RuntimeInit.main(RuntimeInit.java:359)
Caused by: de.marmaro.krt.ffupdater.installer.exceptions.InstallationFailedException: Signature of downloaded APK is invalid. Expected 15f760b41acbe4783e667102c9f67119be2af62fab07763f9d57f01e5e1074e1 but was 20061f045e737c67375c17794cfedb436a03cec6bacb7cb9f96642205ca2cec8.
	at de.marmaro.krt.ffupdater.installer.impl.AbstractAppInstaller.hasApkCorrectCertificate(AbstractAppInstaller.kt:42)
	at de.marmaro.krt.ffupdater.installer.impl.AbstractAppInstaller.access$hasApkCorrectCertificate(AbstractAppInstaller.kt:17)
	at de.marmaro.krt.ffupdater.installer.impl.AbstractAppInstaller$hasApkCorrectCertificate$1.invokeSuspend(AbstractAppInstaller.kt:0)
	... 12 more

Logs:

java.lang.RuntimeException: Failed to install TOR_BROWSER_ALPHA in the foreground.
	at de.marmaro.krt.ffupdater.activity.download.DownloadActivity.installApp(DownloadActivity.kt:397)
	at de.marmaro.krt.ffupdater.activity.download.DownloadActivity.access$installApp(DownloadActivity.kt:77)
	at de.marmaro.krt.ffupdater.activity.download.DownloadActivity$installApp$1.invokeSuspend(DownloadActivity.kt:0)
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
	at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
	at android.os.Handler.handleCallback(Handler.java:958)
	at android.os.Handler.dispatchMessage(Handler.java:99)
	at android.os.Looper.loopOnce(Looper.java:205)
	at android.os.Looper.loop(Looper.java:294)
	at android.app.ActivityThread.main(ActivityThread.java:8279)
	at java.lang.reflect.Method.invoke(Native Method)
	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:552)
	at com.android.internal.os.ExecInit.main(ExecInit.java:49)
	at com.android.internal.os.RuntimeInit.nativeFinishInit(Native Method)
	at com.android.internal.os.RuntimeInit.main(RuntimeInit.java:359)
Caused by: de.marmaro.krt.ffupdater.installer.exceptions.InstallationFailedException: Signature of downloaded APK is invalid. Expected 15f760b41acbe4783e667102c9f67119be2af62fab07763f9d57f01e5e1074e1 but was 20061f045e737c67375c17794cfedb436a03cec6bacb7cb9f96642205ca2cec8.
	at de.marmaro.krt.ffupdater.installer.impl.AbstractAppInstaller.hasApkCorrectCertificate(AbstractAppInstaller.kt:42)
	at de.marmaro.krt.ffupdater.installer.impl.AbstractAppInstaller.access$hasApkCorrectCertificate(AbstractAppInstaller.kt:17)
	at de.marmaro.krt.ffupdater.installer.impl.AbstractAppInstaller$hasApkCorrectCertificate$1.invokeSuspend(AbstractAppInstaller.kt:0)
	... 12 more

Device information:

Key Value
FFUpdater version 79.1.0 (168) release Github
Device Pixel 6 Pro (raven, raven, raven)
Manufacturer google (Google)
Supported ABIs arm64-v8a, armeabi-v7a, armeabi
Android version 14 (SDK: 34)
OS grapheneos, grapheneos, release-keys, 1707176723000

Appears to be a signature issue

@Tobi823
Copy link
Owner

Tobi823 commented Feb 20, 2024

Caused by: de.marmaro.krt.ffupdater.installer.exceptions.InstallationFailedException: Signature of downloaded APK is invalid. Expected 15f760b41acbe4783e667102c9f67119be2af62fab07763f9d57f01e5e1074e1 but was 20061f045e737c67375c17794cfedb436a03cec6bacb7cb9f96642205ca2cec8.

20061f045e737c67375c17794cfedb436a03cec6bacb7cb9f96642205ca2cec8 is the fingerprint of the normal Tor browser. Maybe FFUpdater tries to download the wrong APK.

@Tobi823
Copy link
Owner

Tobi823 commented Feb 20, 2024

Issue is now fixed

@Tobi823 Tobi823 added fixed and will soon be released and removed bug Something isn't working labels Feb 20, 2024
@Tobi823 Tobi823 pinned this issue Feb 20, 2024
@Tobi823 Tobi823 changed the title update of Tor browser alpha fails constantly Tor browser alpha fails constantly Feb 20, 2024
@robovoice1
Copy link
Author

Thanks for the fast reaction and this great app 👍😎

@Tobi823
Copy link
Owner

Tobi823 commented Feb 20, 2024

Thanks :)

Last month I had to reset my computer and reinstall many tools. It possible that I can't release the APK today. But I'm sure that I can do it tomorrow

Tobi823 added a commit that referenced this issue Feb 20, 2024
- Thanks for the Weblate contributions from: minh, matte22ladde, markov, v1s7, Priit Jõerüüt, Retrial, Fabio Rusconi, bryce-lynch, Oğuz Ersen, Sebi, Reza Almanda, inson1, gallegonovato, P.O, nautilusx, 109247019824, Juraj Motuz, winver, Daviteusz, Kazushi Hayama, MkQtS, Vitor Henrique, Giovanni Donisi, Сергій and Software In Interlingua
- fix broken Tor Browser Alpha download (#570)
@Tobi823
Copy link
Owner

Tobi823 commented Feb 20, 2024

Fix is now released.

@Tobi823 Tobi823 closed this as completed Feb 20, 2024
@Tobi823 Tobi823 unpinned this issue Apr 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants