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

CRASH! #663

Open
leonardoqgit opened this issue Dec 30, 2024 · 0 comments
Open

CRASH! #663

leonardoqgit opened this issue Dec 30, 2024 · 0 comments

Comments

@leonardoqgit
Copy link

Stacktrace:

java.net.SocketTimeoutException: timeout
	at okio.SocketAsyncTimeout.newTimeoutException(JvmOkio.kt:146)
	at okio.AsyncTimeout.access$newTimeoutException(AsyncTimeout.kt:161)
	at okio.AsyncTimeout$source$1.read(AsyncTimeout.kt:153)
	at okio.RealBufferedSource.read(RealBufferedSource.kt:42)
	at okhttp3.internal.http1.Http1ExchangeCodec$AbstractSource.read(Http1ExchangeCodec.kt:339)
	at okhttp3.internal.http1.Http1ExchangeCodec$FixedLengthSource.read(Http1ExchangeCodec.kt:376)
	at okhttp3.internal.connection.Exchange$ResponseBodySource.read(Exchange.kt:281)
	at okio.RealBufferedSource$inputStream$1.read(RealBufferedSource.kt:161)
	at java.io.InputStream.read(InputStream.java:101)
	at de.marmaro.krt.ffupdater.network.file.FileDownloader$copyStreamsWithProgressReport$2.invokeSuspend(FileDownloader.kt:94)
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
	at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:108)
	at kotlinx.coroutines.internal.LimitedDispatcher$Worker.run(LimitedDispatcher.kt:115)
	at kotlinx.coroutines.scheduling.TaskImpl.run(Tasks.kt:103)
	at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:584)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:793)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:697)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)
	Suppressed: android.os.NetworkOnMainThreadException
		at android.os.StrictMode$AndroidBlockGuardPolicy.onNetwork(StrictMode.java:1565)
		at com.android.org.conscrypt.Platform.blockGuardOnNetwork(Platform.java:424)
		at com.android.org.conscrypt.ConscryptFileDescriptorSocket$SSLInputStream.read(ConscryptFileDescriptorSocket.java:530)
		at okio.InputStreamSource.read(JvmOkio.kt:93)
		at okio.AsyncTimeout$source$1.read(AsyncTimeout.kt:128)
		at okio.RealBufferedSource.read(RealBufferedSource.kt:42)
		at okhttp3.internal.http1.Http1ExchangeCodec$AbstractSource.read(Http1ExchangeCodec.kt:339)
		at okhttp3.internal.http1.Http1ExchangeCodec$FixedLengthSource.read(Http1ExchangeCodec.kt:376)
		at okhttp3.internal.Util.skipAll(Util.kt:344)
		at okhttp3.internal.Util.discard(Util.kt:365)
		at okhttp3.internal.http1.Http1ExchangeCodec$FixedLengthSource.close(Http1ExchangeCodec.kt:395)
		at okio.ForwardingSource.close(ForwardingSource.kt:32)
		at okhttp3.internal.connection.Exchange$ResponseBodySource.close(Exchange.kt:314)
		at okio.RealBufferedSource.close(RealBufferedSource.kt:395)
		at okio.RealBufferedSource$inputStream$1.close(RealBufferedSource.kt:173)
		at kotlin.io.CloseableKt.closeFinally(Closeable.kt:59)
		at de.marmaro.krt.ffupdater.network.file.FileDownloader.downloadFileWithProgress(FileDownloader.kt:79)
		at de.marmaro.krt.ffupdater.network.file.FileDownloader$downloadFileWithProgress$1.invokeSuspend(FileDownloader.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:883)
		at android.os.Handler.dispatchMessage(Handler.java:100)
		at android.os.Looper.loop(Looper.java:214)
		at android.app.ActivityThread.main(ActivityThread.java:7405)
		at java.lang.reflect.Method.invoke(Native Method)
		at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:502)
		at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:980)
	Suppressed: kotlinx.coroutines.internal.DiagnosticCoroutineContextException: [StandaloneCoroutine{Cancelling}@f577c13, Dispatchers.Main.immediate]
Caused by: java.net.SocketTimeoutException: Read timed out
	at com.android.org.conscrypt.NativeCrypto.SSL_read(Native Method)
	at com.android.org.conscrypt.NativeSsl.read(NativeSsl.java:411)
	at com.android.org.conscrypt.ConscryptFileDescriptorSocket$SSLInputStream.read(ConscryptFileDescriptorSocket.java:549)
	at okio.InputStreamSource.read(JvmOkio.kt:93)
	at okio.AsyncTimeout$source$1.read(AsyncTimeout.kt:128)
	... 15 more

Logs:

java.net.SocketTimeoutException: timeout
	at okio.SocketAsyncTimeout.newTimeoutException(JvmOkio.kt:146)
	at okio.AsyncTimeout.access$newTimeoutException(AsyncTimeout.kt:161)
	at okio.AsyncTimeout$source$1.read(AsyncTimeout.kt:153)
	at okio.RealBufferedSource.read(RealBufferedSource.kt:42)
	at okhttp3.internal.http1.Http1ExchangeCodec$AbstractSource.read(Http1ExchangeCodec.kt:339)
	at okhttp3.internal.http1.Http1ExchangeCodec$FixedLengthSource.read(Http1ExchangeCodec.kt:376)
	at okhttp3.internal.connection.Exchange$ResponseBodySource.read(Exchange.kt:281)
	at okio.RealBufferedSource$inputStream$1.read(RealBufferedSource.kt:161)
	at java.io.InputStream.read(InputStream.java:101)
	at de.marmaro.krt.ffupdater.network.file.FileDownloader$copyStreamsWithProgressReport$2.invokeSuspend(FileDownloader.kt:94)
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
	at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:108)
	at kotlinx.coroutines.internal.LimitedDispatcher$Worker.run(LimitedDispatcher.kt:115)
	at kotlinx.coroutines.scheduling.TaskImpl.run(Tasks.kt:103)
	at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:584)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:793)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:697)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)
	Suppressed: android.os.NetworkOnMainThreadException
		at android.os.StrictMode$AndroidBlockGuardPolicy.onNetwork(StrictMode.java:1565)
		at com.android.org.conscrypt.Platform.blockGuardOnNetwork(Platform.java:424)
		at com.android.org.conscrypt.ConscryptFileDescriptorSocket$SSLInputStream.read(ConscryptFileDescriptorSocket.java:530)
		at okio.InputStreamSource.read(JvmOkio.kt:93)
		at okio.AsyncTimeout$source$1.read(AsyncTimeout.kt:128)
		at okio.RealBufferedSource.read(RealBufferedSource.kt:42)
		at okhttp3.internal.http1.Http1ExchangeCodec$AbstractSource.read(Http1ExchangeCodec.kt:339)
		at okhttp3.internal.http1.Http1ExchangeCodec$FixedLengthSource.read(Http1ExchangeCodec.kt:376)
		at okhttp3.internal.Util.skipAll(Util.kt:344)
		at okhttp3.internal.Util.discard(Util.kt:365)
		at okhttp3.internal.http1.Http1ExchangeCodec$FixedLengthSource.close(Http1ExchangeCodec.kt:395)
		at okio.ForwardingSource.close(ForwardingSource.kt:32)
		at okhttp3.internal.connection.Exchange$ResponseBodySource.close(Exchange.kt:314)
		at okio.RealBufferedSource.close(RealBufferedSource.kt:395)
		at okio.RealBufferedSource$inputStream$1.close(RealBufferedSource.kt:173)
		at kotlin.io.CloseableKt.closeFinally(Closeable.kt:59)
		at de.marmaro.krt.ffupdater.network.file.FileDownloader.downloadFileWithProgress(FileDownloader.kt:79)
		at de.marmaro.krt.ffupdater.network.file.FileDownloader$downloadFileWithProgress$1.invokeSuspend(FileDownloader.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:883)
		at android.os.Handler.dispatchMessage(Handler.java:100)
		at android.os.Looper.loop(Looper.java:214)
		at android.app.ActivityThread.main(ActivityThread.java:7405)
		at java.lang.reflect.Method.invoke(Native Method)
		at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:502)
		at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:980)
	Suppressed: kotlinx.coroutines.internal.DiagnosticCoroutineContextException: [StandaloneCoroutine{Cancelling}@f577c13, Dispatchers.Main.immediate]
Caused by: java.net.SocketTimeoutException: Read timed out
	at com.android.org.conscrypt.NativeCrypto.SSL_read(Native Method)
	at com.android.org.conscrypt.NativeSsl.read(NativeSsl.java:411)
	at com.android.org.conscrypt.ConscryptFileDescriptorSocket$SSLInputStream.read(ConscryptFileDescriptorSocket.java:549)
	at okio.InputStreamSource.read(JvmOkio.kt:93)
	at okio.AsyncTimeout$source$1.read(AsyncTimeout.kt:128)
	... 15 more

Device information:

Key Value
FFUpdater version 79.3.1 (177) release F-Droid/other
Device Lenovo TB-8505FS (LenovoTB-8505FS, 8505FS, anna_row_wifi)
Manufacturer Lenovo (LENOVO)
Supported ABIs arm64-v8a, armeabi-v7a, armeabi
Android version 10 (SDK: 29)
OS bjsl156, buildslave, release-keys, 1694634672000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant