ffupdater icon indicating copy to clipboard operation
ffupdater copied to clipboard

Network issues(can't get tor browser version)

Open Bogdan-Torkhov opened this issue 2 years ago • 0 comments

Stacktrace:

de.marmaro.krt.ffupdater.network.exceptions.NetworkException: Fail to request the latest Vivaldi version.
	at de.marmaro.krt.ffupdater.app.impl.TorBrowser.extractVersionAndDownloadUrl(SourceFile:14)
	at de.marmaro.krt.ffupdater.app.impl.TorBrowser.access$extractVersionAndDownloadUrl(Unknown Source:0)
	at de.marmaro.krt.ffupdater.app.impl.TorBrowser$extractVersionAndDownloadUrl$1.invokeSuspend(Unknown Source:12)
	at w3.a.resumeWith(Unknown Source:8)
	at j4.i0.run(Unknown Source:94)
	at m4.e.run(Unknown Source:11)
	at n4.j.run(Unknown Source:2)
	at n4.a$a.run(SourceFile:9)
Caused by: de.marmaro.krt.ffupdater.network.exceptions.NetworkException: Fail to consume 'https://www.torproject.org/download'.
	at de.marmaro.krt.ffupdater.network.ApiConsumer$consumeAsync$2$1.invokeSuspend(SourceFile:6)
	... 5 more
Caused by: java.net.SocketException: Connection reset
	at java.net.SocketInputStream.read(SocketInputStream.java:215)
	at java.net.SocketInputStream.read(SocketInputStream.java:144)
	at com.android.org.conscrypt.ConscryptEngineSocket$SSLInputStream.readFromSocket(ConscryptEngineSocket.java:945)
	at com.android.org.conscrypt.ConscryptEngineSocket$SSLInputStream.processDataFromSocket(ConscryptEngineSocket.java:909)
	at com.android.org.conscrypt.ConscryptEngineSocket$SSLInputStream.access$100(ConscryptEngineSocket.java:731)
	at com.android.org.conscrypt.ConscryptEngineSocket.doHandshake(ConscryptEngineSocket.java:241)
	at com.android.org.conscrypt.ConscryptEngineSocket.startHandshake(ConscryptEngineSocket.java:220)
	at t4.f.g(SourceFile:20)
	at t4.f.c(SourceFile:20)
	at t4.d.a(SourceFile:54)
	at t4.a.intercept(SourceFile:11)
	at u4.f.b(SourceFile:7)
	at r4.a.intercept(SourceFile:29)
	at u4.f.b(SourceFile:7)
	at u4.a.intercept(SourceFile:23)
	at u4.f.b(SourceFile:7)
	at u4.h.intercept(SourceFile:25)
	at u4.f.b(SourceFile:7)
	at t4.e.f(SourceFile:10)
	at de.marmaro.krt.ffupdater.network.ApiConsumer.consume(SourceFile:11)
	at de.marmaro.krt.ffupdater.network.ApiConsumer.access$consume(Unknown Source:0)
	at de.marmaro.krt.ffupdater.network.ApiConsumer$consumeAsync$2$1.invokeSuspend(Unknown Source:19)
	... 5 more
	Suppressed: java.net.SocketException: Connection reset
		... 27 more
	Suppressed: java.net.SocketException: Connection reset
		... 27 more
	Suppressed: java.net.SocketException: Connection reset
		... 27 more

Device information:

Key Value
FFUpdater version 77.2.0 (113) release
Device M2102J20SG (vayu_global, vayu, msmnile)
Manufacturer POCO (Xiaomi)
Supported ABIs arm64-v8a, armeabi-v7a, armeabi
Android version 12 (SDK: 32)
OS evolution, vayu, release-keys, 1661821806000

Bogdan-Torkhov avatar Sep 16 '22 16:09 Bogdan-Torkhov